unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Giovanni Biscuolo <g@xelera.eu>
To: guix-devel@gnu.org
Subject: problem compiling Guix commit f70ff65e0e
Date: Thu, 17 Jun 2021 15:28:39 +0200	[thread overview]
Message-ID: <8735tgmxh4.fsf@xelera.eu> (raw)

[-- Attachment #1: Type: text/plain, Size: 9840 bytes --]

Hello,

I'm having problems compiling a new package after I made "git pull" from
master this morinig, commit f70ff65e0e.

AFAIU my developer env is set up as described in the manual ("Running
Guix Before), please am I making some mistake or is there an issue in
some guix commit?

This is what I'm doing: after a build error on a new package I'm
defining ("ruby-taskjuggler" in ruby.scm), I've (re)configured with
"./configure -localstatedir=/var" but the error is still there.

--8<---------------cut here---------------start------------->8---

giovanni@roquette: ./pre-inst-env guix build ruby-taskjuggler
WARNING: Use of `load' in declarative module (guix ui).  Add #:declarative? #f to your define-module invocation.

[OMISSIS]

error: bzip2: unbound variable
hint: Did you forget a `use-modules' form?

[OMISSIS]

error: libvpx: unbound variable
hint: Did you forget a `use-modules' form?

error: python2-numpy: unbound variable
hint: Did you forget a `use-modules' form?

error: guile-squee: unbound variable
hint: Did you forget a `use-modules' form?

error: gnu-make: unbound variable
hint: Did you forget a `use-modules' form?

[OMISSIS]

--8<---------------cut here---------------end--------------->8---

I'm getting errors from modules I did not touch.

I also try to make:

--8<---------------cut here---------------start------------->8---

giovanni@roquette: make
  GEN      .version
make  all-recursive
make[1]: Entering directory '/home/giovanni/{git}/giovanni.biscuolo.net/guix'
Making all in po/guix
make[2]: Entering directory '/home/giovanni/{git}/giovanni.biscuolo.net/guix/po/guix'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/giovanni/{git}/giovanni.biscuolo.net/guix/po/guix'
Making all in po/packages
make[2]: Entering directory '/home/giovanni/{git}/giovanni.biscuolo.net/guix/po/packages'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/giovanni/{git}/giovanni.biscuolo.net/guix/po/packages'
make[2]: Entering directory '/home/giovanni/{git}/giovanni.biscuolo.net/guix'
Updating ./doc/version.texi
  MAKEINFO doc/guix.info
  GEN      scripts/guix
Compiling Scheme modules...
[  0%] LOAD     guix/base16.scm
[  0%] LOAD     guix/base32.scm
[  0%] LOAD     guix/base64.scm
[  0%] LOAD     guix/ci.scm
WARNING: Use of `load' in declarative module (guix ui).  Add #:declarative? #f to your define-module invocation.
[  0%] LOAD     guix/cpio.scm
[  0%] LOAD     guix/deprecation.scm

[OMISSIS]

[  6%] LOAD     guix/build/ant-build-system.scm
WARNING: (guix build ant-build-system): imported module (guix build utils) overrides core binding `delete'
[  6%] LOAD     guix/build/download.scm
[  6%] LOAD     guix/build/download-nar.scm
[  6%] LOAD     guix/build/cargo-build-system.scm
WARNING: (guix build cargo-build-system): imported module (guix build utils) overrides core binding `delete'
[  6%] LOAD     guix/build/cargo-utils.scm
[  6%] LOAD     guix/build/chicken-build-system.scm
WARNING: (guix build chicken-build-system): imported module (guix build utils) overrides core binding `delete'
[  6%] LOAD     guix/build/cmake-build-system.scm
WARNING: (guix build cmake-build-system): imported module (guix build utils) overrides core binding `delete'
[  6%] LOAD     guix/build/dub-build-system.scm
WARNING: (guix build dub-build-system): imported module (guix build utils) overrides core binding `delete'
[  6%] LOAD     guix/build/dune-build-system.scm
WARNING: (guix build ocaml-build-system): imported module (guix build utils) overrides core binding `delete'
WARNING: (guix build dune-build-system): imported module (guix build utils) overrides core binding `delete'
[  6%] LOAD     guix/build/emacs-build-system.scm
[  6%] LOAD     guix/build/meson-build-system.scm
WARNING: (guix build meson-build-system): imported module (guix build utils) overrides core binding `delete'
[  6%] LOAD     guix/build/minify-build-system.scm
WARNING: (guix build minify-build-system): imported module (guix build utils) overrides core binding `delete'
[  6%] LOAD     guix/build/font-build-system.scm
WARNING: (guix build font-build-system): imported module (guix build utils) overrides core binding `delete'
[  6%] LOAD     guix/build/go-build-system.scm
WARNING: (guix build go-build-system): imported module (guix build utils) overrides core binding `delete'
[  6%] LOAD     guix/build/android-repo.scm
[  6%] LOAD     guix/build/asdf-build-system.scm
WARNING: (guix build asdf-build-system): imported module (guix build utils) overrides core binding `delete'
[  7%] LOAD     guix/build/bzr.scm
[  7%] LOAD     guix/build/copy-build-system.scm
WARNING: (guix build copy-build-system): imported module (guix build utils) overrides core binding `delete'
[  7%] LOAD     guix/build/git.scm
[  7%] LOAD     guix/build/hg.scm
[  7%] LOAD     guix/build/glib-or-gtk-build-system.scm
[  7%] LOAD     guix/build/gnu-bootstrap.scm
[  7%] LOAD     guix/build/gnu-build-system.scm
[  7%] LOAD     guix/build/gnu-dist.scm
WARNING: (guix build gnu-dist): imported module (guix build utils) overrides core binding `delete'
[  7%] LOAD     guix/build/guile-build-system.scm
WARNING: (guix build guile-build-system): imported module (guix build utils) overrides core binding `delete'
[  7%] LOAD     guix/build/maven-build-system.scm
WARNING: (guix build maven-build-system): imported module (guix build utils) overrides core binding `delete'
[  7%] LOAD     guix/build/node-build-system.scm
[  7%] LOAD     guix/build/perl-build-system.scm
WARNING: (guix build perl-build-system): imported module (guix build utils) overrides core binding `delete'
[  7%] LOAD     guix/build/python-build-system.scm
WARNING: (guix build python-build-system): imported module (guix build utils) overrides core binding `delete'
[  7%] LOAD     guix/build/ocaml-build-system.scm
[  7%] LOAD     guix/build/qt-build-system.scm
[  7%] LOAD     guix/build/r-build-system.scm
WARNING: (guix build r-build-system): imported module (guix build utils) overrides core binding `delete'
[  7%] LOAD     guix/build/renpy-build-system.scm
WARNING: (guix build renpy-build-system): imported module (guix build utils) overrides core binding `delete'
[  7%] LOAD     guix/build/rakudo-build-system.scm
WARNING: (guix build rakudo-build-system): imported module (guix build utils) overrides core binding `delete'
[  8%] LOAD     guix/build/ruby-build-system.scm
WARNING: (guix build ruby-build-system): imported module (guix build utils) overrides core binding `delete'
[  8%] LOAD     guix/build/scons-build-system.scm
WARNING: (guix build scons-build-system): imported module (guix build utils) overrides core binding `delete'
[  8%] LOAD     guix/build/texlive-build-system.scm
WARNING: (guix build texlive-build-system): imported module (guix build utils) overrides core binding `delete'
[  8%] LOAD     guix/build/waf-build-system.scm
WARNING: (guix build waf-build-system): imported module (guix build utils) overrides core binding `delete'
[  8%] LOAD     guix/build/haskell-build-system.scm
WARNING: (guix build haskell-build-system): imported module (guix build utils) overrides core binding `delete'
[  8%] LOAD     guix/build/julia-build-system.scm
WARNING: (guix build julia-build-system): imported module (guix build utils) overrides core binding `delete'
[  8%] LOAD     guix/build/linux-module-build-system.scm

[OMISSIS]

[  9%] LOAD     guix/import/cran.scm
[  9%] LOAD     guix/import/crate.scm
;;; Failed to autoload semver-range-contains? in (semver ranges):
;;; no code for module (semver ranges)
;;; Failed to autoload semver-range-contains? in (semver ranges):
;;; no code for module (semver ranges)
;;; Failed to autoload string->semver-range in (semver ranges):
;;; no code for module (semver ranges)
;;; Failed to autoload string->semver in (semver):
;;; no code for module (semver)
;;; Failed to autoload string->semver-range in (semver ranges):
;;; no code for module (semver ranges)
;;; Failed to autoload semver-range-contains? in (semver ranges):
;;; no code for module (semver ranges)
;;; Failed to autoload semver-range-contains? in (semver ranges):
;;; no code for module (semver ranges)
;;; Failed to autoload string->semver in (semver):
;;; no code for module (semver)
;;; Failed to autoload string->semver in (semver):
;;; no code for module (semver)
;;; Failed to autoload semver<? in (semver):
;;; no code for module (semver)
;;; Failed to autoload semver->string in (semver):
;;; no code for module (semver)
;;; Failed to autoload string->semver-range in (semver ranges):
;;; no code for module (semver ranges)
;;; Failed to autoload semver-range-contains? in (semver ranges):
;;; no code for module (semver ranges)
;;; Failed to autoload semver-range-contains? in (semver ranges):
;;; no code for module (semver ranges)
;;; Failed to autoload string->semver in (semver):
;;; no code for module (semver)
;;; Failed to autoload semver<? in (semver):
;;; no code for module (semver)
[ 10%] LOAD     guix/import/egg.scm
[ 10%] LOAD     guix/import/elpa.scm

[OMISSIS]

[ 11%] LOAD     guix/scripts/hash.scm
[ 11%] LOAD     guix/scripts/pack.scm
ice-9/eval.scm:293:34: error: This: unbound variable
hint: Did you forget a `use-modules' form?

make[2]: *** [Makefile:6885: make-go] Error 1
make[2]: Leaving directory '/home/giovanni/{git}/giovanni.biscuolo.net/guix'
make[1]: *** [Makefile:5985: all-recursive] Error 1
make[1]: Leaving directory '/home/giovanni/{git}/giovanni.biscuolo.net/guix'
make: *** [Makefile:3780: all] Error 2

--8<---------------cut here---------------end--------------->8---

Happy hacking! Giovanni.

-- 
Giovanni Biscuolo

Xelera IT Infrastructures

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 849 bytes --]

             reply	other threads:[~2021-06-17 13:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-17 13:28 Giovanni Biscuolo [this message]
2021-06-17 13:49 ` [FALSE ALARM] Re: problem compiling Guix commit f70ff65e0e Giovanni Biscuolo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8735tgmxh4.fsf@xelera.eu \
    --to=g@xelera.eu \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).