From: Leo Famulari <leo@famulari.name>
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: guix-devel@gnu.org
Subject: Re: wip spamassassin
Date: Thu, 28 Jul 2016 17:47:43 -0400 [thread overview]
Message-ID: <20160728214743.GC13295@jasmine> (raw)
In-Reply-To: <20160727005058.63ff3252@scratchpost.org>
On Wed, Jul 27, 2016 at 12:50:58AM +0200, Danny Milosavljevic wrote:
> ./configure: line 5848: /bin/sh: No such file or directory
I recommend you try adapting the 'patch-config-files' phase from
the Vim package definition in (gnu packages vim):
#:phases
(modify-phases %standard-phases
(add-after 'configure 'patch-config-files
(lambda _
(substitute* "runtime/tools/mve.awk"
(("/usr/bin/nawk") (which "gawk")))
(substitute* "src/testdir/Makefile"
(("/bin/sh") (which "sh"))))))))
I hope that helps!
prev parent reply other threads:[~2016-07-28 21:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-26 22:50 wip spamassassin Danny Milosavljevic
2016-07-27 0:01 ` Ben Woodcroft
2016-07-28 21:47 ` Leo Famulari [this message]
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=20160728214743.GC13295@jasmine \
--to=leo@famulari.name \
--cc=dannym@scratchpost.org \
--cc=guix-devel@gnu.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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.