Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cross-powerpc*: bump version if necessary
@ 2019-06-29 19:44 voidlinux-github
  2019-06-29 19:57 ` voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-29 19:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-power/void-packages cross-bump
https://github.com/void-linux/void-packages/pull/12746

cross-powerpc*: bump version if necessary
Looks like these four were forgotten, therefore weren't properly rebuilt for gcc 9.1 - synchronize their versions with the other crosstoolchains.

@pullmoll

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cross-bump-12746.patch --]
[-- Type: application/text/x-diff, Size: 3409 bytes --]

From 4b07213cf7b55fa191e7331162c37cb753b46c30 Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Sat, 29 Jun 2019 21:44:06 +0200
Subject: [PATCH 1/4] cross-powerpc-linux-gnu: bump version

---
 srcpkgs/cross-powerpc-linux-gnu/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cross-powerpc-linux-gnu/template b/srcpkgs/cross-powerpc-linux-gnu/template
index 6a0969ad5ba..e68213719c9 100644
--- a/srcpkgs/cross-powerpc-linux-gnu/template
+++ b/srcpkgs/cross-powerpc-linux-gnu/template
@@ -10,8 +10,8 @@ _archflags="-mcpu=powerpc -msecure-plt"
 _sysroot="/usr/${_triplet}"
 
 pkgname=cross-${_triplet}
-version=0.30
-revision=3
+version=0.31
+revision=1
 short_desc="GNU Cross toolchain for the ${_triplet} target (binutils/gcc/glibc)"
 maintainer="Thomas Batten <stenstorpmc@gmail.com>"
 homepage="http://www.voidlinux.org"

From 3f8374cf8d68193c6aee94c33ad10a85386af879 Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Sat, 29 Jun 2019 21:44:19 +0200
Subject: [PATCH 2/4] cross-powerpc-linux-musl: bump version

---
 srcpkgs/cross-powerpc-linux-musl/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cross-powerpc-linux-musl/template b/srcpkgs/cross-powerpc-linux-musl/template
index f123c81cb74..4058732c8f9 100644
--- a/srcpkgs/cross-powerpc-linux-musl/template
+++ b/srcpkgs/cross-powerpc-linux-musl/template
@@ -11,8 +11,8 @@ _archflags="-mcpu=powerpc -msecure-plt"
 _sysroot="/usr/${_triplet}"
 
 pkgname=cross-${_triplet}
-version=0.30
-revision=6
+version=0.31
+revision=1
 
 short_desc="Cross toolchain for PowerPC (musl)"
 maintainer="Thomas Batten <stenstorpmc@gmail.com>"

From 9b40b9f42e6dcbc41d52a9dc49162bd8dd8481dc Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Sat, 29 Jun 2019 21:44:37 +0200
Subject: [PATCH 3/4] cross-powerpc64-linux-musl: bump version

---
 srcpkgs/cross-powerpc64-linux-musl/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cross-powerpc64-linux-musl/template b/srcpkgs/cross-powerpc64-linux-musl/template
index 69d4ec4c13e..986747e6704 100644
--- a/srcpkgs/cross-powerpc64-linux-musl/template
+++ b/srcpkgs/cross-powerpc64-linux-musl/template
@@ -8,8 +8,8 @@ _triplet="powerpc64-linux-musl"
 _sysroot="/usr/${_triplet}"
 
 pkgname=cross-${_triplet}
-version=0.30
-revision=5
+version=0.31
+revision=1
 short_desc="Cross toolchain for powerpc64 with musl"
 maintainer="q66 <daniel@octaforge.org>"
 homepage="https://www.voidlinux.org/"

From 7ad94be93d680a397f5053aad98832f6bc32bcff Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Sat, 29 Jun 2019 21:44:49 +0200
Subject: [PATCH 4/4] cross-powerpc64le-linux-musl: bump version

[ci skip]
---
 srcpkgs/cross-powerpc64le-linux-musl/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cross-powerpc64le-linux-musl/template b/srcpkgs/cross-powerpc64le-linux-musl/template
index fbb28e2b397..2bfac1d094b 100644
--- a/srcpkgs/cross-powerpc64le-linux-musl/template
+++ b/srcpkgs/cross-powerpc64le-linux-musl/template
@@ -8,8 +8,8 @@ _triplet="powerpc64le-linux-musl"
 _sysroot="/usr/${_triplet}"
 
 pkgname=cross-${_triplet}
-version=0.30
-revision=5
+version=0.31
+revision=1
 short_desc="Cross toolchain for powerpc64le with musl"
 maintainer="q66 <daniel@octaforge.org>"
 homepage="https://www.voidlinux.org/"

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

* Re: cross-powerpc*: bump version if necessary
  2019-06-29 19:44 [PR PATCH] cross-powerpc*: bump version if necessary voidlinux-github
@ 2019-06-29 19:57 ` voidlinux-github
  2019-06-29 19:57 ` [PR PATCH] [Merged]: " voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-29 19:57 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/12746#issuecomment-506983201
Comment:
Oops, must have happened while resolving some merge conflict.

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

* Re: [PR PATCH] [Merged]: cross-powerpc*: bump version if necessary
  2019-06-29 19:44 [PR PATCH] cross-powerpc*: bump version if necessary voidlinux-github
  2019-06-29 19:57 ` voidlinux-github
@ 2019-06-29 19:57 ` voidlinux-github
  2019-06-29 20:11 ` voidlinux-github
  2019-06-29 20:43 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-29 19:57 UTC (permalink / raw)
  To: ml

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

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

cross-powerpc*: bump version if necessary
https://github.com/void-linux/void-packages/pull/12746
Description: Looks like these four were forgotten, therefore weren't properly rebuilt for gcc 9.1 - synchronize their versions with the other crosstoolchains.

@pullmoll

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

* Re: cross-powerpc*: bump version if necessary
  2019-06-29 19:44 [PR PATCH] cross-powerpc*: bump version if necessary voidlinux-github
  2019-06-29 19:57 ` voidlinux-github
  2019-06-29 19:57 ` [PR PATCH] [Merged]: " voidlinux-github
@ 2019-06-29 20:11 ` voidlinux-github
  2019-06-29 20:43 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-29 20:11 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/12746#issuecomment-506983970
Comment:
We have a weird failure on the builder for `cross-powerpc64le-linux-musl`, any ideas? Builds fine on my side

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

* Re: cross-powerpc*: bump version if necessary
  2019-06-29 19:44 [PR PATCH] cross-powerpc*: bump version if necessary voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-29 20:11 ` voidlinux-github
@ 2019-06-29 20:43 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-29 20:43 UTC (permalink / raw)
  To: ml

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

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/pull/12746#issuecomment-506985909
Comment:
Looks like some missing dependency in a Makefile. I've seen this on cross-aarch64-linux-gnu on my box as well, worked on second attempt.

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

end of thread, other threads:[~2019-06-29 20:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-29 19:44 [PR PATCH] cross-powerpc*: bump version if necessary voidlinux-github
2019-06-29 19:57 ` voidlinux-github
2019-06-29 19:57 ` [PR PATCH] [Merged]: " voidlinux-github
2019-06-29 20:11 ` voidlinux-github
2019-06-29 20:43 ` voidlinux-github

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