Github messages for voidlinux
 help / color / mirror / Atom feed
From: sgn <sgn@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: m4: various fixes
Date: Mon, 19 Oct 2020 17:25:55 +0200	[thread overview]
Message-ID: <20201019152555.Dm3RFeNgaPJSttONF8oKVgEehuibUlCe4-VY4nUgvZE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25655@inbox.vuxu.org>

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/25655#issuecomment-712243897

Comment:
@fosslinux I don't know, I think I've run the build inside chroot without `texinfo`, but I haven't build `m4` in a while. I could try that later. I guess you mean something like:

```diff
diff --git a/srcpkgs/m4/template b/srcpkgs/m4/template
index 111dc6a6b07..6db163696da 100644
--- a/srcpkgs/m4/template
+++ b/srcpkgs/m4/template
@@ -14,6 +14,11 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
 checksum=f2c1e86ca0a404ff281631bdc8377638992744b175afb806e25871a24a934e07
 
+# Ubuntu 20.04 makeinfo breaks the build with ISO-8859-1 characters
+if [ ! "$CHROOT_READY" ]; then
+	export MAKEINFO=true
+else
+	hostmakedepends="texinfo"
+fi
+
 pre_check() {
 	case "$XBPS_TARGET_MACHINE" in
 		*-musl* )

```

  parent reply	other threads:[~2020-10-19 15:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-16 13:27 [PR PATCH] " ev-ermakov
2020-10-16 15:17 ` sgn
2020-10-16 15:19 ` sgn
2020-10-19  7:32 ` fosslinux
2020-10-19 15:25 ` sgn [this message]
2020-10-19 15:26 ` sgn
2020-11-01 11:08 ` sgn
2020-11-01 11:08 ` [PR PATCH] [Closed]: " sgn
2020-11-01 13:59 ` sgn

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=20201019152555.Dm3RFeNgaPJSttONF8oKVgEehuibUlCe4-VY4nUgvZE@z \
    --to=sgn@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).