Re: [PATCH] DISCUSSION: Jookia's Libreboot+LUKS+LVM FDE patch.

2016-03-09 Thread Taylan Ulrich Bayırlı/Kammer
FYI this landed in my Gmail spam folder. Maybe because of the all-caps. :-) Taylan

Re: [PATCH] doc: Explain --localstatedir some more.

2016-03-09 Thread Ricardo Wurmus
Andreas Enge writes: > On Thu, Mar 10, 2016 at 08:24:44AM +1100, Jookia wrote: >> As much as that's appealing, this breaks GNU conventions. I think it'd be >> nice >> to put the state in the store directory by default since it seems the two are >> related, though this might

[PATCH] DISCUSSION: Jookia's Libreboot+LUKS+LVM FDE patch.

2016-03-09 Thread Jookia
DISCLMAIMER: This commit isn't meant for merging, so donut merge it. It's meant for people to use until we get something better. There's also code I haven't fully checked is needed (particularly mknodes) so there's duplicates. Use this at the risk of having to ask me to fix it and possibly have me

[PATCH] DISCUSSION: Jookia's Libreboot+LUKS+LVM FDE patch.

2016-03-09 Thread Jookia
DISCLMAIMER: This commit isn't meant for merging, so donut merge it. It's meant for people to use until we get something better. There's also code I haven't fully checked is needed (particularly mknodes) so there's duplicates. Use this at the risk of having to ask me to fix it and possibly have me

Re: [PATCH] gnu: Add powwow.

2016-03-09 Thread 宋文武
Nils Gillmann writes: > I removed gplv3+ as addressed by ludo' and rekado, > corrected the url in "website" (added missing ".net"). > > Here's the new patch, rebased against current master. Thanks! > > From f59e5027d4fb9559e179fb4693617820f6680223 Mon Sep 17 00:00:00 2001 >

Re: should gnome-desktop-service really provide all of this to a profile?

2016-03-09 Thread Ludovic Courtès
iyzs...@member.fsf.org (宋文武) skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Pulseaudio also propagates a few things. > Yes, I think it should be splited into “out” and “dev”, if we can make > only the “dev” output propagating libcap and gdbm. Yeah. >> Two things here: >> >> • Back in

Re: [PATCH] system: grub: Add 'libreboot?' install flag.

2016-03-09 Thread Jookia
On Wed, Mar 09, 2016 at 10:37:43PM +0100, Danny Milosavljevic wrote: > Hi, Hi there, this is an old patch set so if you intend on using it you should use my newer RFC posted earlier this month. :) > just adding a few bits of information: > > It's true that libreboot can (and does) source other

Re: [PATCH] doc: Explain --localstatedir some more.

2016-03-09 Thread Andreas Enge
On Thu, Mar 10, 2016 at 08:24:44AM +1100, Jookia wrote: > As much as that's appealing, this breaks GNU conventions. I think it'd be nice > to put the state in the store directory by default since it seems the two are > related, though this might not be the case in other situations. This would

Re: [PATCH] system: grub: Add 'libreboot?' install flag.

2016-03-09 Thread Danny Milosavljevic
Hi, just adding a few bits of information: It's true that libreboot can (and does) source other grub config files. GRUB should also be able to chainload other bootloaders, however I tried that several times now and it just doesn't work. Is this a known limitation? insmod ahci insmod ext2

Re: [PATCH] doc: Explain --localstatedir some more.

2016-03-09 Thread Jookia
On Wed, Mar 09, 2016 at 10:07:03PM +0100, Andreas Enge wrote: > I still think we should make /var the default of localstatedir; this would > avoid most problems. > > Andreas, doing his Cicero As much as that's appealing, this breaks GNU conventions. I think it'd be nice to put the state in the

[PATCH] Suggest `guix.scm' for upstream maintainers.

2016-03-09 Thread Jan Nieuwenhuizen
Hi, In reference to ponderings on #guix, find minor doc patch attached. Greetings, Jan >From fc6dd2108dae76e09e1bfcd6d04c36943469434f Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Wed, 9 Mar 2016 22:18:48 +0100 Subject: [PATCH] Suggest `guix.scm' for upstream

Re: [PATCH] doc: Explain --localstatedir some more.

2016-03-09 Thread Andreas Enge
On Thu, Mar 10, 2016 at 07:35:53AM +1100, Jookia wrote: > This should hopefully stop people from running in to issues when > building Guix from source as they have in the past. I still think we should make /var the default of localstatedir; this would avoid most problems. Andreas, doing his

Re: [PATCH] gnu: simple-scan: Update to 3.19.91.

2016-03-09 Thread Leo Famulari
On Wed, Mar 09, 2016 at 02:28:03PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > On Tue, Mar 08, 2016 at 08:39:37PM -0500, Leo Famulari wrote: > >> On Wed, Mar 09, 2016 at 01:25:04AM +0100, Tobias Geerinckx-Rice wrote: > >> > On 09/03/2016, Leo Famulari

