Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] Hedgewars: update to 1.0.0
@ 2019-10-11  6:42 voidlinux-github
  2019-10-11  8:49 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: voidlinux-github @ 2019-10-11  6:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Anachron/void-packages hedgewars-1.0.0
https://github.com/void-linux/void-packages/pull/15327

[WIP] Hedgewars: update to 1.0.0


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

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

From 461df41be650e3f2f883a546c2e23492409c9d1c Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Fri, 11 Oct 2019 08:38:37 +0200
Subject: [PATCH] Hedgewars: update to 1.0.0

---
 srcpkgs/hedgewars/template | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/hedgewars/template b/srcpkgs/hedgewars/template
index acf0a0f9141..3c1f7357073 100644
--- a/srcpkgs/hedgewars/template
+++ b/srcpkgs/hedgewars/template
@@ -1,6 +1,6 @@
 # Template file for 'hedgewars'
 pkgname=hedgewars
-version=0.9.25
+version=1.0.0
 revision=1
 wrksrc="${pkgname}-src-${version}"
 build_style=cmake
@@ -15,7 +15,7 @@ maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
 license="GPL-2.0-only"
 homepage="https://www.hedgewars.org/"
 distfiles="https://hedgewars.org/download/releases/hedgewars-src-${version}.tar.bz2"
-checksum=07dc527dbc90dddea894f518aadd67aa2eebb19738739a7c1bd7fd1e608e1c6e
+checksum=211634e61f2e4beecc3c98c6f749601fcd08321fda1ba969b3b3832a004f155b
 nopie_files="/usr/bin/hwengine"
 nocross="Needs investigation: fails to link hwengine"
 
@@ -23,14 +23,6 @@ if [ -n "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-devel"
 fi
 
-case $XBPS_TARGET_MACHINE in
-	# forces usage of C engine and ghc due to a 32 bit freepascal bug
-	i686*)
-		hostmakedepends+=" glew-devel ghc"
-		nopie_files+=" /usr/bin/hedgewars"
-		;;
-esac
-
 post_install() {
 	vinstall ${DESTDIR}/usr/share/hedgewars/Data/misc/hedgewars.desktop 644 usr/share/applications
 }

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

* Re: [PR PATCH] [Updated] [WIP] Hedgewars: update to 1.0.0
  2019-10-11  6:42 [PR PATCH] [WIP] Hedgewars: update to 1.0.0 voidlinux-github
  2019-10-11  8:49 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-11  8:49 ` voidlinux-github
  2019-10-11  9:32 ` voidlinux-github
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2019-10-11  8:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Anachron/void-packages hedgewars-1.0.0
https://github.com/void-linux/void-packages/pull/15327

[WIP] Hedgewars: update to 1.0.0


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

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

From 778571829f387ace95b6d20dd0a36cfdc474d551 Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Fri, 11 Oct 2019 10:47:32 +0200
Subject: [PATCH] Hedgewars: update to 1.0.0

---
 srcpkgs/hedgewars/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/hedgewars/template b/srcpkgs/hedgewars/template
index acf0a0f9141..967083f54ef 100644
--- a/srcpkgs/hedgewars/template
+++ b/srcpkgs/hedgewars/template
@@ -1,6 +1,6 @@
 # Template file for 'hedgewars'
 pkgname=hedgewars
-version=0.9.25
+version=1.0.0
 revision=1
 wrksrc="${pkgname}-src-${version}"
 build_style=cmake
@@ -15,7 +15,7 @@ maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
 license="GPL-2.0-only"
 homepage="https://www.hedgewars.org/"
 distfiles="https://hedgewars.org/download/releases/hedgewars-src-${version}.tar.bz2"
-checksum=07dc527dbc90dddea894f518aadd67aa2eebb19738739a7c1bd7fd1e608e1c6e
+checksum=211634e61f2e4beecc3c98c6f749601fcd08321fda1ba969b3b3832a004f155b
 nopie_files="/usr/bin/hwengine"
 nocross="Needs investigation: fails to link hwengine"
 
@@ -25,6 +25,7 @@ fi
 
 case $XBPS_TARGET_MACHINE in
 	# forces usage of C engine and ghc due to a 32 bit freepascal bug
