Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] micropython: broken on ppc*
@ 2019-11-04 16:52 voidlinux-github
  2019-11-04 17:07 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-11-04 16:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-ppc/void-packages micropython
https://github.com/void-linux/void-packages/pull/16116

micropython: broken on ppc*
Could be fixed in next release, but too much code to backport to make fixing it right now worthwhile.

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

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

From 789962c413d7f186f417eee13d51dd1178e53d16 Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Mon, 4 Nov 2019 14:23:52 +0100
Subject: [PATCH] micropython: broken on ppc*

[ci skip]
---
 srcpkgs/micropython/template | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/srcpkgs/micropython/template b/srcpkgs/micropython/template
index b507422ee63..44715734242 100644
--- a/srcpkgs/micropython/template
+++ b/srcpkgs/micropython/template
@@ -12,6 +12,10 @@ homepage="https://micropython.org/"
 distfiles="https://github.com/micropython/micropython/releases/download/v${version}/micropython-${version}.tar.gz"
 checksum=2edda4ffe283899af6d7b59dd0a0a59f8b845fe0f26017f1a180661338eca35f
 
+case "$XBPS_TARGET_MACHINE" in
+	ppc*) broken="missing nlr_push" ;;
+esac
+
 pre_configure() {
 	sed -i 's|-Werror||;/^COPT =/d' Makefile
 }

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

* Re: [PR PATCH] [Merged]: micropython: broken on ppc*
  2019-11-04 16:52 [PR PATCH] micropython: broken on ppc* voidlinux-github
@ 2019-11-04 17:07 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-11-04 17:07 UTC (permalink / raw)
  To: ml

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

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

micropython: broken on ppc*
https://github.com/void-linux/void-packages/pull/16116

Description:
Could be fixed in next release, but too much code to backport to make fixing it right now worthwhile.

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

end of thread, other threads:[~2019-11-04 17:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-04 16:52 [PR PATCH] micropython: broken on ppc* voidlinux-github
2019-11-04 17:07 ` [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).