System logs are world-readable

2020-02-02 Thread Diego Nicola Barbato
Hey Guix, In Guix System the system log files (/var/log/messages, /var/log/debug, etc.) are world readable by default. Since `dmesg' was restricted to privileged users a while ago [0] it seems reasonable to make these files readable by privileged users only as well. What do others think? Regard

Re: Packaging pjproject

2020-02-02 Thread Jan
But it seems Gentoo has pjproject package, I can't read it though. I could try reading this, but it'll take some time for me to understand. https://gitweb.gentoo.org/repo/gentoo.git/tree/net-libs/pjproject/pjproject-2.9-r1.ebuild Jan Wielkiewicz

Re: Packaging pjproject

2020-02-02 Thread Jan
On Sun, 2 Feb 2020 20:42:49 +0200 Efraim Flashner wrote: > > Debian does a lot of work with unbundling software, I'd check with > them first if they've patched anything to make it work. > Checked Debian and it doesn't look good. They removed pjproject from Buster. https://bugs.debian.org/cgi-bi

use-modules in gexps

2020-02-02 Thread Ricardo Wurmus
Hi Guix, I just watched the excellent FOSDEM talk about G-expressions by Chris Marusich. One person asked at the end about why it is necessary to use “with-imported-modules” when inside of the G-expression “use-modules” is used. I wondered if perhaps we could add a G-expression compiler for modu

Re: Packaging pjproject

2020-02-02 Thread Efraim Flashner
On Fri, Jan 31, 2020 at 08:35:00PM +0100, Jan Wielkiewicz wrote: > Dnia 2020-01-31, o godz. 18:12:07 > Pierre Neidhardt napisał(a): > > > To be more specific, I have never touched pjproject. > Sorry, didn't know that. > > I was the 4th person so work on the Jami patch and I fixed pjproject-jami.

Re: Error while packaging Stack

2020-02-02 Thread John Soo
Hi Tim, > I’m not sure, but I could take a look if you send a patch. When I read > this, I thought “response files!” However, the bug report you linked > suggests that there’s some reason they don’t work in this case. Ah man, I'm sorry I sent some patches but I messed up the subject line (see b

Re: Error while packaging Stack

2020-02-02 Thread Timothy Sample
Hi John, John Soo writes: > I'm working on packaging Stack and have all the dependencies. > > When I try to package stack itself, I get the following error: > > gcc: error trying to exec > '/gnu/store/...-gcc-7.4.0/libexec/gcc/x86_64-unknown-linux-gnu/7.4.0/collect2': > execv: Argument list too

Re: nesting with-imported-modules

2020-02-02 Thread Gábor Boskovits
Hello, Ricardo Wurmus ezt írta (időpont: 2020. febr. 1., Szo 23:23): > Hi Guix, > > it seems that it is impossible to nest with-imported-modules. A gexp > that is wrapped in multiple layers of with-imported-modules won’t depend > on the list of all mentioned modules but only on the outermost. >