+	# https://travis-ci.org/void-linux/void-packages/jobs/596458977#L4316
 	i686*)
 		hostmakedepends+=" glew-devel ghc"
 		nopie_files+=" /usr/bin/hedgewars"

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

* Re: [PR PATCH] [Updated] [WIP] Hedgewars: update to 1.0.0
  2019-10-11  6:42 [PR PATCH] [WIP] Hedgewars: update to 1.0.0 voidlinux-github
@ 2019-10-11  8:49 ` voidlinux-github
  2019-10-11  8:49 ` voidlinux-github
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2019-10-11  8:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Anachron/void-packages hedgewars-1.0.0
https://github.com/void-linux/void-packages/pull/15327

[WIP] Hedgewars: update to 1.0.0


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

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

From 778571829f387ace95b6d20dd0a36cfdc474d551 Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Fri, 11 Oct 2019 10:47:32 +0200
Subject: [PATCH] Hedgewars: update to 1.0.0

---
 srcpkgs/hedgewars/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/hedgewars/template b/srcpkgs/hedgewars/template
index acf0a0f9141..967083f54ef 100644
--- a/srcpkgs/hedgewars/template
+++ b/srcpkgs/hedgewars/template
@@ -1,6 +1,6 @@
 # Template file for 'hedgewars'
 pkgname=hedgewars
-version=0.9.25
+version=1.0.0
 revision=1
 wrksrc="${pkgname}-src-${version}"
 build_style=cmake
@@ -15,7 +15,7 @@ maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
 license="GPL-2.0-only"
 homepage="https://www.hedgewars.org/"
 distfiles="https://hedgewars.org/download/releases/hedgewars-src-${version}.tar.bz2"
-checksum=07dc527dbc90dddea894f518aadd67aa2eebb19738739a7c1bd7fd1e608e1c6e
+checksum=211634e61f2e4beecc3c98c6f749601fcd08321fda1ba969b3b3832a004f155b
 nopie_files="/usr/bin/hwengine"
 nocross="Needs investigation: fails to link hwengine"
 
@@ -25,6 +25,7 @@ fi
 
 case $XBPS_TARGET_MACHINE in
 	# forces usage of C engine and ghc due to a 32 bit freepascal bug
+	# https://travis-ci.org/void-linux/void-packages/jobs/596458977#L4316
 	i686*)
 		hostmakedepends+=" glew-devel ghc"
 		nopie_files+=" /usr/bin/hedgewars"

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

* Re: [WIP] Hedgewars: update to 1.0.0
  2019-10-11  6:42 [PR PATCH] [WIP] Hedgewars: update to 1.0.0 voidlinux-github
  2019-10-11  8:49 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-11  8:49 ` voidlinux-github
@ 2019-10-11  9:32 ` voidlinux-github
  2019-10-11  9:41 ` voidlinux-github
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2019-10-11  9:32 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/15327#issuecomment-540991860

Comment:
Seems like https://github.com/void-linux/void-packages/commit/6b81302e380aaf6688982b932a4efff7c642a7f5 is problematic on `i686`.

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

* Re: [WIP] Hedgewars: update to 1.0.0
  2019-10-11  6:42 [PR PATCH] [WIP] Hedgewars: update to 1.0.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-11  9:32 ` voidlinux-github
@ 2019-10-11  9:41 ` voidlinux-github
  2019-10-11  9:50 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2019-10-11  9:41 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/15327#issuecomment-540994925

Comment:
It's not architecture specific I think. clang simply does not know that option and the rest ist built with gcc. If i686 still needs to be built differently, I suppose you could just remove that from CFLAGS for that architecture.

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

* Re: [PR PATCH] [Updated] [WIP] Hedgewars: update to 1.0.0
  2019-10-11  6:42 [PR PATCH] [WIP] Hedgewars: update to 1.0.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-11  9:41 ` voidlinux-github
@ 2019-10-11  9:50 ` voidlinux-github
  2019-10-11  9:50 ` voidlinux-github
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2019-10-11  9:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Anachron/void-packages hedgewars-1.0.0
https://github.com/void-linux/void-packages/pull/15327

[WIP] Hedgewars: update to 1.0.0


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

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

