From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 16 11:18:50 2021 Received: (at submit) by debbugs.gnu.org; 16 Sep 2021 15:18:50 +0000 Received: from localhost ([127.0.0.1]:56235 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQtA1-0005SB-T8 for submit@debbugs.gnu.org; Thu, 16 Sep 2021 11:18:50 -0400 Received: from lists.gnu.org ([209.51.188.17]:44334) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQt9x-0005S1-Q8 for submit@debbugs.gnu.org; Thu, 16 Sep 2021 11:18:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37782) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mQt9x-0003Go-JN for bug-guix@gnu.org; Thu, 16 Sep 2021 11:18:45 -0400 Received: from mout-p-201.mailbox.org ([80.241.56.171]:47440) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1mQt9s-0000Pf-L7 for bug-guix@gnu.org; Thu, 16 Sep 2021 11:18:44 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:105:465:1:4:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4H9LM72zxGzQkhq for ; Thu, 16 Sep 2021 17:18:27 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1631805505; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=gM8FtQUDexCLcrNcXHC6kObyLXTd/h0CdXoyUUDZjco=; b=x6TjTIDS12+CD70avr0I0+Pjb8h5mstiR1Vd2sl8lTn06I0fmcjaUJ47SAYDQB4h4UjBq1 FPSTETYQB8Wbq2WdD5FfE+ybCGxwrbZ7TPgp9MvLLT+OXj4q9rT4ulGPOynRkKgO3bq5mh 4ySjziQnFJeqpYl01NeMxcWV4jkNgp109fjCRULaIDCAsfDaYJdnlq2JxLNjjTiCu2yt1X bVJ2TGrCB2vSJ3e9brgqaYTk42JrFtU3bRDqJEeVIeNJm3aleVgkGrWHaSjzJyy4A33n9y Wi8ai1HF5M0d6rczRtQ7aVACyDcjxP4GMQmA/X+Bl2rljsDDjIDU0dqU2a0i/w== Date: Thu, 16 Sep 2021 17:18:18 +0200 (CEST) From: Brendan Tildesley To: "bug-guix@gnu.org" Message-ID: <1078398420.3830.1631805502294@office.mailbox.org> Subject: Importing (gnu packages lxqt) in gnu/packages/kde-frameworks.scm causes unbound variable error. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Priority: 3 Importance: Normal X-Rspamd-Queue-Id: 3A49526A Received-SPF: pass client-ip=80.241.56.171; envelope-from=mail@brendan.scot; helo=mout-p-201.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit 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: -2.6 (--) I want to use libdbusmenu-qt in kde-frameworks.scm, but just adding #:use-m= odules (gnu packages lxqt) and running some guix package command results in this. What should I do? Th= anks. $ ./pre-inst-env guix show knotifications ;;; note: source file /home/b/code/guix-cryfs/gnu/packages/kde-frameworks.s= cm ;;; newer than compiled /home/b/code/guix-cryfs/gnu/packages/kde-fram= eworks.go ;;; note: source file /home/b/code/guix-cryfs/gnu/packages/kde-frameworks.s= cm ;;; newer than compiled /run/current-system/profile/lib/guile/3.0/sit= e-ccache/gnu/packages/kde-frameworks.go error: curl: unbound variable hint: Did you forget a `use-modules' form? error: googletest: unbound variable hint: Did you forget a `use-modules' form? error: bzip2: unbound variable hint: Did you forget a `use-modules' form? error: binutils: unbound variable hint: Did you forget a `use-modules' form? error: gcc-4.9: unbound variable hint: Did you forget a `use-modules' form? error: python-2: unbound variable hint: Did you forget a `use-modules' form? error: tcc: unbound variable hint: Did you forget a `use-modules' form? error: gnu-make: unbound variable hint: Did you forget a `use-modules' form? error: unzip: unbound variable hint: Did you forget a `use-modules' form? error: binutils: unbound variable hint: Did you forget a `use-modules' form? error: perl: unbound variable hint: Did you forget a `use-modules' form? error: coreutils: unbound variable hint: Did you forget a `use-modules' form? Throw to key `unbound-variable' with args `("resolve-interface" "no binding= `~A' in module ~A" (python (gnu packages python)) #f)'. Backtrace: In ice-9/boot-9.scm: 1752:10 19 (with-exception-handler _ _ #:unwind? _ # _) In unknown file: 18 (apply-smob/0 #) In ice-9/boot-9.scm: 724:2 17 (call-with-prompt _ _ #) In ice-9/eval.scm: 619:8 16 (_ #(#(#))) In guix/ui.scm: 2185:7 15 (run-guix . _) 2148:10 14 (run-guix-command _ . _) In ice-9/boot-9.scm: 1752:10 13 (with-exception-handler _ _ #:unwind? _ # _) In guix/scripts/package.scm: 906:9 12 (_) In srfi/srfi-1.scm: 634:9 11 (for-each # =E2=80=A6) In guix/scripts/package.scm: 911:29 10 (_ _) In gnu/packages.scm: 292:55 9 (_ "knotifications" _) In unknown file: 8 (force #) In gnu/packages.scm: 239:33 7 (fold-packages # =E2=80=A6) In guix/discovery.scm: 153:11 6 (all-modules _ #:warn _) In srfi/srfi-1.scm: 460:18 5 (fold # =E2=80=A6) In guix/discovery.scm: 143:19 4 (_ _ ()) In srfi/srfi-1.scm: 691:23 3 (filter-map #= . #) In guix/discovery.scm: 118:22 2 (_ . _) In guix/ui.scm: 324:2 1 (report-unbound-variable-error _ #:frame _) In ice-9/boot-9.scm: 1685:16 0 (raise-exception _ #:continuable? _) ice-9/boot-9.scm:1685:16: In procedure raise-exception: Throw to key `match-error' with args `("match" "no matching pattern" (unbou= nd-variable "resolve-interface" "no binding `~A' in module ~A" (python (gnu= packages python)) #f))'.