unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Timo Wilken <timo@twilken.net>
To: help-guix@gnu.org, Trev <trev@trevdev.ca>
Subject: Re: Packaging timewarrior
Date: Mon, 16 Jan 2023 18:03:58 +0100	[thread overview]
Message-ID: <F39B87D5-AD86-4D38-8524-94B0C2FDF2EB@twilken.net> (raw)
In-Reply-To: <20230116164445.hd2m747id2ldvzzn@guix>

Hi Trev,


On 16 January 2023 17:44:45 CET, Trev <trev@trevdev.ca> wrote:
>If it's of any use to anybody, I have attached the full build log.  Any
>guidance would be appreciated.

Make logs can be a bit annoying -- it runs multiple processes, and one make child can keep spewing info lines after another has already failed.

In your case, the "real" error is further up in the log:

/gnu/store/4y5m9lb8k3qkb1y9m02sw9w9a6hacd16-bash-minimal-5.1.8/bin/sh: line 1: /bin/sh: No such file or directory
make[2]: *** [src/commands/CMakeFiles/generate_additional_help.dir/build.make:76: src/commands/additional-help.h] Error 127

In Guix build containers, the /bin/sh symlink does not exist. Check timewarrior's makefiles for lines like "SHELL=/bin/sh" and substitute* them out with the result of something like #+(file-append bash-minimal "/bin/sh").

Cheers,
Timo


  reply	other threads:[~2023-01-16 17:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-16 16:44 Packaging timewarrior Trev
2023-01-16 17:03 ` Timo Wilken [this message]
2023-01-16 23:42   ` Trev

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=F39B87D5-AD86-4D38-8524-94B0C2FDF2EB@twilken.net \
    --to=timo@twilken.net \
    --cc=help-guix@gnu.org \
    --cc=trev@trevdev.ca \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).