bug#27862: tor-hidden-service should support IPv6

2017-07-28 Thread ng0
Right now the tor-hidden-service only supports IPv4 naming scheme, while it is possible to define IPv6 for tor aswell. Someone should fix this. -- ng0 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://n0is.noblogs.org/my-keys https://www.infotropique.org https://krosos.org

bug#27861: python-graphene testsuite fails on x86_64

2017-07-28 Thread ng0
With the added 'python-pytest-3.0' dependency, the question for the dependency is solved (which is a current failure), afterwards you get to this one: phase `build' succeeded after 1.3 seconds starting phase `check' running "python setup.py" with command "test" and parameters () running test

bug#27590: artanis has a bundled and customized copy of guile-json package

2017-07-28 Thread Adonay Felipe Nogueira
Also see the reply given by Mx. Ginrut: [[https://lists.gnu.org/archive/html/artanis/2017-07/msg1.html]].

bug#27590: artanis has a bundled and customized copy of guile-json package

2017-07-28 Thread Adonay Felipe Nogueira
The following patch is an attempt to fix this. I noticed that the '->json-string procedure doesn't exist in the official guile-json. I tried checking for it also in multiple revisions, but couldn't find it. Due to my lack of understanding on how both GNU Artanis and guile-json work internally, I

bug#27858: Conda (on guix) does not activate environments

2017-07-28 Thread Frederick Muriithi
Additional Information When installed from conda's documentation, conda installs the following packages into conda's root environment by default: asn1crypto, cffi, conda, conda-env, cryptography, idna, libffi, openssl, packaging, pip, pycosat, pycparser, pyopenssl, pyparsing, python, readline,

bug#27858: Conda (on guix) does not activate environments

2017-07-28 Thread Frederick Muriithi
1) Install conda into a profile: guix package --install=conda --profile=$HOME/guix_profiles/conda 2) Activate the profile: source $HOME/guix_profiles/conda/etc/profile 3) Create an environment with conda and install biopython conda create --name test-env biopython 4) Try to

bug#27858: Conda (on guix) does not activate environments

2017-07-28 Thread Pjotr Prins
Hi Fred, Can you send the exact commands you are using so we can replicate the issue? Pj. --

bug#27858: Conda (on guix) does not activate environments

2017-07-28 Thread Frederick Muriithi
I have come across a bug on conda, installed via guix, that does not seem to be present when conda is installed via the process at https://conda.io/docs/install/quick.html#linux-miniconda-install The issue - Conda (on guix) does not activate environments Command ran --- source