bug#34717: GPL and Openssl incompatibilities in u-boot and possibly others

2019-03-06 Thread Vagrant Cascadian
On 2019-03-06, Ludovic Courtès wrote: > Vagrant Cascadian skribis: > >> The u-boot package definition includes openssl amoung it's inputs, but >> is also a GPL2+ software project... but the GPL and OpenSSL licenses are >> incompatible: >> >> https://www.gnu.org/licenses/license-list.html#OpenSSL

bug#34777: Online package list is 3 weeks stale, but claims recent update

2019-03-06 Thread Mark H Weaver
As I write this, our online package list claims to have been updated 2 days ago, but in fact the entries I checked are over 3 weeks stale. The main package list page includes the text "(updated March 4, 2019)" near the top of the page: https://www.gnu.org/software/guix/packages/ However, the e

bug#34636: "guix refresh" fails

2019-03-06 Thread Andreas Enge
On Mon, Mar 04, 2019 at 11:11:00PM +0100, Ludovic Courtès wrote: > Could it be that you’re running ‘guix refresh’ from a checkout and you > happen to have guile-json@3 instead of guile-json@1 in your Guile load > path? "No" and "yes" :-) But whatever happened in the last two weeks, things work no

bug#34637: inferiors example yields error from guix package

2019-03-06 Thread Martin Flack
That said there was no log file, but I've pulled since, so I pulled again and redid the test. `` $ guix --version guix (GNU Guix) 3546e97f38bb4dfa4c016cd7a20d4add277ca8f7 Copyright (C) 2019 the Guix authors License GPLv3+: GNU GPL version 3 or later This is free

bug#34772: Python tkinter

2019-03-06 Thread brettg
Hello all, I am having an issue getting tkinter to work for our python build. brettg@guixsd ~/Repos/CS101/Prog4$ python3 main.py Traceback (most recent call last): File "main.py", line 50, in import windowUtilMod File "/home/brettg/Repos/CS101/Prog4/windowUtilMod.py", line 4, in

bug#34574: Confusing manual entry for gexp->file

