Re: [PATCH] gnu: services: Add redis-service

2017-01-14 Thread Hartmut Goebel
Am 13.01.2017 um 23:01 schrieb Ricardo Wurmus: > We can extend them later as people see the need for better coverage. > One thing I’d always like to see, though, is an escape hatch that allows > users to extend the service with plain text configuration snippets. +1 -- Regards Hartm

Re: About flashplayer

2017-01-13 Thread Hartmut Goebel
Am 13.01.2017 um 02:51 schrieb tumashu: > How to install flashplayer or gnash on guixsd? Flash is a dead-end technology. I suggest not bothering with it any longer. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.

Re: [PATCH] gnu: python-argcomplete: Add python-pexpect.

2017-01-12 Thread Hartmut Goebel
Am 11.01.2017 um 21:08 schrieb Danny Milosavljevic: > +(native-inputs > + `(("python-pexpect" ,python-pexpect))) Well spotted, this is hidden deeply in the .travis.yml file. What about adding a comment "for tests"? Otherwise LGTM. -- Regards Hartmu

Re: [PATCH] gnu: Add python2-cheetah.

2017-01-10 Thread Hartmut Goebel
nd selectively reimplement sections of it. * Provides a simple, yet powerful, caching mechanism that can dramatically improve the performance of a dynamic website. * Compiles templates into optimized, yet readable, Python code. Otherwise LGTM. -- Regards Hartmut Goebel | Hartmut Goebel

Re: Add more Mailman3 packages.

2017-01-09 Thread Hartmut Goebel
ut.cfg -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: packaging the meta-searchenging searx fails at python-requests[socks]

2017-01-08 Thread Hartmut Goebel
s requirement "requests[socks]" is not met if PySocks==1.5.7 is installed. [1] <https://github.com/kennethreitz/requests/blob/master/setup.py#L98> HTH -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-comp

Re: [PATCH] gnu: Add Prosody service.

2017-01-05 Thread Hartmut Goebel
gt; +\"Chatrooms\" documentation (@url{http://prosody.im/doc/chatrooms}), which > you > +should read if you are new to XMPP chatrooms. s/MUC chatrooms/ multi-user chatrooms/ s/our/the/ > +;;; Commentary: > +;;; > +;;; Messaging services. > +;;; > +;;; Code: […] > +;;; messaging.

Re: [PATCH v4 0/3] Prepare for Sphinx update

2017-01-05 Thread Hartmut Goebel
Am 04.01.2017 um 21:43 schrieb Danny Milosavljevic: > gnu: Add python-snowballstemmer. > gnu: Add python-sphinx-cloud-sptheme. > gnu: Add python-sphinx-alabaster-theme. LGTM. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | |

Re: [PATCH v4 1/1] gnu: python-sphinx: Update to 1.4.8.

2017-01-05 Thread Hartmut Goebel
age? The comment in the setup.py. leaves the impression that this is only needed on PyPy, see <https://github.com/sphinx-doc/sphinx/blob/master/setup.py#L68>. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compi

Re: [PATCH] guix: python-build-system: Properly inform caller about test status.

2017-01-05 Thread Hartmut Goebel
ng my bad English comment :-) Otherwise LGTM. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: [PATCH 4/4 v2] gnu: Add bpython.

2017-01-02 Thread Hartmut Goebel
Am 02.01.2017 um 17:33 schrieb Hartmut Goebel: > * gnu/packages/python.scm (bpython, bpython2): New variables. This update changes the following: a) renamed the vairables to bpython resp. bpython2, since these are "programms", not python llibraries b) For bpython2 rename the script

[PATCH 4/4 v2] gnu: Add bpython.

2017-01-02 Thread Hartmut Goebel
* gnu/packages/python.scm (bpython, bpython2): New variables. --- gnu/packages/python.scm | 72 + 1 file changed, 72 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 04f7a66..56ed7f8 100644 ---

guix build fails: can't change into `/var/tmp/guix-build-...drv-0'

2017-01-02 Thread Hartmut Goebel
with TMPDIR=/var/tmp. File-permissions are (unchanged to prior the update): drwxrwxrwt 12 root root 24K Jan 2 15:55 /var/tmp/ On another system, where I have TMPDIR=/tmp, build works fine. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com

Re: Creating a docker image with Guix

2017-01-02 Thread Hartmut Goebel
re readable. The script would then be easy to extent to accept arguments, esp. the list of packages to install. Maybe you could use some other shell-tricks to avoid the temporary file. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-co

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

2017-01-02 Thread Hartmut Goebel
quot;password-based key derivation" should be stated there. Maybe debian provides a good synopsis and description. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: [PATCH 2/4] gnu: Add python-qrcode.

2017-01-02 Thread Hartmut Goebel
Am 02.01.2017 um 14:32 schrieb Carlo Zancanaro: > +(description "This module uses image libraries, Python Imaging > +Library (PIL) by default, to generate QR Codes.") Please be a bit more verbose here. AFAIK qr is also able to output QR-codes to the console. -- Regard

Re: Getting rid of "source file .. newer than compiled" messages

2017-01-02 Thread Hartmut Goebel
Am 02.01.2017 um 14:23 schrieb Danny Milosavljevic: > Run make > > Or am I misunderstanding what you mean? I meant without running make after each little change :-) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-comp

