Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] zola: remove broken for musl.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23970@inbox.vuxu.org>
@ 2020-08-03 15:30 ` ericonr
  2020-08-05  1:41 ` ericonr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-08-03 15:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages zola
https://github.com/void-linux/void-packages/pull/23970

zola: remove broken for musl.
Another one :3 

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

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

From eb798e4423e84c921c9abc4b37548feb1b505125 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 31 Jul 2020 11:56:49 -0300
Subject: [PATCH] zola: remove broken for musl.

---
 srcpkgs/zola/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/zola/template b/srcpkgs/zola/template
index 1b3c7b684f7..23ba73020a2 100644
--- a/srcpkgs/zola/template
+++ b/srcpkgs/zola/template
@@ -15,7 +15,6 @@ checksum=09840a55d13a81a7a04767d01e5e44cc3710e79c78f43f0ebde4a6a17e0728ca
 
 case $XBPS_TARGET_MACHINE in
 	ppc*) broken="segfaults" ;;
-	*-musl) broken="triggers segfault in rustc" ;;
 esac
 
 pre_build() {
@@ -26,7 +25,7 @@ pre_build() {
 post_install() {
 	vlicense LICENSE
 
-	ln -sr ${DESTDIR}/usr/bin/zola ${DESTDIR}/usr/bin/gutenberg
+	ln -s zola ${DESTDIR}/usr/bin/gutenberg
 }
 
 gutenberg_package() {

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

* Re: [PR PATCH] [Updated] zola: remove broken for musl.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23970@inbox.vuxu.org>
  2020-08-03 15:30 ` [PR PATCH] [Updated] zola: remove broken for musl ericonr
@ 2020-08-05  1:41 ` ericonr
  2020-08-09  8:45 ` [PR PATCH] [Merged]: " jnbr
  2020-08-09  8:46 ` jnbr
  3 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-08-05  1:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages zola
https://github.com/void-linux/void-packages/pull/23970

zola: remove broken for musl.
Another one :3 

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

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

From c096601c493c0b5ef51260403d8e92b750198b43 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 31 Jul 2020 11:56:49 -0300
Subject: [PATCH] zola: remove broken for musl.

---
 srcpkgs/zola/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/zola/template b/srcpkgs/zola/template
index 1b3c7b684f7..23ba73020a2 100644
--- a/srcpkgs/zola/template
+++ b/srcpkgs/zola/template
@@ -15,7 +15,6 @@ checksum=09840a55d13a81a7a04767d01e5e44cc3710e79c78f43f0ebde4a6a17e0728ca
 
 case $XBPS_TARGET_MACHINE in
 	ppc*) broken="segfaults" ;;
-	*-musl) broken="triggers segfault in rustc" ;;
 esac
 
 pre_build() {
@@ -26,7 +25,7 @@ pre_build() {
 post_install() {
 	vlicense LICENSE
 
-	ln -sr ${DESTDIR}/usr/bin/zola ${DESTDIR}/usr/bin/gutenberg
+	ln -s zola ${DESTDIR}/usr/bin/gutenberg
 }
 
 gutenberg_package() {

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

* Re: [PR PATCH] [Merged]: zola: remove broken for musl.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23970@inbox.vuxu.org>
  2020-08-03 15:30 ` [PR PATCH] [Updated] zola: remove broken for musl ericonr
  2020-08-05  1:41 ` ericonr
@ 2020-08-09  8:45 ` jnbr
  2020-08-09  8:46 ` jnbr
  3 siblings, 0 replies; 4+ messages in thread
From: jnbr @ 2020-08-09  8:45 UTC (permalink / raw)
  To: ml

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

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

zola: remove broken for musl.
https://github.com/void-linux/void-packages/pull/23970

Description:
Another one :3 

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

* Re: zola: remove broken for musl.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23970@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-08-09  8:45 ` [PR PATCH] [Merged]: " jnbr
@ 2020-08-09  8:46 ` jnbr
  3 siblings, 0 replies; 4+ messages in thread
From: jnbr @ 2020-08-09  8:46 UTC (permalink / raw)
  To: ml

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

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/pull/23970#issuecomment-671025351

Comment:
let's see ...

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

end of thread, other threads:[~2020-08-09  8:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23970@inbox.vuxu.org>
2020-08-03 15:30 ` [PR PATCH] [Updated] zola: remove broken for musl ericonr
2020-08-05  1:41 ` ericonr
2020-08-09  8:45 ` [PR PATCH] [Merged]: " jnbr
2020-08-09  8:46 ` jnbr

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