bug#47865: Missing dependency for sysv-init

2021-04-18 Thread Gabriel Hondet
Hi, I installed Guix on Devuan with SysV-init, but the script copied in /etc/init.d/ uses the command "daemonize" which isn't listed in the dependencies of "guix-install.sh". Consequently, guix is installed but cannot be started, the command service guix-daemon start returns /etc/init.d

bug#47865: Missing dependency for sysv-init

2021-04-19 Thread Gabriel Hondet
On Sun, Apr 18, 2021 at 01:13:04PM -0400, Leo Famulari wrote: > On Sun, Apr 18, 2021 at 09:15:09AM +0200, Gabriel Hondet wrote: > > I installed Guix on Devuan with SysV-init, but the script copied in > > /etc/init.d/ uses the command "daemonize" which isn't listed in

bug#33859: ghc-conduit-extra build fails

2018-12-24 Thread Gabriel Hondet
Hello, I've been trying to compile ghc-conduit-extra since it is needed by ghc-xmonad-extra and xmobar. The build fails the following way (sorry for the poor layout): Building library for conduit-extra-1.3.0..

bug#33859: ghc-conduit-extra build fails

2019-01-23 Thread Gabriel Hondet
Builds without problem since 5de93cdba77db3777f8f026c029acadd7b8bdde3 signature.asc Description: PGP signature

bug#34620: opam fails

2019-02-22 Thread Gabriel Hondet
Hi, When I try to use opam, it fails: $ opam install menhir #=== ERROR while compiling ocaml-system.4.07.1 # # context 2.0.1 | linux/x86_64 | | https://opam.ocaml.org#34f81c06 # path~/.opam/default/.opam-switch/build/ocaml-system.4.07.1 # command

bug#34620: Acknowledgement (opam fails)

2019-02-23 Thread Gabriel Hondet
Hi again, After some experiments, and after looking at what did Nix, it seems that wrapping opam does the trick (with a .opam-real and a opam). I'll try this and make a patch. Cheers, Gabriel signature.asc Description: PGP signature

bug#34620: Acknowledgement (opam fails)

2019-02-23 Thread Gabriel Hondet
Hello, Wrapping works except that the binary can't find libraries, how can I add the libraries of the profile (e.g. =asm/socket.h= or =crti.o=) in the wrapper? The matter is to get the path of a profile (as if it was a package in the ~inputs~ of the function). Gabriel signature.asc Description

bug#35358: texlive atomic install

2019-04-21 Thread Gabriel Hondet
Hi, I installed texlive package per package (not using the "texlive") package. I end up not being able to launch any of pdflatex, lualatex nor xelatex, as I obtain Can't locate mktexlsr.pl in @INC (@INC contains: /gnu/store/tlpkg /gnu/store/texmf-dist/scripts/texlive /home/gabriel/. guix-profile

bug#35358: texlive atomic install

2019-04-21 Thread Gabriel Hondet
Hi Ricardo, On Sun 21 Apr 2019 at 15:57 Ricardo Wurmus wrote: > Can you tell us what packages you installed? Sure, from a manifest: "texlive-latex-base" "texlive-latex-xcolor" "texlive-latex-wrapfig" "texlive-latex-titlesec" "texlive-latex-tools" "texlive-latex-tabulary"

bug#35549: dune failure

2019-05-03 Thread Gabriel Hondet
Good evening, I tried to build a project with dune, and it failed while trying to access '/usr/lib/ocaml/METAS': $ dune build lambdapi.exe Entering directory '/data0/gabriel/workspace/vcs/lambdapi' Error: exception Sys_error("/usr/lib/ocaml/METAS: No such file or directory") Backtrace: Raised by

bug#35549: dune failure

2019-05-03 Thread Gabriel Hondet
Hi Julien, On Fri 03 May 2019 at 22:17 Julien Lepiller wrote: > Is /usr/lib/ocaml/METAS referenced somewhere in the sources you're > trying to build? Checking this is indeed a good idea, but no, the path isn't referenced in the sources. > Maybe you could try setting these environment variables

bug#35549: dune failure

2019-05-04 Thread Gabriel Hondet
The error was mine, sorry, ocamlfind was not installed through guix and thus the paths returned were wrong. I'm closing this. Gabriel signature.asc Description: PGP signature

bug#66222: Fail to build guix documentation

2023-09-27 Thread Gabriel Hondet via Bug reports for GNU Guix
Hello, I was trying to setup guix following the steps given in https://guix.gnu.org/manual/en/html_node/Building-from-Git.html I already have the Guix package manager installed, so, in the checked out repository, I enter a suitable shell using `guix shell -D guix help2man git strace guile --pure`

bug#66222: closed (Re: Fail to build guix documentation)

2023-09-28 Thread Gabriel Hondet via Bug reports for GNU Guix
g an old Guix that predates the fix for this old bug, here: > https://git.savannah.gnu.org/cgit/guix.git/commit/?id=352c49e1a5c48eb76389ee384eb95fc2e4a6ab32 > > Is there a reason you can't upgrade Guix with ‘guix pull’? > > Kind regards, > > T G-R > > Sent from a W

bug#66319: Incorrect code snippet in manual

2023-10-04 Thread Gabriel Hondet via Bug reports for GNU Guix
Hello, The code snippets of the page 'Sending a patch series' look incorrect to me: the snippets mention the email address "guix-patc...@debbugs.gnu.org" but the text mentions "guix-patc...@gnu.org". For instance, > We can now send just the cover letter to the guix-patc...@gnu.org > address, whic

bug#66319: Incorrect code snippet in manual

2023-10-19 Thread Gabriel Hondet via Bug reports for GNU Guix
Hi, On Wed, Oct 11, 2023 at 12:36:24PM +0200, Simon Tournier wrote: > Hi, > > On Mon, 02 Oct 2023 at 18:38, Gabriel Hondet via Bug reports for GNU Guix > wrote: > > > The code snippets of the page 'Sending a patch series' look incorrect to > > me: t