Getting rid of "source file .. newer than compiled" messages

2017-01-02 Thread Hartmut Goebel
Hi, when developing packages, esp. when switching branches, I get lots of messages like this: ;;; note: source file …/guix/gnu/packages/tor.scm ;;; newer than compiled …/guix/gnu/packages/tor.go How can I get rid of these? -- Regards Hartmut Goebel | Hartmut Goebel | h.goe

Re: Add neo-layout to kbd

2017-01-01 Thread Hartmut Goebel
Am 01.01.2017 um 18:25 schrieb ng0: > url = "https://svn.neo-layout.org/linux/console/neo.map?r=${version};; I did not succeed downloading to checking out this url, but I could download this one: http://wiki.neo-layout.org/export/2476/linux/console/neo.map -- Regards Hartmu

Re: [PATCH 1/2] gnu: Add kbd-neo.

2017-01-01 Thread Hartmut Goebel
Am 01.01.2017 um 18:22 schrieb ng0: > +(url "https://svn.neo-layout.org/linux/console;) What do you thing about removing the included bin directory? -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compi

Re: [PATCH 2/2] gnu: kbd: Add neo layout.

2017-01-01 Thread Hartmut Goebel
Am 01.01.2017 um 18:22 schrieb ng0: > + (add-after 'build 'install-neo-layout I suggest adding after (or before) install. > + ("kbd-neo" ,kbd-neo) Since you are installing (copying) the file, this could be a native-input, I think. -- Regards Hartmut G

[PATCH] gnu: Add tipp10 touch typing tutor.

2016-12-31 Thread Hartmut Goebel
right © 2016 Hartmut Goebel <h.goe...@crazy-compilers.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -138,3 +139,60 @@ of categories with some of the activities available in that category. @end enumerate ") (license license:gpl3+))) + +(define-public tipp10 + (package +(name

Re: [PATCH] gnu: Add tipp10 touch typing tutor.

2016-12-31 Thread Hartmut Goebel
nk, some of your comment on this patch are nitpicking at its best. I have the impression that you did not trust me to have spend only a little thought on what I'm doing. And you are demanding things (patch filenames, change to upstream patches) which have no or negligible benefit – even if seen in the long run. This *very* discouraging! -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

[PATCH 4/4] gnu: Add python-bpython.

2016-12-31 Thread Hartmut Goebel
* gnu/packages/python.scm (python-bpython, python2-bpython): New variables. --- gnu/packages/python.scm | 41 + 1 file changed, 41 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 75f5fba..af6ab2f 100644 ---

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

2016-12-31 Thread Hartmut Goebel
* gnu/packages/python.scm (python-blessings, python2-blessings): 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 2dea03b..8dbd64a 100644 ---

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

2016-12-31 Thread Hartmut Goebel
* gnu/packages/python.scm (python-curtsies, python2-curtsies, python-curtsies-0.1, python2-curtsies-0.1): New variables. --- gnu/packages/python.scm | 51 + 1 file changed, 51 insertions(+) diff --git a/gnu/packages/python.scm

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

2016-12-31 Thread Hartmut Goebel
* gnu/packages/python.scm (python-pyte, python2-pyte): 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 a0542a5..2dea03b 100644 --- a/gnu/packages/python.scm +++

Re: [PATCH] gnu: Add php-hello-world.

2016-12-31 Thread Hartmut Goebel
uences, there will be not "php-fpm" OS example. I already spent quite some time on this topic, so this is quite disencouraging. :-( -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: [PATCH] gnu: Add php-hello-world.

2016-12-29 Thread Hartmut Goebel
first place. I was surprised, too. Otherwise I'd not write a own package. But I see no benefit of putting a project to github, just do not have a "home grown" package at guix. IMHO implementing this is just a waste of time. -- Regards Hartmut Goebel | Hartmut Goebel | h.g

Re: staging: django fails to build

2016-12-29 Thread Hartmut Goebel
e days. I filed a bug report at Djnago: <https://code.djangoproject.com/ticket/27662> -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: [PATCH] gnu: Add php-hello-world.

2016-12-22 Thread Hartmut Goebel
ackage, but did not find one. If you know of one, feel free to replace this one. If you dislike "home-made" packages so much, I can set up a "php-hello-world" project at github. But what should be the benefit? -- Regards Hartmut Goebel | Hartmut Goebel | h.

Re: gnunet-service, first draft in need of review.

2016-12-20 Thread Hartmut Goebel
e for how to switch the user. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: gnunet-service, first draft in need of review.

2016-12-20 Thread Hartmut Goebel
ot;/var/lib/gnunet/" #o600) + (mkdir-p "/var/lib/gnunet/.local/share/gnunet") So the service first removes the write permissions and then tries to create a sub-directory. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com |

[PATCH] gnu: Add tipp10 touch typing tutor.

2016-12-18 Thread Hartmut Goebel
--- a/gnu/packages/education.scm +++ b/gnu/packages/education.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2016 Danny Milosavljevic <dan...@scratchpost.org> ;;; Copyright © 2016 Ricardo Wurmus <rek...@elephly.net> +;;; Copyright © 2016 Ha

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

2016-12-18 Thread Hartmut Goebel
Am 18.12.2016 um 02:23 schrieb Ben Woodcroft: > Since using pypi is the way Python users expect to be able to install > packages, making developers less concerned about their github releases > than their pypi ones, I reckon sticking with pypi-uri is the way to go. +1 -- Regards Hartm

Re: [PATCH] gnu: Add asunder.

2016-12-17 Thread Hartmut Goebel
Am 17.12.2016 um 10:20 schrieb Chris Marusich: > +(home-page "http://www.littlesvr.ca/asunder/index.php;) I'd leave of the "index.php" here. Its uselass and ugly :-) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.c

Re: [PATCH] gnu: tor: Recommend torsocks.

2016-12-16 Thread Hartmut Goebel
h, will use only Tor > for Even if his is already pushed: An empty line for making the new text another paragraph would be fine. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: [PATCH 0/2] python-sympy: Update to 1.0.

2016-12-16 Thread Hartmut Goebel
Am 15.12.2016 um 19:14 schrieb Marius Bakke: > gnu: Add python-mpmath. > gnu: python-sympy: Update to 1.0. Both LGTM. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: Shutdown of googlecode end of the year - we have affected packages!

2016-12-16 Thread Hartmut Goebel
h0n-bcrypt". See <https://bitbucket.org/ecollins/passlib/src/9572e99efc8ab5e75dea62cf474889c9ed00ac60/setup.py?at=default#setup.py-168> -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: [PATCH 01/11] gnu: Add python-flask-wtf.

2016-12-12 Thread Hartmut Goebel
Am 12.12.2016 um 00:05 schrieb ng0: > Yeah I need to make my notes about the new python system.. I had > everything propagated now.. which is false it seems. We could add nose to the lint checkers, should we? -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compile

Re: [PATCH 01/11] gnu: Add python-flask-wtf.

2016-12-12 Thread Hartmut Goebel
Am 12.12.2016 um 00:22 schrieb Leo Famulari: > My understanding is that everything used at run-time should be > propagated, but things used only while building are still native-inputs. That's it :-) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compile

Re: How to "tell" a package so extent an environment variable?

2016-12-12 Thread Hartmut Goebel
ent-variables. But it isn't there. (For building I would need the header files, not the .ini files, or course. But this should work the same, shouldn't it?) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

How to "tell" a package so extent an environment variable?

2016-12-11 Thread Hartmut Goebel
PYTHONPATH for python modules. So I need to "tell" the package so extent PHP_INI_SCAN_DIR when it gets installed. How can this be done without creating a php-build-system? (Creating a php-build-system is too much time-consuming for me right now.) -- Regards Hartmut Goebel | Hart

Re: gnu: Add syncthing.

2016-12-11 Thread Hartmut Goebel
Am 11.12.2016 um 12:25 schrieb Hartmut Goebel: > I suggest that all `go` packages kill get a prefix like other languages s/kill/will/ -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thou

Re: gnu: Add syncthing.

2016-12-11 Thread Hartmut Goebel
g" and prefix, as Debina does, sicne "go" is to short and ambiguous. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Guile-SSH found at configure-time but not at run-time

2016-12-09 Thread Hartmut Goebel
"./pre-inst guix environment guix"? -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: [PATCH v4] daemon: Set ownership of kept build directories to the calling user.

2016-12-09 Thread Hartmut Goebel
Am 09.12.2016 um 15:23 schrieb Ludovic Courtès: > OK, please push. Done. Thanks for testing. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: [PATCH 2/3] gnu: python-pyqt-5.5: Use non-inherited "configure" phase.

2016-12-09 Thread Hartmut Goebel
ated calibre to the newest version 2.74 (will post the patch later). It still requires Qt 5.5. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: [PATCH 2/3] gnu: python-pyqt-5.5: Use non-inherited "configure" phase.

2016-12-09 Thread Hartmut Goebel
Am 09.12.2016 um 13:30 schrieb Efraim Flashner: > Are you sure? I built 2.63 with pyqt-5.6 on top of your patch and it built > fine. I didn't try actually running it though It build fine, but it does not run :-( But on my system, 2.63 does not run either. -- Regards Hartmut Goebel | H

[WIP 0/2] php-fpm service - assistance appreciated

2016-12-08 Thread Hartmut Goebel
" (see http://lists.gnu.org/archive/html/help-guix/2016-12/msg00023.html) Hartmut Goebel (3): services: Add php-fpm service. gnu: Add "PHP FPM" OS config example. -- 2.7.4

[WIP 2/2] gnu: Add "PHP FPM" OS config example.

2016-12-08 Thread Hartmut Goebel
* gnu/system/examples/php-fpm.tmpl: New file. * Makefile.am (EXAMPLES): Add it. * doc/locak.mk (OS_CONFIG_EXAMPLES_TEXI): Add doc/os-config-php-fpm.texi. * gnu/system/install.scm (/etc/configuration-files)[directory]: Add php-fpm.tmpl. --- Makefile.am | 3 +- doc/local.mk

[WIP 1/2] services: Add php-fpm service.

2016-12-08 Thread Hartmut Goebel
000..e45b54f --- /dev/null +++ b/gnu/services/php.scm @@ -0,0 +1,568 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2016 Hartmut Goebel <h.goe...@crazy-compilers.com> +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redist

Re: [PATCH] gnu: Add php-hello-world.

2016-12-08 Thread Hartmut Goebel
Am 08.12.2016 um 18:45 schrieb Hartmut Goebel: > * gnu/packages/php.scm (php-hello-world): New variable. This is useful for testing setups and providing examples. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.

[PATCH] gnu: Add php-hello-world.

2016-12-08 Thread Hartmut Goebel
/php.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2016 Julien Lepiller <jul...@lepiller.eu> ;;; Copyright © 2016 Marius Bakke <mba...@fastmail.com> +;;; Copyright © 2016 Hartmut Goebel <h.goe...@crazy-compilers.com> ;;; ;;; This file i

Re: [PATCH v3] daemon: Set ownership of kept build directories to the calling user.

2016-12-08 Thread Hartmut Goebel
Am 06.12.2016 um 21:41 schrieb Danny Milosavljevic: > I think you also have to cast them there, so > >settings.clientUid = (uid_t) -1; >settings.clientGid = (gid_t) -1; Thanks, I changes this accordingly. -- Regards Hartmut Goebel | Ha

[PATCH v4] daemon: Set ownership of kept build directories to the calling user.

2016-12-08 Thread Hartmut Goebel
Fixes . * nix/libstore/globals.hh (Settings) Add clientUid and clientGid. * nix/nix-daemon/nix-daemon.cc (daemonLoop] Store UID and GID of the caller in settings. * nix/libstore/build.cc (_chown): New function. (DerivationGoal::deleteTmpDir): Use it, change

Re: [PATCH v3] daemon: Set ownership of kept build directories to the calling user.

2016-12-08 Thread Hartmut Goebel
ugh I'm confident the code is correct, I can not verify with current master. Thus I'm posting a new version of the patch asking you to test and push. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: [PATCH 1/3] gnu: Add sshuttle.

2016-12-07 Thread Hartmut Goebel
python.org/pypi/sshuttle/ says it is GPL2+. Can you please verify which one is correct. Thanks. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: Pytest update to 2.9.2

2016-12-06 Thread Hartmut Goebel
"(reason=\"Assumes that /usr exists.\")\n" > + line))) These trailing spaces in the replacement string are a bit irritating. Perhaps its better to search for "^\s+def …" and replace with " @pytest.skip…" (leading space

Re: [PATCH] gnu: libreoffice: Add 'libreoffice' symlink.

2016-12-06 Thread Hartmut Goebel
relative sym-links, please ignore my comment. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: [PATCH 3/3] gnu: python2-notebook: Fix build.

2016-12-06 Thread Hartmut Goebel
Am 05.12.2016 um 22:44 schrieb Leo Famulari: > Otherwise LGTM, thanks! Push all three with you comments resolved. Thanks for reviewing. > I was just noticing this issue :) :-) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www

