Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] MultiMC: update to 0.6.11.
@ 2020-05-16 14:33 SevereOverfl0w
  2020-05-21  0:05 ` fosslinux
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: SevereOverfl0w @ 2020-05-16 14:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SevereOverfl0w/void-packages sev/multimc
https://github.com/void-linux/void-packages/pull/22015

MultiMC: update to 0.6.11.
None

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

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

From 1ac8fbc3b8a4e5bd1ab115ae1c40b20eec16c7bb Mon Sep 17 00:00:00 2001
From: Dominic Monroe <iam@dominic.io>
Date: Sat, 16 May 2020 15:32:34 +0100
Subject: [PATCH] MultiMC: update to 0.6.11.

---
 srcpkgs/MultiMC/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/MultiMC/template b/srcpkgs/MultiMC/template
index eb4a23dd42f..9b644a1a482 100644
--- a/srcpkgs/MultiMC/template
+++ b/srcpkgs/MultiMC/template
@@ -1,7 +1,7 @@
 # Template file for 'MultiMC'
 pkgname=MultiMC
-version=0.6.7
-revision=2
+version=0.6.11
+revision=1
 wrksrc="${pkgname}5-${version}"
 _commithashnbt="4b305bbd2ac0e7a26987baf7949a484a87b474d4"
 _nbtversion="multimc-0.6.1"
@@ -18,7 +18,7 @@ homepage="http://multimc.org"
 distfiles="https://github.com/${pkgname}/${pkgname}5/archive/${version}.tar.gz
  https://github.com/${pkgname}/libnbtplusplus/archive/${_nbtversion}.tar.gz
  https://github.com/${pkgname}/quazip/archive/${_quazipversion}.tar.gz"
-checksum="3ec38a5f622048ba3926f0e20fb296d646c7848f8313143062b3e2bd273149ae
+checksum="7cad736f1fe3f2887aeaa7a7f3927930e16ed815c98e4cf3a7378a99c426a775
  36c816e6b1ef8ece52c57dfa9bfda3a23808d0c6c3288b25d8bcf49c7cdb5b07
  ffa60368b1c196859691b637c740f4c60597b2ac47217995082ae8b2a3a9ac18"
 skip_extraction="${_nbtversion}.tar.gz ${_quazipversion}.tar.gz"

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

* Re: MultiMC: update to 0.6.11.
  2020-05-16 14:33 [PR PATCH] MultiMC: update to 0.6.11 SevereOverfl0w
@ 2020-05-21  0:05 ` fosslinux
  2020-05-21  0:05 ` fosslinux
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: fosslinux @ 2020-05-21  0:05 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/22015#issuecomment-631801129

Comment:
Hm, weird build failure! I did some looking for you, and I found this: https://github.com/MultiMC/MultiMC5/issues/2895.

It seems to be an [internal GCC issue](https://github.com/MultiMC/MultiMC5/issues/2895) and should be fixed if you use clang.

So I would add `clang` to hostmakedepends if XBPS_TARGET_ARCH is armv* and do `CC=clang` and `CXX=clang++` for the build.

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

* Re: MultiMC: update to 0.6.11.
  2020-05-16 14:33 [PR PATCH] MultiMC: update to 0.6.11 SevereOverfl0w
  2020-05-21  0:05 ` fosslinux
@ 2020-05-21  0:05 ` fosslinux
  2020-05-21  0:05 ` fosslinux
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: fosslinux @ 2020-05-21  0:05 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/22015#issuecomment-631801181

Comment:
Hm, weird build failure! I did some looking for you, and I found this: https://github.com/MultiMC/MultiMC5/issues/2895.

