Re: [PATCH v2 0/7] Updated: Some simple or even trivial changes.

2016-10-13 Thread Danny Milosavljevic
Hi, all LGTM!

Re: locales gone

2016-10-13 Thread Danny Milosavljevic
On Thu, 13 Oct 2016 22:22:47 +0200 l...@gnu.org (Ludovic Courtès) wrote: > ldd $(which psql) | grep glibc $ ldd $(which psql) |grep glibc libm.so.6 => /gnu/store/m9vxvhdj691bq1f85lpflvnhcvrdilih-glibc-2.23/lib/libm.so.6 (0x7fc4b8c49000) libc.so.6 => /gnu/store/m9vxvhdj691

Re: 07/07: guix: python-build-system: Fix an outdated comment.

2016-10-13 Thread Danny Milosavljevic
> Sorry, I didn't realize that altering comments here would have an > effect; I would have warned Hartmut if I had. Out of curiousity, why does it have an effect?

Finding dependency cycles

2016-10-13 Thread Danny Milosavljevic
Hi, so I'm trying to untangle the matplotlib -> ipython dependency cycle. Unfortunately, guix error message isn't really helpful in finding out what it was. It says guix/base32.scm:104:4: In procedure #: guix/base32.scm:104:4: Throw to key `vm-error' with args `(vm-run "VM: Stack overflow" (

Re: [WIP v3 0/5] Update Sphinx to 1.4.8

2016-10-13 Thread Danny Milosavljevic
> There's a newer version of Matplotlib which has a reference cycle matplotlib > <- ipython <- matplotlib. Sigh... If I remove "ipython requires matplotlib" (according to matplotlib upstream it doesn't - at least they imply that), then still this remains: python-numpy requires python-matplotlib

Re: Making substitute* throw an error if substition failed?

2016-10-15 Thread Danny Milosavljevic
Hi, On Sat, 15 Oct 2016 00:05:56 +0200 Ricardo Wurmus wrote: > Would it be desirable to change “substitute*” (or replace it) such that > it throws an error or returns a value if substitution failed? This > might be helpful for the more complex packages with many substitutions. > If we make it re

Re: locales gone

2016-10-15 Thread Danny Milosavljevic
Hi, On Fri, 14 Oct 2016 12:59:10 +0200 l...@gnu.org (Ludovic Courtès) wrote: > Then you’d have to strace psql to see why it thinks that en_US.UTF-8 is > unavailable. connect(3, {sa_family=AF_FILE, sun_path="/tmp/.s.PGSQL.5432"}, 110) = 0 getsockopt(3, SOL_SOCKET, SO_ERROR, [0], [4]) = 0 getsockna

Re: locales gone

2016-10-15 Thread Danny Milosavljevic
And if I strace postgres service I get [pid 6184] open("/gnu/store/m9vxvhdj691bq1f85lpflvnhcvrdilih-glibc-2.23/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 6184] open("/gnu/store/m9vxvhdj691bq1f85lpflvnhcvrdilih-glibc-2.23/share/locale/locale.al

Re: locales gone

2016-10-15 Thread Danny Milosavljevic
And the postgres service has these environment variables: HOME=/ TERM=linux BOOT_IMAGE=/gnu/store/1w33nqlw4il84i4xr3pif45insmz82ln-linux-libre-4.7.2/bzImage --root=dayas:/ --system=/gnu/store/v4za34zybd8743cvxyx9j73w492c7nca-system --load=/gnu/store/v4za34zybd8743cvxyx9j73w492c7nca-system/boot cra

[PATCH 4/4] gnu: Add python-flask-sqlalchemy.

2016-10-20 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-flask-sqlalchemy): New variable. --- gnu/packages/python.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 60ef79c..a21ffc8 100644 --- a/gnu/packages/python.scm +++ b/gnu/packag

[PATCH 0/4] Add some Flask modules

2016-10-20 Thread Danny Milosavljevic
Danny Milosavljevic (4): gnu: Add python-aniso8601. gnu: Add python-flask-restful. gnu: Add python-flask-basicauth. gnu: Add python-flask-sqlalchemy. gnu/packages/python.scm | 98 + 1 file changed, 98 insertions(+)

[PATCH 2/4] gnu: Add python-flask-restful.

2016-10-20 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-flask-restful): New variable. --- gnu/packages/python.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d60bec0..ea56079 100644 --- a/gnu/packages/python.scm +++ b/gnu/p

