From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jack Hill Subject: bug#35154: guix package --show=openssh gnu/packages/curl.scm:55:4: error: libssh2: unbound variable Date: Thu, 4 Apr 2019 22:25:43 -0400 (EDT) Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="925712948-95517052-1554431144=:30127" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:46849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hCEYO-0002iC-3O for bug-guix@gnu.org; Thu, 04 Apr 2019 22:26:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hCEYN-0000YV-1K for bug-guix@gnu.org; Thu, 04 Apr 2019 22:26:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59598) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hCEYM-0000Xo-Sv for bug-guix@gnu.org; Thu, 04 Apr 2019 22:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hCEYM-0006bE-Na for bug-guix@gnu.org; Thu, 04 Apr 2019 22:26:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:46795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hCEY6-0002dG-BZ for bug-guix@gnu.org; Thu, 04 Apr 2019 22:25:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hCEY5-00088v-Br for bug-guix@gnu.org; Thu, 04 Apr 2019 22:25:46 -0400 Received: from minsky.hcoop.net ([104.248.1.95]:35392) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hCEY5-000854-5z for bug-guix@gnu.org; Thu, 04 Apr 2019 22:25:45 -0400 Received: from marsh.hcoop.net ([45.55.52.66]) by minsky.hcoop.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hCEY4-00013a-0U for bug-guix@gnu.org; Thu, 04 Apr 2019 22:25:44 -0400 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.org@gnu.org Sender: "bug-Guix" To: 35154@debbugs.gnu.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --925712948-95517052-1554431144=:30127 Content-Type: text/plain; format=flowed; charset=UTF-8 Content-Transfer-Encoding: 8BIT Hi Guix, When trying to run guix package --show with packages from the (gnu packages ssh) module, such as openssh, guile-ssh, and libssh, I get the following stack trace: $ guix package --show=openssh Backtrace: In ice-9/boot-9.scm: 3014:26 19 (_) In unknown file: 18 (primitive-load-path "gnu/packages/gnupg" #) In gnu/packages/gnupg.scm: 34:0 17 (_) In ice-9/boot-9.scm: 2874:4 16 (define-module* _ #:filename _ #:pure _ #:version _ # _ …) 2887:24 15 (_) 222:29 14 (map1 _) 222:29 13 (map1 _) 222:29 12 (map1 _) 222:29 11 (map1 _) 222:29 10 (map1 _) 222:17 9 (map1 (((gnu packages curl)) ((gnu packages crypto)) # …)) 2800:17 8 (resolve-interface (gnu packages curl) #:select _ #:hide …) In ice-9/threads.scm: 390:8 7 (_ _) In ice-9/boot-9.scm: 2726:13 6 (_) In ice-9/threads.scm: 390:8 5 (_ _) In ice-9/boot-9.scm: 2994:20 4 (_) 2312:4 3 (save-module-excursion _) 3014:26 2 (_) In unknown file: 1 (primitive-load-path "gnu/packages/curl" #) In gnu/packages/curl.scm: 55:4 0 (_) gnu/packages/curl.scm:55:4: error: libssh2: unbound variable $ guix describe Generation 123 Apr 04 2019 22:02:49 (current) guix-at-duke a9674ec repository URL: https://gitlab.oit.duke.edu/jackhill/guix-at-duke.git branch: master commit: a9674ec7b0decac94745c91df886817e2fc8a91b guix 54c9d7b repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 54c9d7bb69847c89a7193347f858bb4e9476f7df To me, the error looks like a missing module import or simmilar, but I can't spot it. Perhaps it is something else. Best, Jack --925712948-95517052-1554431144=:30127--