Re: [Patch v2] daemon: Set ownership of kept build directories to the calling user.

2016-12-05 Thread Hartmut Goebel
egative numbers. Thanks to doing this right. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

[PATCH v3] daemon: Set ownership of kept build directories to the calling user.

2016-12-05 Thread Hartmut Goebel
Fixes . * nix/libstore/globals.hh (Settings) Add clientUid and clientGid. * nix/nix-daemon/nix-daemon.cc (daemonLoop] Store UID and GID of the caller in settings. * nix/libstore/build.cc (_chown): New function. (DerivationGoal::deleteTmpDir): Use it, change

Re: [PATCH 2/3] gnu: python-pyqt-5.5: Use non-inherited "configure" phase.

2016-12-05 Thread Hartmut Goebel
Am 05.12.2016 um 10:12 schrieb Hartmut Goebel: > * gnu/packages.qt.scm (python-pyqt-5.5, python2-pyqt-5.5)[arguments]: Copy > from (python-pyqt)[arguments]. @ricardo: Despite our discussion on Saturday I did simply copy the phase. This is much easier than creating a function to return the

Re: [PATCH] gnu: libreoffice: Add 'libreoffice' symlink.

2016-12-05 Thread Hartmut Goebel
Am 05.12.2016 um 13:25 schrieb ng0: > + (symlink > + (string-append out "/lib/libreoffice/program/soffice") > + (string-append bin "/libreoffice"))) That's a good idea. But why not a relative sym-link? -- Rega

