From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: bug#39147: asymptote: missing xasy PyQt5 dependency Date: Thu, 16 Jan 2020 17:11:19 +0100 Message-ID: <877e1rv0t4.fsf@nicolasgoaziou.fr> References: <1d431a5460d2ac739b922df93c9413e2f401fb1f.camel@alaskasi.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39010) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1is7kZ-0002sr-TK for bug-guix@gnu.org; Thu, 16 Jan 2020 11:12:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1is7kY-0004bi-So for bug-guix@gnu.org; Thu, 16 Jan 2020 11:12:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:60538) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1is7kY-0004ba-Pt for bug-guix@gnu.org; Thu, 16 Jan 2020 11:12:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1is7kY-00011Y-KK for bug-guix@gnu.org; Thu, 16 Jan 2020 11:12:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <1d431a5460d2ac739b922df93c9413e2f401fb1f.camel@alaskasi.com> (Christopher Howard's message of "Wed, 15 Jan 2020 13:28:08 -0900") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: Christopher Howard Cc: 39147-done@debbugs.gnu.org Hello, Christopher Howard writes: > christopher@eowyn ~$ guix time-machine -- > commit=44ce3ebb46a4e63a892ef1aac2c7b5fa3dec28ce -- environment -- > container --ad-hoc asymptote > Updating channel 'guix' from Git repository at > '/home/christopher/Repos/guix-local'... > > building database for manual pages... > building /gnu/store/05illyrpjjbfcan3cs1n632ixr2a0cpf-profile.drv... > guix environment: error: mount: mount "/home/christopher" on > "/tmp/guix-directory.s2enGM//home/christopher": Invalid argument > christopher@eowyn ~$ guix time-machine -- > commit=44ce3ebb46a4e63a892ef1aac2c7b5fa3dec28ce -- environment --pure > --ad-hoc asymptote > Updating channel 'guix' from Git repository at > '/home/christopher/Repos/guix-local'... > christopher@eowyn ~ [env]$ echo $PATH > /gnu/store/g5flp9s0d50z20dhla31949glwmny8y3-profile/bin > christopher@eowyn ~ [env]$ /gnu/store/g5flp9s0d50z20dhla31949glwmny8y3- > profile/bin/xasy > Traceback (most recent call last): > File "/gnu/store/g5flp9s0d50z20dhla31949glwmny8y3-profile/bin/xasy", > line 4, in > import PyQt5.QtWidgets as Qw > ModuleNotFoundError: No module named 'PyQt5' Fixed in 1b4c5af29c364969dbeb33681d641640283fbced. Thank you! Regards, -- Nicolas Goaziou