Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] arduino: mark broken for musl and nocross.
@ 2020-09-25 23:54 ericonr
  2020-09-25 23:59 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 1 reply; 2+ messages in thread
From: ericonr @ 2020-09-25 23:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages ard
https://github.com/void-linux/void-packages/pull/25108

arduino: mark broken for musl and nocross.


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

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

From cc772f2c1fac506328011a521628cfdd51bcce1e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 25 Sep 2020 20:53:26 -0300
Subject: [PATCH] arduino: mark broken for musl and nocross.

---
 srcpkgs/arduino/template | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/srcpkgs/arduino/template b/srcpkgs/arduino/template
index fa30576f2f0..379fd750981 100644
--- a/srcpkgs/arduino/template
+++ b/srcpkgs/arduino/template
@@ -18,6 +18,11 @@ distfiles="
 checksum="2fcdf989d7eacf052b357f1e4d3a1bf177c0e76110085ed0f78314ea47faacf0
  6c3ab029e0e4a75e2e603d449014374aa8269218fdd03a4aaa46ab743b1912fd"
 nostrip=yes
+nocross="cross build lacks essential libraries"
+
+if [ "$XBPS_TARGET_LIBC" = musl ]; then
+	broken="downloads multiple binaries linked to glibc; segfaults with gcompat"
+fi
 
 do_build() {
 	. /etc/profile.d/apache-ant.sh

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

* Re: [PR PATCH] [Merged]: arduino: mark broken for musl and nocross.
  2020-09-25 23:54 [PR PATCH] arduino: mark broken for musl and nocross ericonr
@ 2020-09-25 23:59 ` ericonr
  0 siblings, 0 replies; 2+ messages in thread
From: ericonr @ 2020-09-25 23:59 UTC (permalink / raw)
  To: ml

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

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

arduino: mark broken for musl and nocross.
https://github.com/void-linux/void-packages/pull/25108

Description:


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

end of thread, other threads:[~2020-09-25 23:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-25 23:54 [PR PATCH] arduino: mark broken for musl and nocross ericonr
2020-09-25 23:59 ` [PR PATCH] [Merged]: " ericonr

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