[PATCH 3/3] gnu: python2-notebook: Fix build.

2016-12-05 Thread Hartmut Goebel
* gnu/packages/python.scm (python2-notebook)[properties]: Add python2-variant. (python2-notebook)[native-packages] add python2-mock. [arguments] Add phase "disable-test-case" for disabling a failing test. immediately --- gnu/packages/python.scm | 20 +++- 1 file changed, 19

[PATCH 1/3] gnu: python-ipython: Update to 4.0.3

2016-12-05 Thread Hartmut Goebel
* gnu/packages/python.scm (python-ipython, python2-ipython): Update to version 4.0.3. --- gnu/packages/python.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0df9496..67022d2 100644 --- a/gnu/packages/python.scm

[PATCH 2/3] gnu: python-ipython-genutils: Update description.

2016-12-05 Thread Hartmut Goebel
* gnu/packages/python.scm (python-ipython-genutils)[description]: Add deprecation note. --- gnu/packages/python.scm | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 67022d2..66c297c 100644 ---

[PATCH 3/3 v2] gnu: python-pyqt: Fix build by explicitly setting the stubsdir.

2016-12-05 Thread Hartmut Goebel
* gnu/packages.qt.scm (python-pyqt, python2-pyqt)[arguments]: In phase 'configure' pass option --stubsdir. --- gnu/packages/qt.scm | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index aaa7e1c..4a8fb6c 100644 ---

