From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#35154: guix package --show=openssh gnu/packages/curl.scm:55:4: error: libssh2: unbound variable Date: Fri, 05 Apr 2019 18:30:05 +0200 Message-ID: <8736mwxvn6.fsf@elephly.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:51080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hCRkH-0003pK-7H for bug-guix@gnu.org; Fri, 05 Apr 2019 12:31:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hCRkE-0000C4-9r for bug-guix@gnu.org; Fri, 05 Apr 2019 12:31:12 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60916) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hCRk8-00006w-LH for bug-guix@gnu.org; Fri, 05 Apr 2019 12:31:07 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hCRk6-0003qs-IU for bug-guix@gnu.org; Fri, 05 Apr 2019 12:31:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: 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: Jack Hill Cc: 35154@debbugs.gnu.org Jack Hill writes: > On Fri, 5 Apr 2019, znavko@tutanota.com wrote: > >> As I know it seems like need to run `guix pull` to update your scheme files. > > After guix pulling, I still see the problem with the latest Guix. My > guix describe information: > > $ guix describe > Generation 124 Apr 05 2019 11:24:29 (current) > guix-at-duke a9674ec > repository URL: https://gitlab.oit.duke.edu/jackhill/guix-at-duke.git > branch: master > commit: a9674ec7b0decac94745c91df886817e2fc8a91b > guix 3a66563 > repository URL: https://git.savannah.gnu.org/git/guix.git > branch: master > commit: 3a665637afc32a142dc24a77ce7ce9235eb6a3af I think (gnu packages curl) is not correct because it provides libssh2-1.8.0, which inherits from a package that is in (gnu packages ssh). The definition of libssh2-1.8.0 should probably be moved to (gnu packages ssh). -- Ricardo