2019-03-06 Thread pelzflorian (Florian Pelz)
On Wed, Mar 06, 2019 at 02:17:49PM +0100, Ludovic Courtès wrote: > Hi Florian, > > "pelzflorian (Florian Pelz)" skribis: > > > The Guix manual contains the following description of gexp->file: > > > > -- Monadic Procedure: gexp->file NAME EXP [#:set-load-path? #t] > > [#:module-path %

bug#34717: GPL and Openssl incompatibilities in u-boot and possibly others

2019-03-06 Thread Danny Milosavljevic
Hi, > openssl@1.0 has 7,029 dependent packages, so it may be hard to sort it > out. I wonder what would be the best way to approach it. I can't believe I seriously suggest the following but: A license algebra and guix commands that automate part of the lawyering, by using the "license" field of

bug#34590: Effects of GUIX_PACKAGE_PATH and --load-path differ

2019-03-06 Thread Ludovic Courtès
Hi, Daniel Gerber skribis: >> However, what do /gnu/guix-local-packages/ contain? I suppose it >> provides node@11.10.0? > > Yes, it provides node@11.10.0 *plus* its dependency libuv@1.26.0. > > $ tree /gnu/guix-local-packages/ /gnu/guix-local-packages/ ├── gnu > │   └── packages │   ├──

bug#34494: proot-based non-root setup: refusing to run with elevated privileges (UID 0)

2019-03-06 Thread Ludovic Courtès
Hi Florian, Florian Thevissen skribis: > Hi Ludovic, > >Not really answering your question, but would user namespaces be an >option for you? If so, > >might be a simpler option. > > Thank you for the suggestion,

bug#34717: GPL and Openssl incompatibilities in u-boot and possibly others

2019-03-06 Thread Ludovic Courtès
Hi Vagrant, Vagrant Cascadian skribis: > The u-boot package definition includes openssl amoung it's inputs, but > is also a GPL2+ software project... but the GPL and OpenSSL licenses are > incompatible: > > https://www.gnu.org/licenses/license-list.html#OpenSSL Thanks for bringing it up. > I

bug#34590: Effects of GUIX_PACKAGE_PATH and --load-path differ

2019-03-06 Thread Daniel Gerber
Hi, 2019-03-06, Ludovic Courtès: However, what do /gnu/guix-local-packages/ contain? I suppose it provides node@11.10.0? Yes, it provides node@11.10.0 *plus* its dependency libuv@1.26.0. $ tree /gnu/guix-local-packages/ /gnu/guix-local-packages/ ├── gnu │   └── packages │   ├── lib

bug#34768: guix-daemon tmpfs out of space on parabola

2019-03-06 Thread Tobias Geerinckx-Rice
Hullo, swedebugia wrote: I'm trying to build New Moon (unbranded palemoon browser) in parabola. The tmpfs i 2G which is way too little it seems. I read the man page of guix-daemon and the manual and could not find a way to point guix-daemon to another tmpdir than /tmp. Well, TMPDIR= should

bug#34679: --load-path does not work with guix environment

2019-03-06 Thread Ludovic Courtès
Hi, Hartmut Goebel skribis: > guix environment still installs gnunet 0.10.1 (which is defined in guix > 0.16): > > $ guix environment --load-path=$PWD/contrib/guix --ad-hoc gnunet > [guix]$ realpath $(which gnunet-arm) > /gnu/store/...-gnunet-0.10.1/bin/gnunet-arm > > > Using GUIX_PACKAGE_PATH t

bug#34768: guix-daemon tmpfs out of space on parabola

2019-03-06 Thread swedebugia
Hi I'm trying to build New Moon (unbranded palemoon browser) in parabola. The tmpfs i 2G which is way too little it seems. I read the man page of guix-daemon and the manual and could not find a way to point guix-daemon to another tmpdir than /tmp. Is this a bug? In case it is not possible to ch

bug#34637: inferiors example yields error from guix package

2019-03-06 Thread Ludovic Courtès
Hi Martin, Martin Flack skribis: > I'm getting an error trying the example here: > https://www.gnu.org/software/guix/manual/en/html_node/Inferiors.html [...] > $ guix package -n -m example-inferior.scm > Updating channel 'guix' from Git repository at ' > https://git.savannah.gnu.org/git/guix.g

bug#34590: Effects of GUIX_PACKAGE_PATH and --load-path differ

2019-03-06 Thread Ludovic Courtès
Hi Daniel, Daniel Gerber skribis: > From reading the doc on `guix environment`: > > -L, --load-path=DIRprepend DIR to the package module search path > > I would expect these to be exactly equivalent: > > $ export GUIX_PACKAGE_PATH=; guix environment -L path ... > $ export GUIX_PACKAGE_PATH=p

bug#33832: The VPN service 'org.freedesktop.NetworkManager.openvpn' was not installed.

2019-03-06 Thread Tomáš Čech
Hi Ludo, On Wed, Mar 06, 2019 at 02:19:20PM +0100, Ludovic Courtès wrote: Hi Tomáš, Tomáš Čech skribis: On Thu, Jan 10, 2019 at 07:51:07AM -0500, Maxim Cournoyer wrote: [...] To be continued... You seem to be on very right track. There is another unexpect problem - NetworkManager doesn

bug#33832: The VPN service 'org.freedesktop.NetworkManager.openvpn' was not installed.

2019-03-06 Thread Ludovic Courtès
Hi Tomáš, Tomáš Čech skribis: > On Thu, Jan 10, 2019 at 07:51:07AM -0500, Maxim Cournoyer wrote: [...] >>To be continued... > > You seem to be on very right track. There is another unexpect problem > - NetworkManager doesn't seem to respect NM_VPN_PLUGIN_PATH in the > right place. > > Try this

bug#34574: Confusing manual entry for gexp->file

2019-03-06 Thread Ludovic Courtès
Hi Florian, "pelzflorian (Florian Pelz)" skribis: > The Guix manual contains the following description of gexp->file: > > -- Monadic Procedure: gexp->file NAME EXP [#:set-load-path? #t] > [#:module-path %load-path] [#:splice? #f] [#:guile > (default-guile)] Return a derivation

bug#30580: request for improvement - web site - packages list - letter selection

2019-03-06 Thread sirgazil
The fix is available online now: https://www.gnu.org/software/guix/packages/ -- Luis Felipe López Acevedo http://sirgazil.bitbucket.io/