From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jack Hill Subject: Problem with building service from my channel Date: Mon, 10 Jun 2019 15:47:12 -0400 (EDT) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59554) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1haQGD-0006lg-QH for help-guix@gnu.org; Mon, 10 Jun 2019 15:47:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1haQGC-0001Z6-KM for help-guix@gnu.org; Mon, 10 Jun 2019 15:47:17 -0400 Received: from minsky.hcoop.net ([104.248.1.95]:55902) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1haQGC-0001WO-FW for help-guix@gnu.org; Mon, 10 Jun 2019 15:47:16 -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 1haQG8-000854-Um for help-guix@gnu.org; Mon, 10 Jun 2019 15:47:12 -0400 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hi Guix, I have defined the planisphere-report-service-type in my channel This has been working well for me, and I have most recently been able to build my channel with `guix pull` with the following version of guix: ``` $ guix describe Generation 5 Jun 10 2019 13:44:44 (current) guix 31775e4 repository URL: https://git.savannah.gnu.org/git/guix.git commit: 31775e400e05fb05fff0de4d3ffbf9549fe20994 guix-at-duke 363d627 repository URL: https://gitlab.oit.duke.edu/jackhill/guix-at-duke.git branch: master commit: 363d6270d5e3505c34aa0dbfa221f64421497587 ``` However, when I try to pull the most recent guix, aec9bb8793ca75a5bbc1731460ed4eb388764202, the build of my channel fails: ``` building /gnu/store/hycfgn8iiy9z205zi1174sgcgs0vnm5r-guix-at-duke.drv... |builder for `/gnu/store/hycfgn8iiy9z205zi1174sgcgs0vnm5r-guix-at-duke.drv' failed to produce output path `/gnu/store/kd88fi3fsbghnscxp0ccjrzh0si055mg-guix-at-duke' build of /gnu/store/hycfgn8iiy9z205zi1174sgcgs0vnm5r-guix-at-duke.drv failed View build log at '/var/log/guix/drvs/hy/cfgn8iiy9z205zi1174sgcgs0vnm5r-guix-at-duke.drv.bz2'. ``` The build log is; ``` (repl-version 0 0) (exception misc-error (value #f) (value "Unbound variable: ~s") (value (mcron-service-type)) (value #f)) ``` Presumably there was some change to the mcron-service-type recently that requires changes in my channel, but I don't see what they could be or how to fix my channel. What's going on here? What is the Guile exception trying to tell me? Best, Jack