help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Packaging timewarrior


From: Timo Wilken
Subject: Re: Packaging timewarrior
Date: Mon, 16 Jan 2023 18:03:58 +0100
User-agent: K-9 Mail for Android

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 via email to

[Prev in Thread] Current Thread [Next in Thread]