From 00c98aaa63876206d4249517957118de4dbc1591 Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Fri, 11 Oct 2019 11:50:08 +0200
Subject: [PATCH] Hedgewars: update to 1.0.0

---
 srcpkgs/hedgewars/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/hedgewars/template b/srcpkgs/hedgewars/template
index acf0a0f9141..ed5a4f45fe4 100644
--- a/srcpkgs/hedgewars/template
+++ b/srcpkgs/hedgewars/template
@@ -1,6 +1,6 @@
 # Template file for 'hedgewars'
 pkgname=hedgewars
-version=0.9.25
+version=1.0.0
 revision=1
 wrksrc="${pkgname}-src-${version}"
 build_style=cmake
@@ -15,7 +15,7 @@ maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
 license="GPL-2.0-only"
 homepage="https://www.hedgewars.org/"
 distfiles="https://hedgewars.org/download/releases/hedgewars-src-${version}.tar.bz2"
-checksum=07dc527dbc90dddea894f518aadd67aa2eebb19738739a7c1bd7fd1e608e1c6e
+checksum=211634e61f2e4beecc3c98c6f749601fcd08321fda1ba969b3b3832a004f155b
 nopie_files="/usr/bin/hwengine"
 nocross="Needs investigation: fails to link hwengine"
 
@@ -25,7 +25,12 @@ fi
 
 case $XBPS_TARGET_MACHINE in
 	# forces usage of C engine and ghc due to a 32 bit freepascal bug
+	# https://travis-ci.org/void-linux/void-packages/jobs/596458977#L4316
 	i686*)
+		# Removed -fstack-clash-protection, broken on clang
+		# https://github.com/void-linux/void-packages/issues/10244
+		CFLAGS="-D_FORTIFY_SOURCE=2"
+		CXXFLAGS="${CFLAGS}"
 		hostmakedepends+=" glew-devel ghc"
 		nopie_files+=" /usr/bin/hedgewars"
 		;;

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

* Re: [PR PATCH] [Updated] [WIP] Hedgewars: update to 1.0.0
  2019-10-11  6:42 [PR PATCH] [WIP] Hedgewars: update to 1.0.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-11  9:50 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-11  9:50 ` voidlinux-github
  2019-10-11  9:51 ` voidlinux-github
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2019-10-11  9:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Anachron/void-packages hedgewars-1.0.0
https://github.com/void-linux/void-packages/pull/15327

[WIP] Hedgewars: update to 1.0.0


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

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

From 00c98aaa63876206d4249517957118de4dbc1591 Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Fri, 11 Oct 2019 11:50:08 +0200
Subject: [PATCH] Hedgewars: update to 1.0.0

---
 srcpkgs/hedgewars/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/hedgewars/template b/srcpkgs/hedgewars/template
index acf0a0f9141..ed5a4f45fe4 100644
--- a/srcpkgs/hedgewars/template
+++ b/srcpkgs/hedgewars/template
@@ -1,6 +1,6 @@
 # Template file for 'hedgewars'
 pkgname=hedgewars
-version=0.9.25
+version=1.0.0
 revision=1
 wrksrc="${pkgname}-src-${version}"
 build_style=cmake
@@ -15,7 +15,7 @@ maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
 license="GPL-2.0-only"
 homepage="https://www.hedgewars.org/"
 distfiles="https://hedgewars.org/download/releases/hedgewars-src-${version}.tar.bz2"
-checksum=07dc527dbc90dddea894f518aadd67aa2eebb19738739a7c1bd7fd1e608e1c6e
+checksum=211634e61f2e4beecc3c98c6f749601fcd08321fda1ba969b3b3832a004f155b
 nopie_files="/usr/bin/hwengine"
 nocross="Needs investigation: fails to link hwengine"
 
@@ -25,7 +25,12 @@ fi
 
 case $XBPS_TARGET_MACHINE in
 	# forces usage of C engine and ghc due to a 32 bit freepascal bug
+	# https://travis-ci.org/void-linux/void-packages/jobs/596458977#L4316
 	i686*)
