Adonay Felipe Nogueira skribis:
> Here's a patch that tries to fix this issue. I already tested it, but
> please do so also just in case.
>
>
> Respectfully, Adonay.
>
> From 086396d33e113a6d991b7c63063844c66a5610ca Mon Sep 17 00:00:00 2001
> From: Adonay Felipe Nogueira
> Date: Sat, 3 Dec 2016
Here's a patch that tries to fix this issue. I already tested it, but
please do so also just in case.
Respectfully, Adonay.
>From 086396d33e113a6d991b7c63063844c66a5610ca Mon Sep 17 00:00:00 2001
From: Adonay Felipe Nogueira
Date: Sat, 3 Dec 2016 21:22:56 -0200
Subject: [PATCH] gnu: samba: Don't
Hi,
Adonay Felipe Nogueira skribis:
> Tested the patch today
>
> It seems that, during the `install' phase, something tries to make
> "/etc/samba" directory.
[...]
> File
> "/tmp/guix-build-samba-4.5.1.drv-0/samba-4.5.1/third_party/waf/wafadmin/Utils.py",
> line 458, in check_dir
> rai
Tested the patch today
It seems that, during the `install' phase, something tries to make
"/etc/samba" directory.
The log from the start of the error is attached.
I did `guix build samba` as normal user, and since I'm new to this
situation, I must ask: should I run it as root instead? Or should
Tested the patch today
It seems that, during the `install' phase, something tries to make
"/etc/samba" directory.
The log from the start of the error is attached.
I did `guix build samba` as normal user, and since I'm new to this
situation, I must ask: should I run it as root instead? Or should
Thank you for the suggestion!
I'll reinstall Samba from Guix here, and will test it.
I plan to do so this weekend.
Respectfully, Adonay.
Adonay Felipe Nogueira skribis:
> # Begin of terminal interaction
> $ strace ".guix-profile/sbin/samba/smbd"
> stat64("/gnu/store/...-samba-4.5.0/etc/samba/smb.conf", 0xbfeb41b0) = -1
Presumably part of the solution is the attached patch, but very often
‘make install’ tries to mkdir $(sysconfdir
# Begin of terminal interaction
$ strace ".guix-profile/sbin/samba/smbd"
stat64("/gnu/store/...-samba-4.5.0/etc/samba/smb.conf", 0xbfeb41b0) = -1
ENOENT (No such file or directory)
open("/gnu/store/...-samba-4.5.0/etc/samba/smb.conf", O_RDONLY|
O_LARGEFILE) = -1 ENOENT (No such file or directory)
s