[PATCH 3/4] gnu: Add python-flask-basicauth.

2016-10-20 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-flask-basicauth): New variable. --- gnu/packages/python.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ea56079..60ef79c 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages

[PATCH 1/4] gnu: Add python-aniso8601.

2016-10-20 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-aniso8601): New variable. --- gnu/packages/python.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9019fc3..d60bec0 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/pytho

[PATCH] gnu: Update sunxi-tools to 1.4

2016-10-26 Thread Danny Milosavljevic
--- gnu/packages/admin.scm | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index d9b08ef..856d946 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1859,14 +1859,14 @@ Kerberos and Heimdal and FAS

Re: [PATCH] gnu: Update sunxi-tools to 1.4

2016-10-27 Thread Danny Milosavljevic
> is the change in 'target-tools' necessary for the update or should/can > it be split out into a second commit? It should be split out...

Re: [PATCH] gnu: Update sunxi-tools to 1.4

2016-10-27 Thread Danny Milosavljevic
> - (("-o [$][@] [$]\\^") "-o $@ meminfo.c")) > + (("-o [$][@] [$]\\^") "-o $@ $<")) >#t)) >(delete 'configure > (home-page "https://github.com/linux-sunxi/sunxi-tools";) > > It looks to me like this change sho

[PATCH] gnu: Add python-imagesize.

2016-10-29 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-imagesize, python2-imagesize): New variables. --- gnu/packages/python.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index f7485ad..52c5b5e 100644 --- a/gnu/packages/python.s

[PATCH v2] gnu: Add python-imagesize.

2016-10-30 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-imagesize, python2-imagesize): New variables. --- gnu/packages/python.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 1292a09..b7c9e11 100644 --- a/gnu/packages/python.scm

Re: [PATCH v2 3/3] gnu: Add python2-wxpython.

2016-10-31 Thread Danny Milosavljevic
Hi, wxPython bundles wxwidgets. That's why we cd to "wxPython/wxPython" in order to avoid building it. So wxPython as we build it requires wxwidgets as input. But wxwidgets has multiple backends it supports, among them gtk. It should work to just leave off the gtk dependency on wxPython - sinc

Re: [PATCH v2 3/3] gnu: Add python2-wxpython.

2016-10-31 Thread Danny Milosavljevic
Hi, because of wxPython/src/helpers.cpp directly accessing a Gtk (gdk) structure (in macro GetXWindow) wxpython also requires gtk as regular input. I've tested it in $ guix environment --pure --ad-hoc python2-wxpython python-2 -- python using: import wxversion wxversion.select("3.0") import w

Re: [PATCH v3 2/2] gnu: Add python2-wxpython.

2016-11-02 Thread Danny Milosavljevic
t; ;;; Copyright © 2016 Theodoros Foradis > +;;; Copyright © 2016 Danny Milosavljevic > ;;; > ;;; This file is part of GNU Guix. > ;;; > @@ -23,6 +24,7 @@ >#:use-module (guix download) >#:use-module ((guix licenses) #:prefix l:) >#:use-module (guix build-system gl

Re: [PATCH v3 1/3] gnu: Add wxwidgets-gtk2.

2016-11-02 Thread Danny Milosavljevic
Looks good to me.

[PATCH] gnu: Update sunxi-tools to 1.4.1

2016-11-02 Thread Danny Milosavljevic
* gnu/packages/admin.scm (sunxi-tools): Modified. --- gnu/packages/admin.scm | 24 +++- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index c9563a1..1d577c7 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/

[PATCH] gnu: Enable python-psycopg2 support in python-sqlalchemy.

2016-11-02 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-sqlalchemy): Modified. --- gnu/packages/python.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b7c9e11..e52bc8d 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -3807,6 +3807,8

Re: [PATCH] gnu: Enable python-psycopg2 support in python-sqlalchemy.

2016-11-03 Thread Danny Milosavljevic
Please ignore that patch; I'll post a series containing it shortly.

[PATCH 3/6] gnu: Add python-orderedmultidict.

2016-11-03 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-orderedmultidict, python2-orderedmultidict): New variables. --- gnu/packages/python.scm | 37 + 1 file changed, 37 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 86436fd..aee97cb 100644 ---

[PATCH 0/6] Enable lots of sqlalchemy features