[PATCH] doc: Explain --localstatedir some more.

2016-03-09 Thread Jookia
This should hopefully stop people from running in to issues when building Guix from source as they have in the past. * doc/guix.texi (Requirements): Add explanation of the localstatedir flag. Discuss how to keep compatibility with binary installation and the package. --- doc/guix.texi | 17

Re: [CVE] libotr -> upgrade to 4.1.1

2016-03-09 Thread Andreas Enge
On Wed, Mar 09, 2016 at 03:27:33PM -0500, Leo Famulari wrote: > Thanks for the notification! Updated with 89e58e8e8c. It is difficult to beat you! There was also a libotr-3 without any dependent package, so I simply removed it. Andreas

Re: [CVE] libotr -> upgrade to 4.1.1

2016-03-09 Thread Leo Famulari
On Wed, Mar 09, 2016 at 08:59:20PM +0100, Nils Gillmann wrote: > I have no time to do and testrun this upgrade myself (in the > middle of testing gnunet related things), but someone if not > already on this, could (more like should) upgrade our libotr > package: > >

[RFCv3] install: Create a GC root during install-grub.

2016-03-09 Thread Jookia
While previously creating a GC root for GRUB's resources was the caller's responsibility, it's much less repetitive to put it in install-grub now that it's wrapped by error handling. This also means we can replace the install-grub* function with a small definition inside perform-action named

[CVE] libotr -> upgrade to 4.1.1

2016-03-09 Thread Nils Gillmann
I have no time to do and testrun this upgrade myself (in the middle of testing gnunet related things), but someone if not already on this, could (more like should) upgrade our libotr package: https://lists.cypherpunks.ca/pipermail/otr-users/2016-March/002581.html thanks, -- ng personal contact:

Re: [PATCH] gnunet-gtk: adds --with-gnunet to configure-flags

2016-03-09 Thread Nils Gillmann
Andreas Enge writes: > On Tue, Mar 08, 2016 at 06:22:23PM +0100, Ricardo Wurmus wrote: >> > Guix should provide a stable experience, but if stable means too >> > old to deliver a useable experience of an still in development >> > network, what do we suggest? I would not replace

Re: [PATCH] gnu: Include CodingQuarry gene predictor

2016-03-09 Thread Andreas Enge
On Tue, Mar 08, 2016 at 06:39:37PM -0500, Leo Famulari wrote: > > + (delete 'check) ;; Don't run the 'make check' step of the > > gnu-build-system > When skippping the tests, we prefer to say why in the comment. It can be > as simple as "no test suite" if that is the case. And use in the

Re: [PATCH] gnunet-gtk: adds --with-gnunet to configure-flags

2016-03-09 Thread Andreas Enge
On Tue, Mar 08, 2016 at 06:22:23PM +0100, Ricardo Wurmus wrote: > > Guix should provide a stable experience, but if stable means too > > old to deliver a useable experience of an still in development > > network, what do we suggest? I would not replace gnunet and > > gnunet-gtk, I would just make

addresses: works around gnunet-gtk, gnunet, attention push for powwow, un-font, general question

2016-03-09 Thread Nils Gillmann
Multiple questions: Hi, I am curious (not impatient) about if people with commit access are just busy and/or focused on other issues or if my way to reply to my own messages and make threads a bit uncomfortable to read and update information gets lost as I mainly use nntp access via gmane.org now

Re: Releasing 0.9.1

2016-03-09 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > So, on this branch, I’d incorporate: > > dbus and dbus/activation > eudev and eudev-with-blkid > graphite2 and its replacement > perl and its replacement > openssl and its replacement Done in ‘security-updates’. I’ll get it built by Hydra if

Re: [PATCH 5/6] gnu: libetonyek: Update to 0.1.6.

2016-03-09 Thread Andreas Enge
On Wed, Mar 09, 2016 at 10:50:46AM +0100, Andreas Enge wrote: > Now I will try if libreoffice 5.1 builds without updating other libraries. It does not, I think your patches are really necessary, Efraim. I pushed the liblangtag one. Libreoffice 5.1 still checks for the old mdds, and insists on the

Re: [PATCH] gnu: simple-scan: Update to 3.19.91.

2016-03-09 Thread Ludovic Courtès
Leo Famulari skribis: > On Tue, Mar 08, 2016 at 08:39:37PM -0500, Leo Famulari wrote: >> On Wed, Mar 09, 2016 at 01:25:04AM +0100, Tobias Geerinckx-Rice wrote: >> > On 09/03/2016, Leo Famulari wrote: >> > > [...] pass to ./configure

Re: Releasing 0.9.1

2016-03-09 Thread Ludovic Courtès
So! It seems that this time releasing is really hard. :-) I’d like to do a rebuild without any package replacements, in the hope that the release itself has no or few grafts in place, mostly because: • performance is currently degraded in the presence of grafts, in particular the

