all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Cyril Roelandt <tipecaml@gmail.com>
To: 21675@debbugs.gnu.org
Subject: bug#21675: Guix environment is incredibly slow when using Python2 packages
Date: Mon, 12 Oct 2015 23:31:02 +0200	[thread overview]
Message-ID: <561C2696.6080800@gmail.com> (raw)

Let's look at the following command, which behaves as expected:

$ time guix environment --ad-hoc --pure python-pbr python-babel
python-iso8601 python-debtcollector python-netaddr python-oslo.config
python-oslo.i18n python-oslo.serialization python-oslo.utils
python-prettytable python-requests python-six python-stevedore
python-coverage python-discover python-fixtures python-keyring
python-lxml python-mock python-oauthlib python-oslotest python-pycrypto
python-requests-mock python-sphinx python-testrepository
python-testresources python-testtools python-webob python-bandit
python-setuptools python-pbr openssl python --exec="echo done"
done

real    0m5.043s
user    0m4.672s
sys     0m0.148s

Its Python2 counterpart is incredibly slow:

$ time guix environment --ad-hoc --pure python2-pbr python2-babel
python2-iso8601 python2-debtcollector python2-netaddr python2-oslo.config
python2-oslo.i18n python2-oslo.serialization python2-oslo.utils
python2-prettytable python2-requests python2-six python2-stevedore
python2-coverage python2-discover python2-fixtures
python2-keyring python2-lxml python2-mock python2-oauthlib
python2-oslotest python2-pycrypto python2-requests-mock
python2-sphinx python2-testrepository
python2-testresources python2-testtools python2-webob python2-bandit
python2-setuptools python2-pbr openssl python-2 --exec="echo done"
warning: failed to install locale: Invalid argument
done

real	9m16.557s
user	9m7.868s
sys	0m8.128s


This makes "guix environment" unusable with Python 2.


Cyril.

             reply	other threads:[~2015-10-12 21:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-12 21:31 Cyril Roelandt [this message]
2015-10-12 22:07 ` bug#21675: Guix environment is incredibly slow when using Python2 packages Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=561C2696.6080800@gmail.com \
    --to=tipecaml@gmail.com \
    --cc=21675@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.