Github messages for voidlinux
 help / color / mirror / Atom feed
From: ericonr <ericonr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] zola: remove broken for musl.
Date: Mon, 03 Aug 2020 17:30:29 +0200	[thread overview]
Message-ID: <20200803153029.465hmulnuvG3BZOAuJi3w4WapixfGFRoY3d5QgwS5ls@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23970@inbox.vuxu.org>

[-- 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() {

       reply	other threads:[~2020-08-03 15:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23970@inbox.vuxu.org>
2020-08-03 15:30 ` ericonr [this message]
2020-08-05  1:41 ` ericonr
2020-08-09  8:45 ` [PR PATCH] [Merged]: " jnbr
2020-08-09  8:46 ` jnbr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200803153029.465hmulnuvG3BZOAuJi3w4WapixfGFRoY3d5QgwS5ls@z \
    --to=ericonr@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).