Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mark some rust packages that use `ring` broken on ppc
@ 2019-06-10 19:58 voidlinux-github
  2019-06-12 10:47 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-06-10 19:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-power/void-packages ring
https://github.com/void-linux/void-packages/pull/12382

mark some rust packages that use `ring` broken on ppc
These all use `ring` (directly or indirectly), a rust crypto library that only has platform specific assembly and no support for ppc platforms. I wrote WiP support for ppc* for that lib, so these are temporary, but it will probably take a while to upstream.

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

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

From 49f50ac8ac9989ce2880fb1cb0bdd6334b981400 Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Mon, 10 Jun 2019 21:34:29 +0200
Subject: [PATCH 1/3] boringtun: broken on ppc for now (ftbfs in ring)

---
 srcpkgs/boringtun/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/boringtun/template b/srcpkgs/boringtun/template
index 435900313da..73dc4cc76e4 100644
--- a/srcpkgs/boringtun/template
+++ b/srcpkgs/boringtun/template
@@ -12,6 +12,7 @@ checksum=544c72fc482b636e7f6460bfee205adafc55de534067819e4e4914980f0d1350
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) broken="ioctl function signature differs on glibc and musl" ;;
+	ppc*) broken="ftbfs in ring" ;;
 esac
 
 post_install() {

From e13e53d58aa9f0cd2e95ec849298581f5a1c36e2 Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Mon, 10 Jun 2019 21:44:58 +0200
Subject: [PATCH 2/3] routinator: broken on ppc (ftbfs in ring)

---
 srcpkgs/routinator/template | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/srcpkgs/routinator/template b/srcpkgs/routinator/template
index 3b14fa4ce2f..44e983aff15 100644
--- a/srcpkgs/routinator/template
+++ b/srcpkgs/routinator/template
@@ -11,6 +11,10 @@ homepage="https://github.com/NLnetLabs/routinator"
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=00d55fcfda6bee6311304415b77347e72e6f65f5f549c57c70876234f67cc0ab
 
+case "$XBPS_TARGET_MACHINE" in
+	ppc*) broken="ftbfs in ring" ;;
+esac
+
 post_install() {
 	vlicense LICENSE
 }

From c7bd769367c76c70f200fb6c0ca280ceb997cab3 Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Mon, 10 Jun 2019 21:45:33 +0200
Subject: [PATCH 3/3] rust-sccache: broken on ppc (ftbfs in ring)

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

diff --git a/srcpkgs/rust-sccache/template b/srcpkgs/rust-sccache/template
index 016a8299c79..d577a34efdc 100644
--- a/srcpkgs/rust-sccache/template
+++ b/srcpkgs/rust-sccache/template
@@ -12,3 +12,7 @@ license="Apache-2.0"
 homepage="https://crates.io/crates/sccache"
 distfiles="https://static.crates.io/crates/sccache/sccache-${version}.crate"
 checksum=c1e914cab6496ac4ea3ef9e52b2a14661edd313ae3ecad8ce52f3a254aafcc1a
+
+case "$XBPS_TARGET_MACHINE" in
+	ppc*) broken="ftbfs in ring" ;;
+esac

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

* Re: [PR PATCH] [Merged]: mark some rust packages that use `ring` broken on ppc
  2019-06-10 19:58 [PR PATCH] mark some rust packages that use `ring` broken on ppc voidlinux-github
@ 2019-06-12 10:47 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-06-12 10:47 UTC (permalink / raw)
  To: ml

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

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

mark some rust packages that use `ring` broken on ppc
https://github.com/void-linux/void-packages/pull/12382
Description: These all use `ring` (directly or indirectly), a rust crypto library that only has platform specific assembly and no support for ppc platforms. I wrote WiP support for ppc* for that lib, so these are temporary, but it will probably take a while to upstream.

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-10 19:58 [PR PATCH] mark some rust packages that use `ring` broken on ppc voidlinux-github
2019-06-12 10:47 ` [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).