From: Ben Woodcroft <b.woodcroft@uq.edu.au>
To: Danny Milosavljevic <dannym@scratchpost.org>, guix-devel@gnu.org
Subject: Re: wip spamassassin
Date: Wed, 27 Jul 2016 10:01:43 +1000 [thread overview]
Message-ID: <5797F9E7.9040208@uq.edu.au> (raw)
In-Reply-To: <20160727005058.63ff3252@scratchpost.org>
Hi Danny,
Thanks for all your patches.
On 27/07/16 08:50, Danny Milosavljevic wrote:
> Hi,
>
> I'm trying to package spamassassin.
>
> I've got it to work with
>
> $ guix build -S spamassassin
> ... extract it
> $ guix environment --pure spamassassin
> $ perl Makefile.PL PREFIX=/gnu/store/37hdpcyz1b6y5jjwzdmxw14gd1xsf9fv-spamassassin-3.4.1 INSTALLDIRS=site
> $ make
> ... works fine.
>
> But
>
> $ guix package -i spamassassin
>
> fails with:
>
> ...
> checking for h_errno... yes
> checking for in_addr_t... yes
> checking for INADDR_NONE... yes
> checking for EX__MAX... yes
> checking for EAI_ADDRFAMILY... no
> checking for EAI_SYSTEM... (cached) no
> checking for EAI_NODATA... (cached) no
> configure: creating ./config.status
> ./configure: line 5848: /bin/sh: No such file or directory
This seems to be the error here. Is "/bin/sh" hard-coded into a file
somewhere? This path exists outside the build environment, but doesn't
inside, potentially explaining why compilation works outside but not inside.
ben
next prev parent reply other threads:[~2016-07-27 0:01 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 [this message]
2016-07-28 21:47 ` Leo Famulari
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=5797F9E7.9040208@uq.edu.au \
--to=b.woodcroft@uq.edu.au \
--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.