It seems to be an [internal GCC issue](https://github.com/MultiMC/MultiMC5/issues/2895) and should be fixed if you use clang.

So I would add `clang` to hostmakedepends if XBPS_TARGET_ARCH is armv* and do `CC=clang` and `CXX=clang++` for the build.

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

* Re: MultiMC: update to 0.6.11.
  2020-05-16 14:33 [PR PATCH] MultiMC: update to 0.6.11 SevereOverfl0w
  2020-05-21  0:05 ` fosslinux
  2020-05-21  0:05 ` fosslinux
@ 2020-05-21  0:05 ` fosslinux
  2020-05-21  8:11 ` SevereOverfl0w
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: fosslinux @ 2020-05-21  0:05 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/22015#issuecomment-631801181

Comment:
Hm, weird build failure! I did some looking for you, and I found this: https://github.com/MultiMC/MultiMC5/issues/2895.

It seems to be an [internal GCC issue](https://github.com/MultiMC/MultiMC5/issues/2895) and should be fixed if you use clang.

So I would add `clang` to hostmakedepends if XBPS_TARGET_ARCH is armv* and do `CC=clang` and `CXX=clang++` for the build.

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

* Re: MultiMC: update to 0.6.11.
  2020-05-16 14:33 [PR PATCH] MultiMC: update to 0.6.11 SevereOverfl0w
                   ` (2 preceding siblings ...)
  2020-05-21  0:05 ` fosslinux
@ 2020-05-21  8:11 ` SevereOverfl0w
  2020-05-21  8:53 ` [PR PATCH] [Updated] " SevereOverfl0w
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: SevereOverfl0w @ 2020-05-21  8:11 UTC (permalink / raw)
  To: ml

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

New comment by SevereOverfl0w on void-packages repository

https://github.com/void-linux/void-packages/pull/22015#issuecomment-631950845

Comment:
Paying a bit of attention, it looks like it was supposed to be disabled for armv*.  Line 15 should be MACHINE not ARCH.

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

* Re: [PR PATCH] [Updated] MultiMC: update to 0.6.11.
  2020-05-16 14:33 [PR PATCH] MultiMC: update to 0.6.11 SevereOverfl0w
                   ` (3 preceding siblings ...)
  2020-05-21  8:11 ` SevereOverfl0w
@ 2020-05-21  8:53 ` SevereOverfl0w
  2020-05-21  8:54 ` SevereOverfl0w
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: SevereOverfl0w @ 2020-05-21  8:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SevereOverfl0w/void-packages sev/multimc
https://github.com/void-linux/void-packages/pull/22015

MultiMC: update to 0.6.11.
None

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

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

From 84ba246ea561582c896355fa9943ba8cd18d71fd Mon Sep 17 00:00:00 2001
From: Dominic Monroe <iam@dominic.io>
Date: Sat, 16 May 2020 15:32:34 +0100
Subject: [PATCH] MultiMC: update to 0.6.11.

---
 srcpkgs/MultiMC/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/MultiMC/template b/srcpkgs/MultiMC/template
index eb4a23dd42f..6df1ad68516 100644
--- a/srcpkgs/MultiMC/template
+++ b/srcpkgs/MultiMC/template
@@ -1,7 +1,7 @@
 # Template file for 'MultiMC'
 pkgname=MultiMC
-version=0.6.7
-revision=2
+version=0.6.11
+revision=1
 wrksrc="${pkgname}5-${version}"
 _commithashnbt="4b305bbd2ac0e7a26987baf7949a484a87b474d4"
 _nbtversion="multimc-0.6.1"
@@ -18,13 +18,13 @@ homepage="http://multimc.org"
 distfiles="https://github.com/${pkgname}/${pkgname}5/archive/${version}.tar.gz
  https://github.com/${pkgname}/libnbtplusplus/archive/${_nbtversion}.tar.gz
  https://github.com/${pkgname}/quazip/archive/${_quazipversion}.tar.gz"
-checksum="3ec38a5f622048ba3926f0e20fb296d646c7848f8313143062b3e2bd273149ae
+checksum="7cad736f1fe3f2887aeaa7a7f3927930e16ed815c98e4cf3a7378a99c426a775
  36c816e6b1ef8ece52c57dfa9bfda3a23808d0c6c3288b25d8bcf49c7cdb5b07
  ffa60368b1c196859691b637c740f4c60597b2ac47217995082ae8b2a3a9ac18"
 skip_extraction="${_nbtversion}.tar.gz ${_quazipversion}.tar.gz"
 
-case $XBPS_TARGET_ARCH in
-	armv*) broken="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/22077/steps/shell_3/logs/stdio";;
+case "$XBPS_TARGET_MACHINE" in
+	armv*) broken="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/22077/steps/shell_3/logs/stdio\n GitHub issue: https://github.com/MultiMC/MultiMC5/issues/2895";;
 esac
 
 pre_configure() {

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

* Re: MultiMC: update to 0.6.11.
  2020-05-16 14:33 [PR PATCH] MultiMC: update to 0.6.11 SevereOverfl0w
                   ` (4 preceding siblings ...)
  2020-05-21  8:53 ` [PR PATCH] [Updated] " SevereOverfl0w
@ 2020-05-21  8:54 ` SevereOverfl0w
  2020-05-21  9:52 ` fosslinux
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: SevereOverfl0w @ 2020-05-21  8:54 UTC (permalink / raw)
  To: ml

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

New comment by SevereOverfl0w on void-packages repository

https://github.com/void-linux/void-packages/pull/22015#issuecomment-631969887

Comment:
I failed to get clang in place instead.  Setting it up with cmake & the correct cflags was too difficult for me.

I fixed the broken tag that was there before.

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

* Re: MultiMC: update to 0.6.11.
  2020-05-16 14:33 [PR PATCH] MultiMC: update to 0.6.11 SevereOverfl0w
                   ` (5 preceding siblings ...)
  2020-05-21  8:54 ` SevereOverfl0w
@ 2020-05-21  9:52 ` fosslinux
  2020-05-21 12:56 ` q66
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: fosslinux @ 2020-05-21  9:52 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/22015#issuecomment-631995177

Comment:
OH! silly me, so it is....

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

* Re: MultiMC: update to 0.6.11.
  2020-05-16 14:33 [PR PATCH] MultiMC: update to 0.6.11 SevereOverfl0w
                   ` (6 preceding siblings ...)
  2020-05-21  9:52 ` fosslinux
@ 2020-05-21 12:56 ` q66
  2020-05-21 14:02 ` SevereOverfl0w
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: q66 @ 2020-05-21 12:56 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/22015#issuecomment-632070364

Comment:
don't put `\n` in `broken=`, just the github url is enough

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

* Re: MultiMC: update to 0.6.11.
  2020-05-16 14:33 [PR PATCH] MultiMC: update to 0.6.11 SevereOverfl0w
                   ` (7 preceding siblings ...)
  2020-05-21 12:56 ` q66
@ 2020-05-21 14:02 ` SevereOverfl0w
  2020-05-21 14:10 ` q66
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: SevereOverfl0w @ 2020-05-21 14:02 UTC (permalink / raw)
  To: ml

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

New comment by SevereOverfl0w on void-packages repository

https://github.com/void-linux/void-packages/pull/22015#issuecomment-632103882

Comment:
@q66 should I use a space to separate build log & github url?

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

* Re: MultiMC: update to 0.6.11.
  2020-05-16 14:33 [PR PATCH] MultiMC: update to 0.6.11 SevereOverfl0w
                   ` (8 preceding siblings ...)
  2020-05-21 14:02 ` SevereOverfl0w
@ 2020-05-21 14:10 ` q66
  2020-05-21 16:18 ` [PR PATCH] [Updated] " SevereOverfl0w
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: q66 @ 2020-05-21 14:10 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/22015#issuecomment-632107736

Comment:
no, just put in the github link

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

* Re: [PR PATCH] [Updated] MultiMC: update to 0.6.11.
  2020-05-16 14:33 [PR PATCH] MultiMC: update to 0.6.11 SevereOverfl0w
                   ` (9 preceding siblings ...)
  2020-05-21 14:10 ` q66
@ 2020-05-21 16:18 ` SevereOverfl0w
  2020-05-21 19:06 ` SevereOverfl0w
  2020-05-21 20:28 ` [PR PATCH] [Merged]: " q66
  12 siblings, 0 replies; 14+ messages in thread
From: SevereOverfl0w @ 2020-05-21 16:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SevereOverfl0w/void-packages sev/multimc
https://github.com/void-linux/void-packages/pull/22015

MultiMC: update to 0.6.11.
None

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

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

From 3f9a3d1836dae10310b95e7e58c1da18e2d3a509 Mon Sep 17 00:00:00 2001
From: Dominic Monroe <iam@dominic.io>
Date: Sat, 16 May 2020 15:32:34 +0100
Subject: [PATCH] MultiMC: update to 0.6.11.

---
 srcpkgs/MultiMC/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/MultiMC/template b/srcpkgs/MultiMC/template
index eb4a23dd42f..2ec51601f47 100644
--- a/srcpkgs/MultiMC/template
+++ b/srcpkgs/MultiMC/template
@@ -1,7 +1,7 @@
 # Template file for 'MultiMC'
 pkgname=MultiMC
-version=0.6.7
-revision=2
+version=0.6.11
+revision=1
 wrksrc="${pkgname}5-${version}"
 _commithashnbt="4b305bbd2ac0e7a26987baf7949a484a87b474d4"
 _nbtversion="multimc-0.6.1"
@@ -18,13 +18,13 @@ homepage="http://multimc.org"
 distfiles="https://github.com/${pkgname}/${pkgname}5/archive/${version}.tar.gz
  https://github.com/${pkgname}/libnbtplusplus/archive/${_nbtversion}.tar.gz
  https://github.com/${pkgname}/quazip/archive/${_quazipversion}.tar.gz"
-checksum="3ec38a5f622048ba3926f0e20fb296d646c7848f8313143062b3e2bd273149ae
+checksum="7cad736f1fe3f2887aeaa7a7f3927930e16ed815c98e4cf3a7378a99c426a775
  36c816e6b1ef8ece52c57dfa9bfda3a23808d0c6c3288b25d8bcf49c7cdb5b07
  ffa60368b1c196859691b637c740f4c60597b2ac47217995082ae8b2a3a9ac18"
 skip_extraction="${_nbtversion}.tar.gz ${_quazipversion}.tar.gz"
 
-case $XBPS_TARGET_ARCH in
-	armv*) broken="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/22077/steps/shell_3/logs/stdio";;
+case "$XBPS_TARGET_MACHINE" in
+	armv*) broken="https://github.com/MultiMC/MultiMC5/issues/2895";;
 esac
 
 pre_configure() {

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

* Re: MultiMC: update to 0.6.11.
  2020-05-16 14:33 [PR PATCH] MultiMC: update to 0.6.11 SevereOverfl0w
                   ` (10 preceding siblings ...)
  2020-05-21 16:18 ` [PR PATCH] [Updated] " SevereOverfl0w
@ 2020-05-21 19:06 ` SevereOverfl0w
  2020-05-21 20:28 ` [PR PATCH] [Merged]: " q66
  12 siblings, 0 replies; 14+ messages in thread
From: SevereOverfl0w @ 2020-05-21 19:06 UTC (permalink / raw)
  To: ml

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

New comment by SevereOverfl0w on void-packages repository

https://github.com/void-linux/void-packages/pull/22015#issuecomment-632287693

Comment:
Done

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

* Re: [PR PATCH] [Merged]: MultiMC: update to 0.6.11.
  2020-05-16 14:33 [PR PATCH] MultiMC: update to 0.6.11 SevereOverfl0w
                   ` (11 preceding siblings ...)
  2020-05-21 19:06 ` SevereOverfl0w
@ 2020-05-21 20:28 ` q66
  12 siblings, 0 replies; 14+ messages in thread
From: q66 @ 2020-05-21 20:28 UTC (permalink / raw)
  To: ml

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

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

MultiMC: update to 0.6.11.
https://github.com/void-linux/void-packages/pull/22015

Description:
None

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

end of thread, other threads:[~2020-05-21 20:28 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-16 14:33 [PR PATCH] MultiMC: update to 0.6.11 SevereOverfl0w
2020-05-21  0:05 ` fosslinux
2020-05-21  0:05 ` fosslinux
2020-05-21  0:05 ` fosslinux
2020-05-21  8:11 ` SevereOverfl0w
2020-05-21  8:53 ` [PR PATCH] [Updated] " SevereOverfl0w
2020-05-21  8:54 ` SevereOverfl0w
2020-05-21  9:52 ` fosslinux
2020-05-21 12:56 ` q66
2020-05-21 14:02 ` SevereOverfl0w
2020-05-21 14:10 ` q66
2020-05-21 16:18 ` [PR PATCH] [Updated] " SevereOverfl0w
2020-05-21 19:06 ` SevereOverfl0w
2020-05-21 20:28 ` [PR PATCH] [Merged]: " q66

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