2016-11-03 Thread Danny Milosavljevic
Danny Milosavljevic (6): gnu: Enable python-psycopg2 support in python-sqlalchemy. gnu: Add python-pycodestyle. gnu: Add python-orderedmultidict. gnu: Add python-furl. gnu: Add python-flask-babel. gnu: Enable passlib, babel, cryptography, pyt, psycopg2, furl, flask-babel and pytest

[PATCH 2/6] gnu: Add python-pycodestyle.

2016-11-03 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-pycodestyle, python2-pycodestyle): New variables. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index e52bc8d..86436fd 100644 --- a/gnu/packages/python

[PATCH 1/6] gnu: Enable python-psycopg2 support in python-sqlalchemy.

2016-11-03 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-sqlalchemy): Modified. --- gnu/packages/python.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b7c9e11..e52bc8d 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -3807,6 +3807,8

[PATCH 4/6] gnu: Add python-furl.

2016-11-03 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-furl, python2-furl): New variables. --- gnu/packages/python.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index aee97cb..b765a74 100644 --- a/gnu/packages/python.scm +++ b

[PATCH 5/6] gnu: Add python-flask-babel.

2016-11-03 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-flask-babel, python2-flask-babel): New variables. --- gnu/packages/python.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b765a74..21adce7 100644 --- a/gnu/packages/p

[PATCH 6/6] gnu: Enable passlib, babel, cryptography, pyt, psycopg2, furl, flask-babel and pytest in python-sqlalchemy-utils

2016-11-03 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-sqlalchemy-utils): Modified. --- gnu/packages/python.scm | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 21adce7..927926e 100644 --- a/gnu/packages/python.scm +++ b/gnu/pack

Re: How to use custom grub?

2016-11-03 Thread Danny Milosavljevic
Hi Marius, yeah, I've noticed that problem, too. David and I got some steps in the direction of fixing it (for U-Boot support): The U-Boot support patch generalized this, see my E-Mail to this list, subject "[WIP PATCH] gnu: add U-Boot support to operating-system" on 09 Sep 2016 at 20:09. The

Re: [PATCH 1/6] gnu: Enable python-psycopg2 support in python-sqlalchemy.

