David,
I will look into going the vm route.
This is my config.scm:
; This is an operating system configuration template
;; for a "desktop" setup with GNOME and Xfce.
(use-modules (gnu) (gnu system nss))
(use-service-modules desktop)
(use-package-modules certs)
(operating-system
(host-name "pen
Hi all,
I have made some progress with the ola package, but have run into
difficulty related to python used in its test phase. Relevant code and
logs can be found here:
The package definition: http://retroj.net/scratch/ola-guix/ola.scm
The build log: http://retroj.net/scratch/ola-guix/ola-g
>From 66b7781dd5b88bfff465660e9ae02d86a1f4843f Mon Sep 17 00:00:00 2001
From: Alex Vong
Date: Wed, 24 Aug 2016 09:25:04 +0800
Subject: [PATCH 2/2] guix-register: Fix '--version'.
* nix/guix-register/guix-register.cc (argp_program_version): Assigning
instead of declaring.
(argp_program_bug_add
Hi guixes,
This one and the next patch fix '--version' of guix-daemon and
guix-register. Currently, they are not working, which is the reason why
help2man gives error when building from source.
>From 06d97b6de29aedeec7efe6f9a1e654145183a06b Mon Sep 17 00:00:00 2001
From: Alex Vong
Date: Wed, 24
* gnu/packages/linux.scm (ecryptfs-utils): New variable.
---
gnu/packages/linux.scm | 37 +
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f99651a..a217220 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packag
* gnu/packages/crypto.scm (keyutils): New variable.
---
gnu/packages/crypto.scm | 40
1 file changed, 40 insertions(+)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 7d61164..d9dd8e2 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/pack
I see.
The additions would be then:
(define-public u-boot-vexpress_ca9x4
(make-u-boot-package "vexpress_ca9x4"))
(define-public u-boot-malta
(make-u-boot-package "malta"))
On Tue, Aug 23, 2016 at 05:19:49PM -0500, Eric Bavier wrote:
> On Tue, 23 Aug 2016 16:16:11 -0400
> Leo Famulari wrote:
> > My understanding is that '-fpermissive' downgrades some compiler errors
> > to warnings. Is that correct?
>
> Correct. Specifically, this is to avoid:
>
> MHashPP.cc:123:3
On Tue, Aug 23, 2016 at 05:41:27PM -0500, Eric Bavier wrote:
> On Tue, 23 Aug 2016 16:50:59 -0400
> Leo Famulari wrote:
>
> > On Tue, Aug 23, 2016 at 01:15:12AM -0500, Eric Bavier wrote:
> > > +(inputs ;users should install their preferred
> > > pinentry-*
> > > + `(("z
> Is this error addressed to me and the patch this sided iscussion started
> with?
> I need to collect links to point to soon, so this offtopic discussion is
> nothing which adds any noise to discussion for me at the moment,
> otherwise I would ask you to change the subject to
> "spacemacs question
On Tue, 23 Aug 2016 16:50:59 -0400
Leo Famulari wrote:
> On Tue, Aug 23, 2016 at 01:15:12AM -0500, Eric Bavier wrote:
> > +(inputs ;users should install their preferred
> > pinentry-*
> > + `(("zsh" ,zsh)
>
> Does it really need the zsh shell?
Yes, "bin/tomb" is a Z
On Tue, 23 Aug 2016 16:46:51 -0400
Leo Famulari wrote:
> On Tue, Aug 23, 2016 at 01:49:12AM -0500, Eric Bavier wrote:
> > * gnu/packages/search.scm (swish-e): New variable.
> > * gnu/packages/patches/swish-e-search.patch,
> > gnu/packages/patches/swish-e-format-security.patch: New patches.
> > *
David Craven writes:
>> I usually attach the patches as files, in notmuch emacs they are saved
>> by pressing . s when in the displayed attached files part.
>
> That doesn't save the email header with the patch, which is required to
> apply the patch with am. Otherwise it's just a diff and not a
On Tue, 23 Aug 2016 16:16:11 -0400
Leo Famulari wrote:
> On Tue, Aug 23, 2016 at 01:15:10AM -0500, Eric Bavier wrote:
> > * gnu/packages/image.scm (steghide): New variable.
> > * gnu/packages/patches/steghide-fixes.patch: New patch.
> > * gnu/local.mk (dist_patch_DATA): Add it.
>
> > +(arg
On Wed, Aug 17, 2016 at 12:44:29AM -0400, Leo Famulari wrote:
> On Tue, Aug 16, 2016 at 11:29:11PM -0500, Eric Bavier wrote:
> > On Tue, 16 Aug 2016 22:49:55 -0400
> > Leo Famulari wrote:
> >
> > > * gnu/packages/patches/cracklib-CVE-2016-6318.patch: New file.
> > > * gnu/local.mk (dist_patch_DAT
On Tue, Aug 23, 2016 at 01:15:12AM -0500, Eric Bavier wrote:
> +(inputs ;users should install their preferred
> pinentry-*
> + `(("zsh" ,zsh)
Does it really need the zsh shell?
> + #:tests? #f ;requires root
Too bad :/ A program like this sho
On Tue, Aug 23, 2016 at 01:49:12AM -0500, Eric Bavier wrote:
> * gnu/packages/search.scm (swish-e): New variable.
> * gnu/packages/patches/swish-e-search.patch,
> gnu/packages/patches/swish-e-format-security.patch: New patches.
> * gnu/local.mk (dist_patch_DATA): Add them.
It would be ideal to pre
On Tue, Aug 23, 2016 at 01:15:10AM -0500, Eric Bavier wrote:
> * gnu/packages/image.scm (steghide): New variable.
> * gnu/packages/patches/steghide-fixes.patch: New patch.
> * gnu/local.mk (dist_patch_DATA): Add it.
> +(arguments
> + `(#:make-flags '("CXXFLAGS=-fpermissive"))) ;required fo
On Tue, Aug 23, 2016 at 01:15:09AM -0500, Eric Bavier wrote:
> From: Eric Bavier
>
> * gnu/packages/search.scm (mlocate): New variable.
LGTM
I took these patches from the libtiff CVS repo using the information
contained in the respective bug reports:
http://bugzilla.maptools.org/buglist.cgi?product=libtiff
This is my first time using CVS, so please review carefully.
I removed the hunks that looked like this, since most of them did not
On Tue, Aug 23, 2016 at 07:30:10PM +0100, Marius Bakke wrote:
> Leo Famulari writes:
> > By the way, I noticed some other distros include a man page for
> > capnproto. Can you look into doing something similar for us?
>
> Nice find! I guess we can pull the one from Debian. From capnp.1.xml:
>
>
> Without OpenBLAS dlib will use an internal BLAS implementation. I'm
> fairly certain that will at least fix the crash on x86_64, which was
> a segfault in libopenblasp-r0.2.15.so when we had LAPACK in inputs, but
> seems to consistently trigger on Hydra regardless.
>
> I got busy this weekend, b
Leo Famulari writes:
> On Sat, Aug 20, 2016 at 01:22:30PM +0100, Marius Bakke wrote:
>> Subject: [PATCH] gnu: Add capnproto.
>>
>> * gnu/packages/serialization.scm (capnproto): New variable.
>
> Thanks, pushed as 557d3328!
Cheers!
> By the way, I noticed some other distros include a man page f
Julian Graham writes:
> On Tue, Aug 23, 2016 at 1:20 AM, Mark H Weaver wrote:
>> If you have 'guix' installed, you can run:
>>
>> guix build --system=i686-linux --keep-failed gzochi
>>
>> to reproduce the same build on your machine, and to leave the failed
>> build directory in /tmp/guix-build
> I usually attach the patches as files, in notmuch emacs they are saved
> by pressing . s when in the displayed attached files part.
That doesn't save the email header with the patch, which is required to
apply the patch with am. Otherwise it's just a diff and not a patch... Do
you use git apply?
On Sat, Aug 20, 2016 at 01:22:30PM +0100, Marius Bakke wrote:
> Subject: [PATCH] gnu: Add capnproto.
>
> * gnu/packages/serialization.scm (capnproto): New variable.
Thanks, pushed as 557d3328!
By the way, I noticed some other distros include a man page for
capnproto. Can you look into doing some
Hi Marc,
The error message you describe occurs when PID 1 exits. Can you post
your guixsd configuration so that we can reproduce the error? Have you
tried running `guix system vm my-guixsd-configuration.scm`? That
should give you the same error and should help debugging this.
David
On Tue, Aug 23, 2016 at 06:43:16AM -0400, Mark H Weaver wrote:
> Mark H Weaver writes:
>
> > Leo Famulari writes:
> >> * gnu/packages/mit-krb5.scm (mit-krb5)[replacement]: New field.
> >> (mit-krb5-1.14.3): New variable.
> >
> > Looks good to me, please push.
>
> I went ahead and pushed this.
On Tue, 23 Aug 2016 12:15:17 +0200
Ricardo Wurmus wrote:
> Eric Bavier writes:
>
> > On Mon, 22 Aug 2016 22:03:58 +0200
> > Ricardo Wurmus wrote:
> >
> >> John Darrington writes:
> >>
> >> > These somehow crept in, but are an explicit violation of GNU policy and
> >> > coding standards.
Guix SD Developers:
Thank you for your work on GuixSD.
I attempted a GuixSD 0.11.0 x86_64 install from USB onto a Think Penguin
Penguin Wee (Intel NUC). I was able image and boot to the USB without issue.
Even partitioning the internal SATA/SSD drive (MBR not GPT) and setting up the
WiFi was s
On Tue, Aug 23, 2016 at 1:20 AM, Mark H Weaver wrote:
> If you have 'guix' installed, you can run:
>
> guix build --system=i686-linux --keep-failed gzochi
>
> to reproduce the same build on your machine, and to leave the failed
> build directory in /tmp/guix-build-* for further investigation.
N
Hello,
On Tue, Aug 23, 2016 at 10:39 AM, Vincent Legoll
wrote:
> On Mon, Aug 22, 2016 at 8:01 PM, Leo Famulari wrote:
>> On Mon, Aug 22, 2016 at 04:34:41PM +0200, Vincent Legoll wrote:
>>> when one does guix pull, it is done only for that user, another one
>>> doing it subsequently (or at the sa
Hi, I pushed those patches and the results of a run of
gnome updater into core-updates.
These 3 patches enable us to have a functional pybitmessage version
0.6.1, released 2 days ago.
For tests you can use either the test channel which can be found on
bitmessage.org (or in the application itself? I don't know, I'm no
newcomer to this application) or the channel I did setup a while ag
> `guix refresh -l xorg-server` says 369 dependent packages. Should this
> be put on core-updates? What do others think?
I'll add it to core-updates.
Thanks!
Troy Sankey writes:
> Also throwing in a third patch to update comments in the alot package
> definition. It's related because it's the same note as in python-urwidtrees:
> author only distributes via github, not pypi.
>
> FWIW, I'm submitting these to fix a cosmetic bug in alot. I also did che
Mark H Weaver writes:
> Leo Famulari writes:
>> * gnu/packages/mit-krb5.scm (mit-krb5)[replacement]: New field.
>> (mit-krb5-1.14.3): New variable.
>
> Looks good to me, please push.
I went ahead and pushed this.
Thanks,
Mark
Eric Bavier writes:
> On Mon, 22 Aug 2016 22:03:58 +0200
> Ricardo Wurmus wrote:
>
>> John Darrington writes:
>>
>> > These somehow crept in, but are an explicit violation of GNU policy and
>> > coding standards.
>>
>> Good catch! Thanks for fixing this.
>>
>> ~~ Ricardo
>
> How about th
Leo Famulari writes:
> * gnu/packages/mit-krb5.scm (mit-krb5)[replacement]: New field.
> (mit-krb5-1.14.3): New variable.
Looks good to me, please push.
Thanks!
Mark
Hello Guix,
In the last hours of GSoC, the time has come to report on my progress,
challenges and ideas regarding my project. To reiterate, the goals of this
project:
- The ability to parse npm version data
- An npm backend for ~guix import~
- Npm modules in guix
- An actual build system for
On Mon, 22 Aug 2016 22:03:58 +0200
Ricardo Wurmus wrote:
> John Darrington writes:
>
> > These somehow crept in, but are an explicit violation of GNU policy and
> > coding standards.
>
> Good catch! Thanks for fixing this.
>
> ~~ Ricardo
How about the attached patch to catch such things e
41 matches
Mail list logo