[PATCH 2/3] gnu: python-pyqt-5.5: Use non-inherited "configure" phase.

2016-12-05 Thread Hartmut Goebel
This allows passing different options for 5.5 than for the main version (which is currently 5.6). * gnu/packages.qt.scm (python-pyqt-5.5, python2-pyqt-5.5)[arguments]: Copy from (python-pyqt)[arguments]. --- gnu/packages/qt.scm | 30 ++ 1 file changed, 30

[PATCH 1/3] gnu: python2-pyqt-4: Change package name to python2-pyqt.

2016-12-05 Thread Hartmut Goebel
* gnu/packages/qt.scm (python2-pyqt-4)[package]: Change "name" python2-pyqt. --- gnu/packages/qt.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index ae951aa..fc4700e 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@

[PATCH 0/3] Fixes for python-pyqt

2016-12-05 Thread Hartmut Goebel
gnu: python2-pyqt-4: Change package name to python2-pyqt. The package *name* contained the version, makeing it impossible to install via python2-pyqt@4. Curiously the Pyhton 3 package (python-pyqt) already had the correct name. gnu: python-pyqt-5.5: Use non-inherited

Re: [PATCH] gnu: python-pyqt: Fix build by explicitly setting the stubsdir.

2016-12-05 Thread Hartmut Goebel
n updated patch. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: [PATCH v2 4/4] gnu: python2-flask: Pick up python-flask's native-inputs.