+		# Removed -fstack-clash-protection, broken on clang
+		# https://github.com/void-linux/void-packages/issues/10244
+		CFLAGS="-D_FORTIFY_SOURCE=2"
+		CXXFLAGS="${CFLAGS}"
 		hostmakedepends+=" glew-devel ghc"
 		nopie_files+=" /usr/bin/hedgewars"
 		;;

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

* Re: [WIP] Hedgewars: update to 1.0.0
  2019-10-11  6:42 [PR PATCH] [WIP] Hedgewars: update to 1.0.0 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-11  9:50 ` voidlinux-github
@ 2019-10-11  9:51 ` voidlinux-github
  2019-10-11 10:03 ` voidlinux-github
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2019-10-11  9:51 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/15327#issuecomment-540998160

Comment:
Yep I've realized,- thanks. Hope all is well now.

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

* Re: [WIP] Hedgewars: update to 1.0.0
  2019-10-11  6:42 [PR PATCH] [WIP] Hedgewars: update to 1.0.0 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-10-11  9:51 ` voidlinux-github
@ 2019-10-11 10:03 ` voidlinux-github
  2019-10-12  8:52 ` voidlinux-github
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2019-10-11 10:03 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/15327#issuecomment-540998160

Comment:
Yep I've realized,- thanks. Hope all is well now.

@Hoshpak wait, how can I override `CFLAGS` and `CXXFLAGS` when it's [overwritten by the `build_system`](https://github.com/void-linux/void-packages/commit/6b81302e380aaf6688982b932a4efff7c642a7f5#diff-01d3507d632da4c62a40525dd3c0005dR20-R21)? 

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

* Re: [WIP] Hedgewars: update to 1.0.0
  2019-10-11  6:42 [PR PATCH] [WIP] Hedgewars: update to 1.0.0 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-10-11 10:03 ` voidlinux-github
@ 2019-10-12  8:52 ` voidlinux-github
  2019-10-12  9:14 ` voidlinux-github
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2019-10-12  8:52 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/15327#issuecomment-541303274

Comment:
I will look into it and see if I can find another workaround

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

* Re: [WIP] Hedgewars: update to 1.0.0
  2019-10-11  6:42 [PR PATCH] [WIP] Hedgewars: update to 1.0.0 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-10-12  8:52 ` voidlinux-github
@ 2019-10-12  9:14 ` voidlinux-github
  2019-10-13 12:28 ` voidlinux-github
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2019-10-12  9:14 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/15327#issuecomment-541305178

Comment:
Doing it in `pre_configure` works. It also needs `libatomic-devel` to link on i686. With the following patch against your branch I could successfully compile it: https://owncloud.helmut-pozimski.de/index.php/s/kytLeXX7xcb6HFL

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

* Re: [WIP] Hedgewars: update to 1.0.0
  2019-10-11  6:42 [PR PATCH] [WIP] Hedgewars: update to 1.0.0 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-10-12  9:14 ` voidlinux-github
@ 2019-10-13 12:28 ` voidlinux-github
  2019-10-13 12:30 ` voidlinux-github
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2019-10-13 12:28 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/15327#issuecomment-541414240

Comment:
I used your patch but it still threw:

`  error: Could not find compiler "clang" in PATH`

I've manually added `clang` to the `hostmakedepends` and rebuild it right now.

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

* Re: [WIP] Hedgewars: update to 1.0.0
  2019-10-11  6:42 [PR PATCH] [WIP] Hedgewars: update to 1.0.0 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-10-13 12:28 ` voidlinux-github
@ 2019-10-13 12:30 ` voidlinux-github
  2019-10-15 19:40 ` voidlinux-github
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2019-10-13 12:30 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/15327#issuecomment-541414240

Comment:
I used your patch but it still threw:

`  error: Could not find compiler "clang" in PATH`.

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

