bug#36261: Does not reboot after guix init system

2019-06-18 Thread Quiliro's lists
El 2019-06-18 09:29, zna...@disroot.org escribió: > when I run `reboot` command guix just make line break. And I can use > another ttys toperform other commands. And there on other ttys > `reboot` command does not work too. I have had that problem too (even on installed systems). I have since

bug#36276: Not found .so files in bundle made by guix pack

2019-06-18 Thread Andréas Livet
Hi Ludo, You might want to pass -RR to get a relocatable binary. :-) Yes, I'm uploading the new tarball on the server, it's a bit slow... I didn't understand what did -RR option at first, but now it's seems to be a good (maybe the only?) option for installation outside the / directory

bug#35625: Python3 Cannot Find Existing Shared Library within guix environment

2019-06-18 Thread Andreas Enge
On Tue, Jun 18, 2019 at 10:34:27AM -0600, Jesse Gibbons wrote: > This issue can be closed. Webkitgtk-2.24 uses gcc 7 which must be a > dependency for packages that use it. Luckily my package works just fine > with the older version of webkitgtk. Done by cc-ing bugnumber-d...@debbugs.gnu.org.

bug#35625: Python3 Cannot Find Existing Shared Library within guix environment

2019-06-18 Thread Jesse Gibbons
This issue can be closed. Webkitgtk-2.24 uses gcc 7 which must be a dependency for packages that use it. Luckily my package works just fine with the older version of webkitgtk.

bug#32339: Nix import

2019-06-18 Thread Andreas Enge
So, I just discussed with a Nix expert, Profpatsch. Apparently something changed in nixpkgs a while ago, so that the following code does not work any more: $ export NIX_REMOTE=daemon $ nix-instantiate --eval --strict -A hello nixpkgs/ trace: `types.list` is deprecated; use `types.listOf` instead

bug#36275: warn-about-diskspace fails with a stacktrace

2019-06-18 Thread Björn Höfling
On Tue, 18 Jun 2019 15:48:51 +0200 Ludovic Courtès wrote: > Pro tip: > > rm guix/scripts.go && make > > :-) > > This recompilation is needed because > 1b5ee3bdaacf665ad1e7c6142122389fd7033ea2 moved a bunch of bindings > used by macro-expanded code to a different module. I sometimes still

bug#36282: shepherd appears to delete log-file instead of appending

2019-06-18 Thread Robert Vollmert
This is from reading the shepherd code, not verified by test currently. Apologies if I’m missing something. The documentation claims that log-file is appended to: When @var{log-file} is true, it names the file to which the service's standard output and standard error are redirected.

bug#36261: Does not reboot after guix init system

2019-06-18 Thread znavko
when I run `reboot` command guix just make line break. And I can use another ttys toperform other commands. And there on other ttys `reboot` command does not work too. June 18, 2019 1:41 PM, "Ludovic Courtès" wrote: > Hi, > > zna...@disroot.org skribis: > >> As manual says 'Once that

bug#32339: Nix import

2019-06-18 Thread Andreas Enge
Sorry, I did not look at the error message well enough, the bug is indeed still the same as reported. Andreas

bug#36276: Not found .so files in bundle made by guix pack

2019-06-18 Thread Ludovic Courtès
Hi, Andréas Livet skribis: > Here is how I created the bundle : > > guix pack -S /usr/bin=bin scribus > > I tried it on my Xubuntu 18.04 system and it worked like a charm. You might want to pass -RR to get a relocatable binary. :-) > But, when deployed on the centos machine, it did not found

bug#36275: warn-about-diskspace fails with a stacktrace

2019-06-18 Thread Ludovic Courtès
Hi, Björn Höfling skribis: > A successful build on a system with little disk-space ends with: > > $ ./pre-inst-env guix system disk-image system.scm > [..] > /gnu/store/a6p78ff1pjd6rdmf58066aidxlmiaqlm-disk-image > Backtrace: >8 (apply-smob/1 #) > In ice-9/boot-9.scm: > 705:2

bug#36261: Does not reboot after guix init system

2019-06-18 Thread Ludovic Courtès
Hi, zna...@disroot.org skribis: > As manual says 'Once that command has completed—and hopefully succeeded!—you > can run reboot and boot into the new system.', guix really does not reboot > every time after manual installation. The sentence you quote says “you can run ‘reboot’”. If you

bug#32339: Nix import

2019-06-18 Thread Andreas Enge
This bug is resolved by following the current documentation and executing export NIX_REMOTE=daemon . However, even then the import fails: $ guix import nix nixpkgs/ hello ;;; SSAX warning: Skipping PI: xml trace: warning: `stdenv.isArm` is deprecated after 18.03. Please use

bug#36262: cannot install bootloader to root partition

2019-06-18 Thread Mark H Weaver
Tobias Geerinckx-Rice writes: > Mark H Weaver wrote: >> FWIW, I used this partition layout for years, including on Guix >> systems, >> and it worked fine. > > Impossible, sorry. In fact, it _is_ possible, if you use an MBR partition table. I assumed that znavko was using MBR, but having now

bug#36276: Not found .so files in bundle made by guix pack

2019-06-18 Thread Andréas Livet
Hi, I try to bundle scribus with guix pack in order to install it on a centos system on which admin sys doesn't want us to install guix. So I created a tarball with a symlink to '/usr/bin' (don't know it's really the recommanded way), this way scribus binary will automatically be in the

bug#36256: dependency error with docker-compose

2019-06-18 Thread Björn Höfling
This bug was fixed by Tobias on commit: 914bba28096c1b85e368537c02e9841258887acb Please use "guix pull", "guix package -u" and try again. Further note: The current docker_compose cannot use jsonschema 3.x, it must use 2.x. There is a bug-report and a pull-request about that, so it is expected

bug#36275: warn-about-diskspace fails with a stacktrace

2019-06-18 Thread Björn Höfling
A successful build on a system with little disk-space ends with: $ ./pre-inst-env guix system disk-image system.scm [..] /gnu/store/a6p78ff1pjd6rdmf58066aidxlmiaqlm-disk-image Backtrace: 8 (apply-smob/1 #) In ice-9/boot-9.scm: 705:2 7 (call-with-prompt _ _ #) In ice-9/eval.scm:

bug#36215: guix system docker-image fails when store items contain non-ascii characters

2019-06-18 Thread Björn Höfling
On Mon, 17 Jun 2019 12:36:38 +0200 Ludovic Courtès wrote: > Yes, it looks similar to what 9c941364bfc0120e3ab5c5c4cc71a9a302d59a2b > fixed. > > Fixed in ed504cafa23c34bfa1823a4d5abf3ad55205484b. > > Thanks! > > Ludo’. Thank you for the quick fix. I can confirm it works now. Björn

bug#36262: cannot install bootloader to root partition

2019-06-18 Thread pelzflorian (Florian Pelz)
On Tue, Jun 18, 2019 at 04:33:22AM +0200, Tobias Geerinckx-Rice wrote: > Although now I suspect there was no reason and that the installer isn't to > blame. > The graphical installer does not display a warning when not adding a separate boot partition on GPT (an installer bug?), but installs