From debbugs-submit-bounces@debbugs.gnu.org Tue May 14 04:36:03 2019 Received: (at 35640) by debbugs.gnu.org; 14 May 2019 08:36:03 +0000 Received: from localhost ([127.0.0.1]:47218 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hQSup-0002wy-0S for submit@debbugs.gnu.org; Tue, 14 May 2019 04:36:03 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:51808) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hQSum-0002wY-Ri for 35640@debbugs.gnu.org; Tue, 14 May 2019 04:36:01 -0400 Received: from localhost (178.113.152.22.wireless.dyn.drei.com [178.113.152.22]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 242B43360B64; Tue, 14 May 2019 10:35:59 +0200 (CEST) Date: Tue, 14 May 2019 10:35:55 +0200 From: Danny Milosavljevic To: "pelzflorian (Florian Pelz)" Subject: Re: bug#35640: Make USB modems just work on Guix Message-ID: <20190514103555.1b2a6316@scratchpost.org> In-Reply-To: <20190513210443.y2xs7fsvxwng3zjz@pelzflorian.localdomain> References: <20190508182607.wcjfxkoqwcvzrdmt@pelzflorian.localdomain> <87v9yjd51k.fsf@gnu.org> <20190513205720.k2bruoaa5zpdslhu@pelzflorian.localdomain> <20190513210443.y2xs7fsvxwng3zjz@pelzflorian.localdomain> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/Fc60.kH_9veWOswpU=uUOy9"; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 35640 Cc: 35640@debbugs.gnu.org, Ludovic =?ISO-8859-1?Q?Court=E8s?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --Sig_/Fc60.kH_9veWOswpU=uUOy9 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Florian, On Mon, 13 May 2019 23:04:43 +0200 "pelzflorian (Florian Pelz)" wrote: > On Mon, May 13, 2019 at 10:57:20PM +0200, pelzflorian (Florian Pelz) wrot= e: > > Also attached is my current work-in-progress package for > > USB_ModeSwitch. It does *not* work because I cannot figure out how to > > use tcl in the package=E2=80=99s inputs field. > >=20 > > #:use-module gives me errors; only (@ (gnu packages tcl) tcl) appears > > to work. The problem is there's a use-modules cycle somewhere. > I uploaded >=20 > + (inputs `(("libusb" ,libusb) > + ("tcl" ,(error tcl:tcl)))) >=20 > This was a mistake, I mean >=20 > + (inputs `(("libusb" ,libusb) > + ("tcl" tcl:tcl))) Should be (inputs `(("libusb" ,libusb) ("tcl" ,tcl:tcl))) But I guess you meant that anyway. The problem is there's a use-modules cycle somewhere. Try putting usb-modeswitch in another module (a new one if necessary). Also, does it really require tcl? Sounds kinda weird to me. --Sig_/Fc60.kH_9veWOswpU=uUOy9 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlzafesACgkQ5xo1VCww uqU/nQf/ZMQLpCGA/PwGV0wXcbkdhVHJDBngI+j+e9Po090bp8xM7mOctmQpojW/ TUs4QN4iiMVn8FxPkay9yao6Ald9msxU5M66XeSdHOxHn6Vg8l6EjkMIimCclyWQ cxqcUVs/fPzOf9ovwxercSzbm02kq08Q+WOLBcLeD5ZJXgq9yQnF8jS/Y6E5w8zC yEjFOm/6xU8c9pZNVfgZeBoWEkF8d8P+WqxkcVvha5M5XnhgdnLVEH+hmzRKXs7m g71asVofV2O6SfIqC3/bMWn2XFwTWsnaR/yxKv8Q1xfbq6u9McPqlZdoSG/OUQxd xqQ1ly7hRX2D47w8DFtnwBU5lk7BPA== =DCBn -----END PGP SIGNATURE----- --Sig_/Fc60.kH_9veWOswpU=uUOy9--