* Re: [WIP] Hedgewars: update to 1.0.0
  2019-10-11  6:42 [PR PATCH] [WIP] Hedgewars: update to 1.0.0 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-10-13 12:30 ` voidlinux-github
@ 2019-10-15 19:40 ` voidlinux-github
  2019-10-15 22:15 ` voidlinux-github
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2019-10-15 19:40 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/15327#issuecomment-542372633

Comment:
Could be that clang was still installed at my machine because xbps-src didn't clean up the masterdir. Wouldn't explicitely adding clang to hostmakedepends for i686 fix that?

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

* Re: [WIP] Hedgewars: update to 1.0.0
  2019-10-11  6:42 [PR PATCH] [WIP] Hedgewars: update to 1.0.0 voidlinux-github
                   ` (12 preceding siblings ...)
  2019-10-15 19:40 ` voidlinux-github
@ 2019-10-15 22:15 ` voidlinux-github
  2019-10-16  9:55 ` voidlinux-github
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2019-10-15 22:15 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/15327#issuecomment-542427986

Comment:
Thought so too but no success, same error.

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

* Re: [WIP] Hedgewars: update to 1.0.0
  2019-10-11  6:42 [PR PATCH] [WIP] Hedgewars: update to 1.0.0 voidlinux-github
                   ` (13 preceding siblings ...)
  2019-10-15 22:15 ` voidlinux-github
@ 2019-10-16  9:55 ` voidlinux-github
  2019-10-18 17:08 ` voidlinux-github
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2019-10-16  9:55 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/15327#issuecomment-542624676

Comment:
I just manually removed my i686 masterdir, binary-bootstrapped again and compiled the package with the patch, it compiled just fine. So it looks to me like it works. We can merge this on my own responsibility if you want.

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

* Re: [WIP] Hedgewars: update to 1.0.0
  2019-10-11  6:42 [PR PATCH] [WIP] Hedgewars: update to 1.0.0 voidlinux-github
                   ` (14 preceding siblings ...)
  2019-10-16  9:55 ` voidlinux-github
@ 2019-10-18 17:08 ` voidlinux-github
  2019-10-28 14:51 ` [PR PATCH] [Closed]: " voidlinux-github
  2019-10-28 14:51 ` voidlinux-github
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2019-10-18 17:08 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/15327#issuecomment-543839771

Comment:
still WIP?

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

* Re: [WIP] Hedgewars: update to 1.0.0
  2019-10-11  6:42 [PR PATCH] [WIP] Hedgewars: update to 1.0.0 voidlinux-github
                   ` (16 preceding siblings ...)
  2019-10-28 14:51 ` [PR PATCH] [Closed]: " voidlinux-github
@ 2019-10-28 14:51 ` voidlinux-github
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2019-10-28 14:51 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/15327#issuecomment-546982964

Comment:
merged manually in 740b148aadf065a7f602f36c2df3cf0c23555966

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

* Re: [PR PATCH] [Closed]: [WIP] Hedgewars: update to 1.0.0
  2019-10-11  6:42 [PR PATCH] [WIP] Hedgewars: update to 1.0.0 voidlinux-github
                   ` (15 preceding siblings ...)
  2019-10-18 17:08 ` voidlinux-github
@ 2019-10-28 14:51 ` voidlinux-github
  2019-10-28 14:51 ` voidlinux-github
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2019-10-28 14:51 UTC (permalink / raw)
  To: ml

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

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

[WIP] Hedgewars: update to 1.0.0
https://github.com/void-linux/void-packages/pull/15327

Description:


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

end of thread, other threads:[~2019-10-28 14:51 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-11  6:42 [PR PATCH] [WIP] Hedgewars: update to 1.0.0 voidlinux-github
2019-10-11  8:49 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-11  8:49 ` voidlinux-github
2019-10-11  9:32 ` voidlinux-github
2019-10-11  9:41 ` voidlinux-github
2019-10-11  9:50 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-11  9:50 ` voidlinux-github
2019-10-11  9:51 ` voidlinux-github
2019-10-11 10:03 ` voidlinux-github
2019-10-12  8:52 ` voidlinux-github
2019-10-12  9:14 ` voidlinux-github
2019-10-13 12:28 ` voidlinux-github
2019-10-13 12:30 ` voidlinux-github
2019-10-15 19:40 ` voidlinux-github
2019-10-15 22:15 ` voidlinux-github
2019-10-16  9:55 ` voidlinux-github
2019-10-18 17:08 ` voidlinux-github
2019-10-28 14:51 ` [PR PATCH] [Closed]: " voidlinux-github
2019-10-28 14:51 ` 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).