On Sun, Feb 21, 2016 at 11:36:50PM +0100, Ludovic Courtès wrote:
> Running ‘configure’ creates guix/config.scm. Could you check that this
> is the case?
Got it:
(define %gzip
"/home/wrk/.guix-profile/bin/gzip")
(define %bzip2
"/home/wrk/opt/guix-build-system/bin/bzip2")
(define %xz
"/ho
Pjotr Prins skribis:
> On Sun, Feb 21, 2016 at 11:36:50PM +0100, Ludovic Courtès wrote:
>> Running ‘configure’ creates guix/config.scm. Could you check that this
>> is the case?
>
> Got it:
>
>
> (define %gzip
> "/home/wrk/.guix-profile/bin/gzip")
>
> (define %bzip2
> "/home/wrk/opt/guix-bui
Ludovic Courtès (2016-02-22 00:30 +0300) wrote:
> The broken links stem from missing/incomplete cross-reference info for
> ‘makeinfo’ in the ‘htmlxref.cnf’ config file (info "(texinfo) HTML Xref
> Configuration").
>
> Commit 49e0ca9 adds this file to the repo, taken from Texinfo 6.1 and
> modified
l...@gnu.org (Ludovic Courtès) writes:
> I can’t reproduce this. For instance, in the system created with:
>
> guix system vm gnu/system/examples/bare-bones.tmpl
>
> ‘umask’ returns 0022.
>
> Could it be that your user accounts have shell startup files like
> ~/.bashrc that specify a different
Ludovic Courtès writes:
> Libkmod honors ‘modprobe.blacklist’ (in ‘kcmdline_parse_result’ in
> libkmod-config.c) and eudev passes KMOD_PROBE_APPLY_BLACKLIST
> unconditionally in udev-builtin-kmod.c (meaning it honors it too.)
>
> However, there’s a hyphen-vs-underscore issue, I think. Namely, the
Christopher Allan Webber writes:
> Ludovic Courtès writes:
>
>> Libkmod honors ‘modprobe.blacklist’ (in ‘kcmdline_parse_result’ in
>> libkmod-config.c) and eudev passes KMOD_PROBE_APPLY_BLACKLIST
>> unconditionally in udev-builtin-kmod.c (meaning it honors it too.)
>>
>> However, there’s a hyphen-
On Mon, Feb 22, 2016 at 11:35:30AM -0800, Christopher Allan Webber wrote:
>#~(string-append
> - " -enable-kvm -no-reboot -net nic,model=virtio \
> + ;; Only enable kvm if we see /dev/kvm exists.
> + ;; This allows uers without hardware virtualization to still use these
> + ;; co
Alex Kost (2016-02-09 22:21 +0300) wrote:
[...]
> As I suggested in the previous mail, we can add "M-x guix-system-packages".
> Maybe it would be good to add "M-x guix-user-packages", or maybe name them:
>
> - guix-installed-system-packages (for /run/current-system/profile)
> - guix-installed-use
Alex Kost (2016-02-10 13:14 +0300) wrote:
> myglc2 (2016-02-10 03:58 +0300) wrote:
>
[...]
>> Also, just to be clear, I was not trying to install the curses.6 doc
>> globally. I was trying to install it locally as 1) user, and when that
>> failed as 2) root.
>
> Now I understand your intention, bu
Fixed-output derivations for HTTPS downloads depend on GnuTLS. However,
pkg-config, one of GnuTLS’s dependencies, is now available exclusively
over HTTPS, which creates a bootstrapping issue, as reported by
Christopher W Carpenter and others:
https://lists.gnu.org/archive/html/guix-devel/2016-0
Christopher Allan Webber skribis:
> Christopher Allan Webber writes:
>
>> Ludovic Courtès writes:
>>
>>> Libkmod honors ‘modprobe.blacklist’ (in ‘kcmdline_parse_result’ in
>>> libkmod-config.c) and eudev passes KMOD_PROBE_APPLY_BLACKLIST
>>> unconditionally in udev-builtin-kmod.c (meaning it hono
Alex Kost skribis:
> Andreas Enge (2016-02-19 20:12 +0300) wrote:
>
>> Hello,
>>
>> when upgrading packages, there is a check for new GNU releases.
>> In the presence of network problems preventing to reach the corresponding
>> servers, the command "guix package -u" hangs indefinitely.
>>
>> It w
Jookia writes:
> On Mon, Feb 22, 2016 at 11:35:30AM -0800, Christopher Allan Webber wrote:
>>#~(string-append
>> - " -enable-kvm -no-reboot -net nic,model=virtio \
>> + ;; Only enable kvm if we see /dev/kvm exists.
>> + ;; This allows uers without hardware virtualization to still u
Ludovic Courtès writes:
> Christopher Allan Webber skribis:
>
>> Christopher Allan Webber writes:
>>
>>> Ludovic Courtès writes:
>>>
Libkmod honors ‘modprobe.blacklist’ (in ‘kcmdline_parse_result’ in
libkmod-config.c) and eudev passes KMOD_PROBE_APPLY_BLACKLIST
unconditionally in u
On Tue, Feb 16, 2016 at 04:27:24AM -0500, Leo Famulari wrote:
> I've noticed that `guix refresh -u` will update extraneous packages if
> they happen to have the same version and be in the same module.
>
> For example, from commit d694230ab, you can reproduce the bug:
>
> $ ./pre-inst-env guix env
On Mon, Feb 22, 2016 at 10:33:12PM +0100, Andreas Enge wrote:
> On Tue, Feb 16, 2016 at 04:27:24AM -0500, Leo Famulari wrote:
> > I've noticed that `guix refresh -u` will update extraneous packages if
> > they happen to have the same version and be in the same module.
> >
> > For example, from com
16 matches
Mail list logo