Re: Yet another Hydra mirror: hydra-mirror.marusich.info

2016-03-09 Thread Ludovic Courtès
Chris Marusich skribis: > No, I'm not using that at the moment. In the future, if I set up any > nginx servers to accomplish the same task, I will definitely use it. I > would prefer to run my own servers, but for now this is something I can > do immediately to help the

Re: Yet another Hydra mirror: hydra-mirror.marusich.info

2016-03-09 Thread Ludovic Courtès
Andreas Enge skribis: > On Tue, Mar 08, 2016 at 10:04:33AM +0100, Andy Wingo wrote: >> Right now hydra.gnu.org is in this weird situation where people who use >> it have to trust it, modulo "guix challenge" of course. But really all >> we have to trust is the mapping from the

Re: Updating Vim

2016-03-09 Thread Efraim Flashner
On Wed, 9 Mar 2016 10:45:44 +0100 Andreas Enge wrote: > On Wed, Mar 09, 2016 at 11:16:16AM +0200, Efraim Flashner wrote: > [...] > > Well, it is not quite a release, I would say, if they simply tag every git > commit and do not even make sure that the tests succeed each

Re: [PATCH] gnu: Add freebayes.

2016-03-09 Thread Ricardo Wurmus
Roel Janssen writes: > One of the problems with the patch is probably the bulk of dependencies > dragged in (for example, vcflib). They use specific versions so they > are tied to this package (so that's why I cannot package them separately). Yeah, this is worrying. > From

Re: [PATCH 5/6] gnu: libetonyek: Update to 0.1.6.

2016-03-09 Thread Andreas Enge
Hello, I locally applied it, but changed the commit message as follows: gnu: libetonyek: Update to 0.1.6. * gnu/packages/libreoffice.scm (libetonyek)[source]: Update to 0.1.6. [inputs]: Add required input liblangtag. to record all modifications. This requires the 1.0 version

Re: Updating Vim

2016-03-09 Thread Andreas Enge
On Wed, Mar 09, 2016 at 11:16:16AM +0200, Efraim Flashner wrote: > Our current vim package is 2.5 years old, and the current patch set on top of > it to bring it up to today is ~1500 patches. Interestingly, every. single. > commit. is tagged in git, so updating to a more recent release is rather

Re: [PATCH] gnu: Add bioawk.

2016-03-09 Thread Ricardo Wurmus
Roel Janssen writes: > Please let me know when something is wrong with the patch. In addition to Leo’s comments here are mine: > +(arguments > + `(#:parallel-build? #f Why is parallel-build disabled? Could you add a comment? > + #:phases > + (modify-phases

Re: Updating Vim

2016-03-09 Thread Efraim Flashner
On Wed, 9 Mar 2016 10:39:08 +0100 Ricardo Wurmus wrote: > Efraim Flashner writes: > > [...] > > Interesting. > > Both patches look good to me. If I was in nit-picking mode I’d say that > > “[source]: Use git-tags for downloading.”

Re: Updating Vim

2016-03-09 Thread Ricardo Wurmus
Efraim Flashner writes: > Our current vim package is 2.5 years old, and the current patch set on top of > it to bring it up to today is ~1500 patches. Interestingly, every. single. > commit. is tagged in git, so updating to a more recent release is rather easy. > This has

Updating Vim

2016-03-09 Thread Efraim Flashner
Our current vim package is 2.5 years old, and the current patch set on top of it to bring it up to today is ~1500 patches. Interestingly, every. single. commit. is tagged in git, so updating to a more recent release is rather easy. This has been one of the things that has kept me using Debian's

Re: 01/01: doc: Typos and small stylistic changes.

2016-03-09 Thread Alex Kost
Andreas Enge (2016-03-05 18:27 +0300) wrote: > commit 1068f26b797ed7c1475d93cab6eed53c9097c7f6 > Author: Andreas Enge > Date: Sat Mar 5 16:26:55 2016 +0100 > > doc: Typos and small stylistic changes. > > * guix.texi: Correct typos and make minor changes. [...] > @@

Re: Staying on top of Qt security

2016-03-09 Thread Ricardo Wurmus
Andreas Enge writes: > On Sat, Mar 05, 2016 at 10:16:05PM +0100, Ricardo Wurmus wrote: >> We could ask drobilla for a new suil release. I don’t think we should >> package the development version as it’s not clear if dependent >> applications would work with the latest suil. >

Re: Yet another Hydra mirror: hydra-mirror.marusich.info

2016-03-09 Thread Chris Marusich
l...@gnu.org (Ludovic Courtès) writes: > Nice! Are you using the nginx config that’s in guix-maintenance.git? No, I'm not using that at the moment. In the future, if I set up any nginx servers to accomplish the same task, I will definitely use it. I would prefer to run my own servers, but for