Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-pivy: broken on 32-bit ppc
@ 2019-10-11 15:26 voidlinux-github
  2019-10-12  8:33 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-10-11 15:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-ppc/void-packages pivy
https://github.com/void-linux/void-packages/pull/15338

python3-pivy: broken on 32-bit ppc


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

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

From e242ba02286cfb205eb88cec1acbab03c2da306f Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Fri, 11 Oct 2019 16:15:18 +0200
Subject: [PATCH] python3-pivy: broken on 32-bit ppc

[ci skip]
---
 srcpkgs/python3-pivy/template | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index 9daf33025d3..4a733e805e3 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -15,6 +15,11 @@ distfiles="https://bitbucket.org/Coin3D/pivy/get/${version}.tar.gz"
 checksum=2ee684dbf0f52c05b491c5423013fd82e679614bffee23641485248c8a790c4e
 nocross="require coin-config script"
 
+case "$XBPS_TARGET_MACHINE" in
+	ppc64*);;
+	ppc*) broken="{standard input}:3376761: Error: operand out of range";;
+esac
+
 post_extract() (
 	# use setup_old.py until have Coin with cmake support
 	mv -f setup_old.py setup.py

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

* Re: [PR PATCH] [Merged]: python3-pivy: broken on 32-bit ppc
  2019-10-11 15:26 [PR PATCH] python3-pivy: broken on 32-bit ppc voidlinux-github
@ 2019-10-12  8:33 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-10-12  8:33 UTC (permalink / raw)
  To: ml

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

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

python3-pivy: broken on 32-bit ppc
https://github.com/void-linux/void-packages/pull/15338

Description:


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

end of thread, other threads:[~2019-10-12  8:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-11 15:26 [PR PATCH] python3-pivy: broken on 32-bit ppc voidlinux-github
2019-10-12  8:33 ` [PR PATCH] [Merged]: " 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).