2016-12-04 Thread Hartmut Goebel
se python installation, even for Python 2. There is no need for adding it here. guix lint should tell you so :-) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: Preparing mass-packaging of 338 KDE application - how to do?

2016-12-04 Thread Hartmut Goebel
KDE, KDE developers or Debian maintainers we can ask for supporting our efforts? Esp. for the desktop services it would be great if somebody already knowing the software could assist. May we (Ludo?) could ask the KDE e.V. for assistance? How does this sound? Comments are welcome! -- Regard

[PATCH] gnu: python-pyqt: Fix build by explicitly setting the stubsdir.

2016-12-02 Thread Hartmut Goebel
Without this option the stub files are tried to be installed into the python package's site-package directory. * gnu/packages.qt.scm (python-pyqt, python2-pyqt)[arguments]: In phase 'configure' pass option --stubsdir. --- gnu/packages/qt.scm | 4 +++- 1 file changed, 3 insertions(+), 1

Re: [PATCH 0/5] Fixes for packages with new python build sytem

2016-12-02 Thread Hartmut Goebel
Am 02.12.2016 um 16:45 schrieb Marius Bakke: > > Thanks! These LGTM. Pushed as 447b947. Thansk for the quick review. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

[PATCH 0/5] Fixes for packages with new python build sytem

