From: "Marek Paśnikowski" <marek@marekpasnikowski.pl>
To: help-guix@gnu.org
Subject: Re: Help packaging network-manager-sstp and sstp-client
Date: Sun, 21 Jan 2024 08:25:02 +0100 [thread overview]
Message-ID: <2173142.usQuhbGJ8B@akashi> (raw)
In-Reply-To: <87il3pg34z.fsf@yoga.mail-host-address-is-not-set>
[-- Attachment #1: Type: text/plain, Size: 1187 bytes --]
> sstp-client is failing with the following error:
>
> --8<---------------cut here---------------start------------->8---
> ./autogen.sh: ./configure: /bin/sh: bad interpreter: No such file or
> directory error: in phase 'bootstrap': uncaught exception:
> %exception #<&invoke-error program: "./autogen.sh" arguments: ()
> exit-status: 126 term-signal: #f stop-signal: #f> phase `bootstrap' failed
> after 5.6 seconds
> command "./autogen.sh" failed with status 126
> --8<---------------cut here---------------end--------------->8---
I have little knowledge about the packaging process, but let my try looking at
this here. In my experience, it is always good to focus on the error messages.
In this situation, I am not sure what exactly is failing here:
1. There is no /bin/sh in the build environment,
2. or /bin/sh complains that whatever file it is asked to open does not exist.
To narrow the possibilites, I suggest to add a build phase before 'bootstrap
in which you ~ ( invoke ( which "ls" ) "-l" "/bin" ) ~ to check the case nr 1.
https://guix.gnu.org/manual/en/html_node/Build-Phases.html
https://guix.gnu.org/manual/en/html_node/Build-Utilities.html#Program-Invocation
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2024-01-21 7:25 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-19 7:26 Help packaging network-manager-sstp and sstp-client Lars Rustand
2024-01-21 7:25 ` Marek Paśnikowski [this message]
2024-01-21 14:23 ` Felix Lechner via
2024-01-21 14:40 ` Lars Rustand
2024-01-21 16:03 ` Felix Lechner via
2024-01-21 14:50 ` Clément Lassieur
2024-01-21 15:37 ` Clément Lassieur
2024-01-21 16:00 ` Felix Lechner via
2024-01-23 7:23 ` Efraim Flashner
2024-01-24 21:34 ` Lars Rustand
2024-01-28 17:42 ` Efraim Flashner
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=2173142.usQuhbGJ8B@akashi \
--to=marek@marekpasnikowski.pl \
--cc=help-guix@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.
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).