From: Wojtek Kosior via <help-guix@gnu.org>
To: <help-guix@gnu.org>
Subject: program prepared with `guix pack` unusable by end users
Date: Thu, 13 Oct 2022 09:17:22 +0200 [thread overview]
Message-ID: <20221013091722.59d9ecc0@koszkonutek-tmp.pl.eu.org> (raw)
In-Reply-To: <CNKL38E5T0RV.1VYM8R2V0O1QM@guix-framework>
[-- Attachment #1: Type: text/plain, Size: 1947 bytes --]
Hello,
I'm developing a program, named Haketilo, in Python. I wanted to make it
available to users by the means of a tarball made with `guix pack`
(which seems like a marvelous feature, btw!). It worked well on my PC
but a user reported an error when running it[1]. The console_scripts
entry point of the program cannot be found by importlib.
User's entire report is behind the link[1] - I'll just quote the
relevant traceback of `./haketilo --version`
> Traceback (most recent call last):
> File "/gnu/store/ziiryffcgph9jjcldz4rv2x5v6y0kxqh-hydrilla-3.0b1/bin/.haketilo-real", line 33, in <module>
> sys.exit(load_entry_point('hydrilla==3.0b1', 'console_scripts', 'haketilo')())
> File "/gnu/store/ziiryffcgph9jjcldz4rv2x5v6y0kxqh-hydrilla-3.0b1/bin/.haketilo-real", line 25, in importlib_load_entry_point
> return next(matches).load()
> StopIteration
For an unknown reason, the user reports it works with sudo. Does anyone
have an idea what could be the cause?
I made the pack by running
> guix environment -L . -e '(@ (hydrilla) hydrilla)' -- python3 -m build -s
> guix pack -L . -RR \
> -S /hydrilla=bin/hydrilla \
> -S /hydrilla-builder=bin/hydrilla-builder \
> -S /hydrilla-server=bin/hydrilla-server \
> -S /haketilo=bin/haketilo \
> -e '(@ (hydrilla) hydrilla-dist-tarball)'
in the git repo of my project[2] checked out to tag `v3.0-beta1`. The
Guix version used is 1.3.0-26.fd00ac7.
Any advice is appreciated :)
Best,
Wojtek
[1] https://hydrillabugs.koszko.org/issues/130
[2] https://git.koszko.org/pydrilla
-- (sig_start)
website: https://koszko.org/koszko.html
PGP: https://koszko.org/key.gpg
fingerprint: E972 7060 E3C5 637C 8A4F 4B42 4BC5 221C 5A79 FD1A
Meet Kraków saints! #48: saint Szymon z Lipnicy
Poznaj świętych krakowskich! #48: święty Szymon z Lipnicy
https://pl.wikipedia.org/wiki/Szymon_z_Lipnicy
-- (sig_end)
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2022-10-13 8:14 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-13 6:26 Greetd autologin? kiasoc5
2022-10-13 6:33 ` (
2022-10-13 7:17 ` Wojtek Kosior via [this message]
2022-10-13 8:26 ` program prepared with `guix pack` unusable by end users (
2022-10-13 9:51 ` Wojtek Kosior via
2022-10-13 13:19 ` zimoun
-- strict thread matches above, loose matches on Subject: below --
2022-10-13 16:20 Wojtek Kosior via
2022-10-13 17:34 ` (
2022-10-14 7:33 ` zimoun
2022-10-14 9:09 ` Wojtek Kosior via
2022-10-14 11:00 ` zimoun
2022-10-17 13:36 ` Wojtek Kosior via
2022-10-26 7:23 ` Wojtek Kosior via
2022-10-26 19:55 ` Csepp
2022-10-27 16:59 ` Maxim Cournoyer
2022-10-27 17:28 ` Wojtek Kosior via
2022-10-28 15:38 ` Maxim Cournoyer
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=20221013091722.59d9ecc0@koszkonutek-tmp.pl.eu.org \
--to=help-guix@gnu.org \
--cc=koszko@koszko.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).