2016-12-02 Thread Hartmut Goebel
This patches fixes some build issues caused by using the new python build system. Hartmut Goebel (5): gnu: calibre: Do not use python setuptools for building. gnu: python-numpydoc: Correct inputs. gnu: python2-ipython: Fix inputs. gnu: python-numpy: Fix inputs. gnu: dblatex: Update

[PATCH 5/5] gnu: dblatex: Update comment.

2016-12-02 Thread Hartmut Goebel
* gnu/packages/docbook.scm (dblatex)[arguments]: Detail comment about why the use of setuptools needs to be disabled. --- gnu/packages/docbook.scm | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm index

[PATCH 2/5] gnu: python-numpydoc: Correct inputs.

2016-12-02 Thread Hartmut Goebel
This does what 213d1745c6adbfd274b1edc575529e026b0ab743 was supposed to do. * gnu/packages/python.scm (python-numpydoc, python-numpydoc) Change first of the duplicate [native-inputs] definitions to [propagated-inputs]. --- gnu/packages/python.scm | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH 1/5] gnu: calibre: Do not use python setuptools for building.

2016-12-02 Thread Hartmut Goebel
* gnu/packages/ebook.scm (calibre)[arguments]: Set #:use-setuptools? to false. --- gnu/packages/ebook.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index ad18716..3843fb2 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm

Re: gtk-doc build failure

2016-12-02 Thread Hartmut Goebel
would not call it a workaround but a solution :-) Are you going to update the comment? -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: i686 badly broken from premature 'python-build-system' merge

2016-12-01 Thread Hartmut Goebel
s not contain any entry related to python or setup.py after the patch-shebang phase. So the python related stuff seams not to be touched here. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: i686 badly broken from premature 'python-build-system' merge

2016-12-01 Thread Hartmut Goebel
Am 01.12.2016 um 11:06 schrieb Mark H Weaver: > yasm was apparently broken on i686 on the 'python-build-system' branch, Can you please send me the ./test-suite.log. Given only the information in the build log it is very hard to find the reason. -- Regards Hartmut Goebel | Hartmut Goe

Re: New python build system merged

2016-11-30 Thread Hartmut Goebel
@ build-succeeded /gnu/store/i4dl6i1rz6pvcqhh5g70vqhbpa0nkswj-swig-3.0.5.drv - /gnu/store/89rx3gby3b8f732alz3yrm0s78s0nnb8-swig-3.0.5 So hydra seems to have some problem, which makes it really hard to track down issues. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com

Re: [PATCH] gnu: python-pip: Update to 9.0.1