2016-11-03 Thread Danny Milosavljevic
Hi, On Thu, 3 Nov 2016 22:42:48 +0100 Hartmut Goebel wrote: > Am 03.11.2016 um 11:55 schrieb Danny Milosavljevic: > > +(propagated-inputs > > + `(("python-psycopg2" ,python-psycopg2))) > > I don't think this is a good idea. sqlalchemy is da

Re: [PATCH 01/10] * gnu/system.scm (): Add 'store-device' and 'store-fs-mount-point'.

2016-11-03 Thread Danny Milosavljevic
Hi, On Thu, 03 Nov 2016 03:35:42 -0700 Chris Marusich wrote: > Additional info: I've just now upgraded my x200 laptop to the latest > release of Libreboot (r20160907), and I can still boot into GuixSD > normally. Really? I have an X200 with libreboot and I had to manually create a symlink /boot

Re: Circular dependencies in gnu/packages, weird error message

2016-11-04 Thread Danny Milosavljevic
Hi Ludo, On Fri, 04 Nov 2016 15:37:52 +0100 l...@gnu.org (Ludovic Courtès) wrote: > You should now be able to add #:use-module (gnu packages cross-base) in > admin.scm. Yes. However, now I get In unknown file: ?: 18 [primitive-load "/x/home/dannym/src/guix/scripts/guix"] In guix/ui.scm: 1220:

[PATCH 0/6] Provide some optional sqlalchemy utils.

2016-11-05 Thread Danny Milosavljevic
Danny Milosavljevic (6): gnu: Add python-pycodestyle. gnu: Add python-orderedmultidict. gnu: Add python-furl. gnu: Add python-flask-babel. gnu: Make python-sqlalchemy-utils's existing inputs propagated. gnu: Provide pytest to python-sqlalchemy-utils. gnu/packages/python.scm

[PATCH 1/6] gnu: Add python-pycodestyle.

2016-11-05 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-pycodestyle, python2-pycodestyle): New variables. --- gnu/packages/python.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 518ab3a..cb314e2 100644 --- a/gnu/packages/pyth

[PATCH 6/6] gnu: Provide pytest to python-sqlalchemy-utils.

2016-11-05 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-sqlalchemy-utils)[arguments]: Add pytest. --- gnu/packages/python.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 2d984bb..86a6eea 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm

[PATCH 4/6] gnu: Add python-flask-babel.

2016-11-05 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-flask-babel, python2-flask-babel): New variables. --- gnu/packages/python.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 3eb33de..626007e 100644 --- a/gnu/package

[PATCH 3/6] gnu: Add python-furl.

2016-11-05 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-furl, python2-furl): New variables. --- gnu/packages/python.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 49c09fc..3eb33de 100644 --- a/gnu/packages/python.scm +++

[PATCH 2/6] gnu: Add python-orderedmultidict.

2016-11-05 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-orderedmultidict, python2-orderedmultidict): New variables. --- gnu/packages/python.scm | 42 ++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index cb314e2..49c09fc 10064

[PATCH 5/6] gnu: Make python-sqlalchemy-utils's existing inputs propagated.

2016-11-05 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-sqlalchemy-utils)[arguments]: Make inputs propagated. --- gnu/packages/python.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 626007e..2d984bb 100644 --- a/gnu/packages/python.scm ++

Re: How to use custom grub?

2016-11-05 Thread Danny Milosavljevic
Hi Marius, On Sat, 05 Nov 2016 12:37:07 + Marius Bakke wrote: > I haven't gotten around to really try Dannys patch, but here is the > backtrace when exporting grub-configuration-grub in gnu/system/grub.scm > and changing to (package->derivation grub-configuration-grub) in > guix/scripts/syste

Re: [PATCH 1/6] gnu: Add python-pycodestyle.

2016-11-05 Thread Danny Milosavljevic
Hi, > Does this package supercede pep8? `guix import pypi pep8' gave me 1.7.0, > so we should switch it out if that's the case The request (by Guido van Rossum) can be found at . So yes, it does.

Re: locales gone

2016-11-05 Thread Danny Milosavljevic
Hi Ludo, On Mon, 17 Oct 2016 11:00:25 +0200 l...@gnu.org (Ludovic Courtès) wrote: > I suppose the untested patch below would work around it. Could you try > and report back? (Will require a reboot or testing with ‘guix system > vm’.) First I tried whether it's still broken with current (~5 min

Re: Phase `validate-runpath' fails: lib not in RUNPATH

2016-11-06 Thread Danny Milosavljevic
On Sun, 6 Nov 2016 20:52:20 +0100 Hartmut Goebel wrote: > Thanks for this tip. I'm cuprous, though . Both "libplds4.so" and > "libnspr4.so" are part of "nspr" which is specified as input. Yes, but will the linker embed the full path to libnspr4.so into the executable (or in your case shared libr

Re: Circular dependencies in gnu/packages, weird error message

2016-11-06 Thread Danny Milosavljevic
Hi Ludo, On Sun, 06 Nov 2016 18:36:34 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Danny Milosavljevic skribis: > > > diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm > > index 1d577c7..44ab171 100644 > > --- a/gnu/packages/admin.scm > > +++ b/gnu/p

Re: [PATCH 4/5] install: Extract procedure: install-grub-config.

2016-11-06 Thread Danny Milosavljevic
Thanks for this! > -(define* (install-grub grub.cfg device mount-point) > +(define (install-grub grub.cfg device mount-point) >"Install GRUB with GRUB.CFG on DEVICE, which is assumed to be mounted on > MOUNT-POINT. > > Note that the caller must make sure that GRUB.CFG is registered as a GC

[PATCH] gnu: sqlalchemy-utils: Update description to include optional dependencies.

2016-11-06 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-sqlalchemy-utils)[description]: Include optional dependencies. --- gnu/packages/python.scm | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6b2c9e9..ff55735 100644 --- a/gn

[PATCH v2] gnu: sqlalchemy-utils: Update description to include optional dependencies.

2016-11-06 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-sqlalchemy-utils)[description]: Include optional dependencies. --- gnu/packages/python.scm | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6b2c9e9..5b5287e 100644 --- a/gn

Re: Circular dependencies in gnu/packages, weird error message

2016-11-06 Thread Danny Milosavljevic
> Does that still happen after ‘make clean-go && make’? No, it does work after that. Weird... Thanks!

Cross Compilation for armhf - libc (stdio.h) missing

2016-11-07 Thread Danny Milosavljevic
Hello, I'm trying to build the part of sunxi-tools that is target-specific for the target (2 tools). However, I cannot get it to pick up armhf glibc. What could be the cause? I get: arm-linux-gnueabihf-gcc -g -O0 -Wall -Wextra -std=c99 -Iinclude/ -static -D_POSIX_C_SOURCE=200112L -D_BSD_SOUR

Re: [PATCH 3/6] file-systems: Suppress fsck status completion bar.

2016-11-07 Thread Danny Milosavljevic
Hi, why not just use "fsck -t xxx" instead? It will filter out "-C" for fscks which don't support it.

Re: [PATCH 4/5] install: Extract procedure: install-grub-config.

2016-11-07 Thread Danny Milosavljevic
Hi Chris, > Hope that helps! Yeah, thank you! (I think it would be a lot less confusing to just pass (derivation->output-path grub) to (install-grub* ...) as well instead of that O_o)

Re: How to use custom grub?

2016-11-07 Thread Danny Milosavljevic
> Hmm, did you mean (package->drivation (grub-configuration-grub > (operating-system-bootloader os))) ? Otherwise it can't work. Fixing typo: Hmm, did you mean (package->derivation (grub-configuration-grub (operating-system-bootloader os))) ? Otherwise it can't work. It gives you a derivation

Re: How to use custom grub?

2016-11-07 Thread Danny Milosavljevic
Hi Marius, On Mon, 07 Nov 2016 11:36:51 + Marius Bakke wrote: > That's it! This makes it pick up (bootloader (grub-configuration (grub > grub-efi))) from my config.scm: > > making '/gnu/store/kgk9rrawq9fxh1g2j6121gl3lcz47395-system' the current > system... > Installing for x86_64-efi platf

[PATCH] gnu: Replace python-pep8 by python-pycodestyle.

2016-11-07 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-pep8, python2-pep8): Add replacement. --- gnu/packages/python.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 5b5287e..c6ec6d3 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -

Re: How to use custom grub?

2016-11-07 Thread Danny Milosavljevic
Looks good to me! I also invoked make in the guix directory - which didn't print any new warnings -, reconfigured the system (for non-uefi grub) and successfully booted with it. So all good!

Re: [PATCH v4 2/3] gnu: Add python2-wxpython.

2016-11-07 Thread Danny Milosavljevic
Hi, > + #:use-module (gnu packages xml) It's now not necessary anymore to import the "xml" module. Not importing it cuts down on the number of module references and potential reference cycles in the future. Otherwise LGTM!

[PATCH 1/3] gnu: Add python-termstyle.

2016-11-09 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-termstyle): New variable. --- gnu/packages/python.scm | 17 + 1 file changed, 17 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8cc3de6..e957bf2 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm

[PATCH 3/3] gnu: Add python-flask-restplus.

2016-11-09 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-flask-restplus): New variable. --- gnu/packages/python.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index cb25d4e..58b49ed 100644 --- a/gnu/packages/python.scm +++ b/gnu/p

[PATCH 2/3] gnu: Add python-rednose.

2016-11-09 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-rednose): New variable. --- gnu/packages/python.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index e957bf2..cb25d4e 100644 --- a/gnu/packages/python.scm +++ b/gnu/packag

[PATCH 0/3] Add python-flask-restplus

2016-11-09 Thread Danny Milosavljevic
Danny Milosavljevic (3): gnu: Add python-termstyle. gnu: Add python-rednose. gnu: Add python-flask-restplus. gnu/packages/python.scm | 79 + 1 file changed, 79 insertions(+)

[PATCH] Explicitly pass grub to install, install-grub*, install-grub, initialize-hard-disk and qemu-image.

2016-11-10 Thread Danny Milosavljevic
* gnu/build/install.scm (install-grub): Add grub-store-path parameter. Use it. * gnu/build/vm.scm (initialize-hard-disk): Add grub parameter. Use it. Call modified install-grub. * guix/scripts/system.scm (install-grub*): Add grub parameter. Pass it along to install-grub. * guix/scripts/system.scm

Re: [PATCH] Explicitly pass grub to install, install-grub*, install-grub, initialize-hard-disk and qemu-image.

2016-11-11 Thread Danny Milosavljevic
Hi Ludo, > I prefer that setting PATH to point to the right GRUB, rather than > having to carry the directory name of GRUB in 10 different places. I much prefer not having a magical non-Guile variable influence which bootloader (!) is installed. Of all things this is the most sensitive part of

[PATCH] gnu: xonsh: Update to 0.4.7.

2016-11-17 Thread Danny Milosavljevic
* gnu/packages/shells.scm (xonsh): Update to 0.4.7. --- gnu/packages/shells.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 9b9bd6c..f3350ef 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -28

Re: [PATCH] gnu: gnome-control-center: Add gdk-pixbuf input.

2016-11-18 Thread Danny Milosavljevic
Hi, On Fri, 18 Nov 2016 00:01:40 -0600 ren...@openmailbox.org wrote: > this patch allow to gnome-control-center to load images in SVG format. > E.G. GNOME logo and Mouse & Touchpad settings image. >+ ("gdk-pixbuf" ,gdk-pixbuf) ; for load files with SVG extension. ; to load SVG files or

[PATCH] gnu: Add python-lit.

2016-11-24 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-lit, python2-lit): New variables. --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 5e8956f..1032e4e 100644 --- a/gnu/packages/python.scm +++ b/gnu/

Re: [PATCH] gnu: Add python-lit.

2016-11-24 Thread Danny Milosavljevic
Nevermind, it's already there.

[PATCH] gnu: ldc: Update to 0.17.2.

2016-11-24 Thread Danny Milosavljevic
* gnu/packages/ldc.scm (ldc):Update to 0.17.2. * gnu/packages/patches/ldc-disable-tests.patch: Fix timezone filename. --- gnu/packages/ldc.scm | 19 ++- gnu/packages/patches/ldc-disable-tests.patch | 50 ++-- 2 files changed, 27 insertions(+)

Re: branch master updated: gnu: python-lxml: Update to 4.6.5.

2022-08-15 Thread Danny Milosavljevic
Hi Mathieu, On Mon, 15 Aug 2022 16:24:03 +0200 Mathieu Othacehe wrote: > > * gnu/packages/xml.scm (python-lxml): Update to 4.6.5. > > I had to revert it as it caused >15k rebuilds. I also cancelled all the > triggered builds in the CI. Thanks for doing it! But guix refresh -l python-lxm

git guix checkout automation for contributors

2022-09-25 Thread Danny Milosavljevic
Hi, So there were some comments on https://news.ycombinator.com/item?id=32960308 about getting started with contributing to Guix. It turns out that the barrier of entry for editing existing packages is kinda high (I tried it myself--putting myself into the mindset of a beginner). For example: (

Re: git guix checkout automation for contributors

2022-09-25 Thread Danny Milosavljevic
Also, this doesn't work: On Sun, 25 Sep 2022 16:06:06 +0200 Danny Milosavljevic wrote: (1) install the guix system (2) log in as regular user (3c) git clone --depth=1 https://git.savannah.gnu.org/git/guix.git guix \ && cd guix \ && guix shell Even after doi

Re: How can we decrease the cognitive overhead for contributors?

2023-08-29 Thread Danny Milosavljevic
e's no reason for it to be there! But the other annoyances totally affect me all the time, too. Cheers, Danny P.S. We could also do git config --local alias.send-patches 'git send-email -r origin/master --cover-letter --annotate --to=guix-patc...@gnu.org' From 10f16b0b3cf47931d

Re: Guix System for embedded systems roadmap.

2020-03-17 Thread Danny Milosavljevic
Hi Ludo, On Tue, 17 Mar 2020 10:44:25 +0100 Ludovic Courtès wrote: > Speaking of which, I’d love to get my A20 OLinuXino running Guix > System. :-) What is the latest state of it? I used guix system disk-image -s armhf-linux -e '(@ (gnu system install) a20-olinuxino-micro-installation-os)

Guix master: Lint warnings: inputs which should be native-inputs etc

2020-03-23 Thread Danny Milosavljevic
Hi, so I've been using the Guix Data Service and it found a whole load of linter warnings. 150 warnings for inputs that should probably be native inputs: http://data.guix.gnu.org/revision/d4842a7c478230b7c12e65d04106db1e14c98cac/lint-warnings?package_query=&linter=inputs-should-be-native&message

Re: [Outreachy] Submitting Patch for : Manual typo in section "Invoking ‘guix time-machine’"

2020-03-24 Thread Danny Milosavljevic
Hi, thanks for the patch! Pushed to guix master as commit 022767d7c132d20d684e0dec7c6010fdcf408e3d pgpwb1hdQhNZJ.pgp Description: OpenPGP digital signature

Re: Cannot build guix from git due to .po file errors

2020-03-25 Thread Danny Milosavljevic
Hi Vagrant, a workaround that I like to use is make SUBDIRS= It will get rid of the "po" subdir rule. (I'm not saying that that's the correct fix or anything) pgpqnBJQ9fbag.pgp Description: OpenPGP digital signature

Re: Linphone

2020-03-25 Thread Danny Milosavljevic
Hi, I tried guix build -K linphone-desktop then waited until it told me the build directory (which was /tmp/guix-build-linux-libre-5.5.10.drv-0), then $ which strace $ cd /tmp/guix-build-linux-libre-5.5.10.drv-0 $ source environment-variables $ cd source $ .strace -f cmake . 2>&1 |grep -i

Re: Linphone

2020-03-25 Thread Danny Milosavljevic
Similar problem https://github.com/BelledonneCommunications/linphone-iphone/issues/399 pgpPMnaTjttuF.pgp Description: OpenPGP digital signature

Re: Linphone

2020-03-25 Thread Danny Milosavljevic
Hi Raghav, I get a nondeterministic build failure in libdecaf: cd /tmp/guix-build-libdecaf-1.0.drv-0/build/src/generator/curve25519 && /gnu/store/iaqmwj2290z5nnrk69bss6r0d9lpr8cs-python2-2.7.16/bin/python2.7 /tmp/guix-build-libdecaf-1.0.drv-0/source/src/generator/template.py --per=field --guar

Re: Linphone

2020-03-25 Thread Danny Milosavljevic
On Wed, 25 Mar 2020 23:29:50 +0100 Danny Milosavljevic wrote: > linphone-desktop has the following line: > > ./CMakeLists.txt: include("${EP_bctoolbox_CONFIG_DIR}/BcToolboxConfig.cmake") > > ... and that line is not going to work as-is. ... and I checked ./cmake/Bc

Re: Linphone

2020-03-26 Thread Danny Milosavljevic
Hi Raghav, I tried (arguments `(#:configure-flags (list "-DENABLE_DBUS=YES" "-DENABLE_UPDATE_CHECK=YES") #:phases (modify-phases %standard-phases (add-after 'unpack 'patch (lambda _ (substitute* "CMakeLists.txt"

Re: Issues and improvement for `kernel-loadable-modules'

2020-03-26 Thread Danny Milosavljevic
Hi Brice, On Thu, 26 Mar 2020 14:34:03 + Brice Waegeneire wrote: > First I was expecting the packages in `kernel-loadable-modules' to use > the > `kernel' field as their kernel input or to have a simple procedure to do > so. Otherwise you get a “Specified Linux kernel and Linux kernel modul

Re: Linphone

2020-03-26 Thread Danny Milosavljevic
Hi Raghav, > So I was able to fix all the "Qt[...].cmake not found error by adding > required inputs. But during build I get lot of errors related to Qt. I am not > able to understand what those are. They all contain some king of flags. I don't know. It sounds like the versions of the linphone

Re: Use genimage for disk-image creation.

2020-03-26 Thread Danny Milosavljevic
Hi Mathieu, from the standpoint of ARM it would be really good to be able to reuse genimage config files from buildroot. In fact, partition layout is a major pain in the ass to get right on ARM. If we want to support a large number of ARM platforms, that would mean the partitioning would be fixed

Re: Use genimage for disk-image creation.

2020-03-29 Thread Danny Milosavljevic
Hi Ludo, On Sun, 29 Mar 2020 16:44:39 +0200 Ludovic Courtès wrote: > Oh, really? I’m surprised partitioning causes problems (though I’m > not familiar with embedded dev!). Well, maybe not that bad, but it's pretty bad. It's because the boot sector for ARM, for some unfathomable reason, is not

Re: 1.1.0rc1 available for test!

2020-04-09 Thread Danny Milosavljevic
Hi Ludo, nice! On Thu, 09 Apr 2020 22:51:49 +0200 Ludovic Courtès wrote: > guix install ipfs guix install go-ipfs ? :) > ipfs daemon & Error: no IPFS repo found in /home/dannym/.ipfs. please run: 'ipfs init' After invoking that, ipfs daemon works. pgpSuwfUh8TcV.pgp Description: OpenPGP di

Re: Proxy settings wrt guix daemon

2020-04-10 Thread Danny Milosavljevic
Hi, could we mention an example value for the HTTP proxy setting? When I use it it's never quite clear to me whether there's a slash at the end or not, and what to do with https etc. Currently it says "Please enter the HTTP proxy URL. If you enter an empty string, proxy usage will be disabled."

Re: Proxy settings wrt guix daemon

2020-04-10 Thread Danny Milosavljevic
On Fri, 10 Apr 2020 15:26:32 +0200 Danny Milosavljevic wrote: > What happens to https? Will it go via the HTTP proxy? Maybe mention that > there, too. In https://lists.gnu.org/archive/html/guix-devel/2020-04/msg00084.html there's only http_proxy honored. According to .

Re: 1.1.0rc2 available for testing!

2020-04-12 Thread Danny Milosavljevic
Hi Ludo, On Sun, 12 Apr 2020 11:19:52 +0200 Ludovic Courtès wrote: > ipfs ls QmeLSpj3bBV5vwieVqYkbarTxmbiiP2iAaaN6rzBPLqqRD ipfs ls QmeLSpj3bBV5vwieVqYkbarTxmbiiP2iAaaN6rzBPLqqRD Error: merkledag: not found pgpvIDQnJT9mj.pgp Description: OpenPGP digital signature

Re: 1.1.0rc2 available for testing!

2020-04-12 Thread Danny Milosavljevic
On Sun, 12 Apr 2020 11:35:52 +0200 Danny Milosavljevic wrote: > Hi Ludo, > > On Sun, 12 Apr 2020 11:19:52 +0200 > Ludovic Courtès wrote: > > > ipfs ls QmeLSpj3bBV5vwieVqYkbarTxmbiiP2iAaaN6rzBPLqqRD > > ipfs ls QmeLSpj3bBV5vwieVqYkbarTxmbiiP2iAaaN6rzBPLqqRD &g

Re: Hyperlinks!

2020-04-13 Thread Danny Milosavljevic
Hi Ludo, On Mon, 13 Apr 2020 12:58:42 +0200 Ludovic Courtès wrote: > (If anyone knows how to get ‘a.syntax-symbol’ CSS different from just > ‘a’, I’m all ears!) a.syntax-symbol { color: red; } a:not(.syntax-symbol) { background-color: blue; } http://www.a.com/";>without class http://ww

Re: Hyperlinks!

2020-04-13 Thread Danny Milosavljevic
Hi Ludo, On Mon, 13 Apr 2020 15:56:22 +0200 Ludovic Courtès wrote: > > when you mouse-over the function name line, a > > "permalink to this definition" appears. > > I’m not sure how to do that. Isn’t there some JavaScript involved? The CSS selector ":hover" selects the block only when you a

Re: Hyperlinks!

2020-04-13 Thread Danny Milosavljevic
Or visibility: hidden instead of display: none and visibility: visible instead of display: inline if we don't want the actual layout to change (probably a good idea not to recompute the layout every time someone hovers over something :) ). pgpySbempLVqb.pgp Description: OpenPGP digi

Re: Hyperlinks!

2020-04-13 Thread Danny Milosavljevic
Hi Ricardo, On Mon, 13 Apr 2020 20:09:26 +0200 Ricardo Wurmus wrote: > Danny Milosavljevic writes: > > > On Mon, 13 Apr 2020 12:58:42 +0200 > > Ludovic Courtès wrote: > > > >> (If anyone knows how to get ‘a.syntax-symbol’ CSS different

Re: Hyperlinks!

2020-04-13 Thread Danny Milosavljevic
Hi Ricardo, On Mon, 13 Apr 2020 23:05:00 +0200 Ricardo Wurmus wrote: > Oh, thanks for the clarification. I must have misunderstood Ludo’s request. No, it's totally possible that he meant it like you meant it. Thanks for your version! pgpQ6RCrghqEr.pgp Description: OpenPGP digital signature

Re: [gnu-soc] [IMPORTANT] Next steps for participating projects and mentors

2020-04-14 Thread Danny Milosavljevic
Hi Gabor, when I try to log in at https://summerofcode.withgoogle.com I get: >403 >Ruh roh. Something went wrong here. >Current Google account: danny.m...@gmail.com > >You don't have a GSoC account. >[Get Started] When I try to create an account using [Get Started], there are only the choices "o

<    1   2   3   4   5   6   7   8   9   10   >