Package Details: guix 1.4.0-1

Git Clone URL: https://aur.archlinux.org/guix.git (read-only, click to copy)
Package Base: guix
Description: A purely functional package manager for the GNU system
Upstream URL: https://guix.gnu.org
Keywords: guile nix package system
Licenses: GPL3
Submitter: lantw44
Maintainer: lantw44
Last Packager: lantw44
Votes: 35
Popularity: 0.177707
First Submitted: 2013-04-22 11:06 (UTC)
Last Updated: 2023-03-19 04:18 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next › Last »

sikmir commented on 2018-12-12 12:41 (UTC)

@lantw44 It's already in core repository:

upgpkg: gnutls 3.6.5-1
upstream update 3.6.5 - move to new stable branch, drop guile bindings as they don't build currently with recent guile 2.2.x branch

lantw44 commented on 2018-12-10 13:10 (UTC)

Did you use gnutls from testing? It seems that gnutls in testing is built with guile disabled.

sikmir commented on 2018-12-07 17:30 (UTC)

ERROR: Makepkg was unable to build guix:

checking if (gnutls) is available... no
configure: error: The Guile bindings of GnuTLS are missing; please install them.

lantw44 commented on 2018-11-02 15:39 (UTC)

The file /gnu/store/gz3agxnnlgkafw2c8jnvk2hqmlh85pkc-guile-bootstrap-2.0.drv exists on my system. Is it a clean installation? If it isn't, you can try to rename or remove /gnu/store and /var/guix. I remember that guix-daemon automatically creates and copies files to /gnu/store when it is started the first time.

guix-daemon.service is the one you should use if you install guix with AUR. guix-daemon-latest.service is the one shipped by the upstream and it can only be used when you have guix installed by guix using root account. This means you have to run 'guix package -i guix' as root before you can use guix-daemon-latest.service.

dpriskorn commented on 2018-10-29 21:30 (UTC) (edited on 2018-10-29 21:31 (UTC) by dpriskorn)

The installation went fine but neither guix-daemon or guix-daemon-latest seem to work.

guix-daemon throws this error when a any guix command (e.g. guix environment --pure guix) is run:

guix environment: error: build failed: opening file `/gnu/store/gz3agxnnlgkafw2c8jnvk2hqmlh85pkc-guile-bootstrap-2.0.drv': Filen eller katalogen finns inte

guix-daemon-latest does not start:

okt 29 22:29:31 parabola systemd[30059]: guix-daemon-latest.service: Failed to execute command: No such file or directory

okt 29 22:29:31 parabola systemd[30059]: guix-daemon-latest.service: Failed at step EXEC spawning /var/guix/profiles/per-user/root/guix-prof>

okt 29 22:29:31 parabola systemd[1]: guix-daemon-latest.service: Main process exited, code=exited, status=203/EXEC

okt 29 22:29:31 parabola systemd[1]: guix-daemon-latest.service: Failed with result 'exit-code'.

urbanslug commented on 2018-08-02 19:56 (UTC) (edited on 2018-08-02 19:57 (UTC) by urbanslug)

@zeronineseven did your problem have to do with guile-ssh? why do we need guile-ssh again? guile-ssh fails for me on btrfs with https://lpaste.net/3282218839441408000

zeronineseven commented on 2018-05-10 17:27 (UTC)

I've successfully built guix on btrfs partition. Will report upstream. Thx!

lantw44 commented on 2018-05-10 15:07 (UTC)

I haven't spent time debugging this issue. If you can reproduce it on upstream git master, please report this tmpfs-related problem to the upstream bug tracker. Does guix tests pass if you build it on a filesystem which is not tmpfs?

zeronineseven commented on 2018-05-08 20:35 (UTC)

In fact my /tmp is actually mounted as tmpfs =/

lantw44 commented on 2018-05-08 14:22 (UTC)

It looks like it is an issue related to tmpfs, again ...