2016-11-30 Thread Hartmut Goebel
Hi, On Mon, 28 Nov 2016 17:08:49 -0800 Maxim Cournoyer wrote: > (inputs > - `(("python-setuptools" ,python-setuptools) … > + `(("python-setuptools" ,python-setuptools) setuptools is now part of each Python installation on Guix, even for python2 and pip

Re: [PATCH 4/4] gnu: kauth: Fix cmake macros to be used by other packages.

2016-11-29 Thread Hartmut Goebel
Am 29.11.2016 um 16:19 schrieb Ludovic Courtès: > OK with these changes, thanks! Pushed. Thanks for the review. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

New python build system merged

2016-11-29 Thread Hartmut Goebel
ishing this! -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

hydra builds report wrong status?

2016-11-29 Thread Hartmut Goebel
code"), but when looking at the log-file <https://hydra.gnu.org/build/1638256/log/tail-reload> I can spot no error. If this happens on our main build system, we may have major issues :-( Any clue what's going on there? -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@cra

Re: Please set up hdyra-job for python-branch

2016-11-29 Thread Hartmut Goebel
art > those builds), but others may be real. Thanks for this link. I was able to spot one failure. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

[PATCH 1/4] gnu: Update kde-frameworks to 5.28.

2016-11-28 Thread Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kpackage): Update to 5.28.1 (extra-cmake-modules, attica, bluez-qt, breeze-icons, kapidox, karchive, kcodecs, kconfig, kcoreaddons, kdbusaddons, kdnssd, kguiaddons, ki18n, kidletime, kitemmodels, kitemviews, kplotting, kwayland, kwidgetsaddons,

[PATCH 4/4] gnu: kauth: Fix cmake macros to be used by other packages.

2016-11-28 Thread Hartmut Goebel
* gnu/packages/kde-framework.scm (kauth)[phases]: New phase fix-cmake-install-paths. --- gnu/packages/kde-frameworks.scm | 11 +++ 1 file changed, 11 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 415b54d..fb7d7d9 100644 ---

[PATCH 3/4] gnu: extra-cmake-modules: Always install into /lib and not into /lib64.

2016-11-28 Thread Hartmut Goebel
* gnu/packages/kde-frameworks.scm (extra-cmake-modules)[phases]: New phase fix-lib-path. --- gnu/packages/kde-frameworks.scm | 5 + 1 file changed, 5 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 6109436..415b54d 100644 ---

[PATCH 0/4] Update kde-frameworks to 5.28 and related

2016-11-28 Thread Hartmut Goebel
macros to be used by other packages. This fixes a problem I discofered when packaging some of the KDE applications. These patches update Hartmut Goebel (4): gnu: Update kde-frameworks to 5.28. gnu: Add ksyntaxhighlighting. gnu: extra-cmake-modules: Always install into /lib

[PATCH 2/4] gnu: Add ksyntaxhighlighting.

2016-11-28 Thread Hartmut Goebel
* gnu/packages/kde-frameworks.scm (ksyntaxhighlighting): New variable. --- gnu/packages/kde-frameworks.scm | 51 + 1 file changed, 51 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 39d9821..6109436 100644

Re: [Patch v2] daemon: Set ownership of kept build directories to the calling user.

2016-11-28 Thread Hartmut Goebel
"nobody". How can I solve this? -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: RFH: Add prosody service

2016-11-28 Thread Hartmut Goebel
software does not support such config layers, debops implements them by adding the "global" and "common" settings to the "vhost" config-file. I really likes this feature :-) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com |

Re: Please set up hdyra-job for python-branch

2016-11-28 Thread Hartmut Goebel
tore/…-python2-mock-1.0.1.drv' is not valid texlive: guix archive: error: build failed: path /gnu/store/…-harfbuzz-1.2.4.drv' is not valid -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: [PATCH 1/2] gnu: Add dnscrypt-wrapper.

2016-11-28 Thread Hartmut Goebel
en >> > the two." > This (second description) is clear enough in my opinion. Whoever +1 Thanks for the update -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: [PATCH 1/2] gnu: Add dnscrypt-wrapper.

2016-11-27 Thread Hartmut Goebel
Am 26.11.2016 um 16:30 schrieb Marius Bakke: > + "Dnscrypt-wrapper can turn any DNS resolver into a @code{dnscrypt} > +compliant name server.") I would appreciate if you could be a bit more verbose here. What it this "dnscrypt" thing? -- Regards Hartmu

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