unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Julien Lepiller <julien@lepiller.eu>
To: help-guix@gnu.org, jgart <jgart@dismail.de>
Subject: Re: All 75 channel news entries are valid
Date: Tue, 15 Nov 2022 07:04:42 +0100	[thread overview]
Message-ID: <841A5952-2F3F-470B-9243-F4BEA672B98F@lepiller.eu> (raw)
In-Reply-To: <20221114164402.GB15210@dismail.de>

Hi jgart, are you trying to use -L in the guix repository? Use pre-inst-env instead.

Le 14 novembre 2022 23:44:02 GMT+01:00, jgart <jgart@dismail.de> a écrit :
>Hi,
>
>has anyone ever gotten this backtrace before? I was trying to update
>`emacs-crdt`:
>
> guix-shell  guix build -L . emacs-crdt
>guix build: warning: failed to load '(build-aux build-self)':
>no code for module (build-aux build-self)
>./build-aux/build-self.scm:19:0: warning: module name (build-self) does not match file name 'build-aux/build-self.scm'
>hint: File `./build-aux/build-self.scm' should probably start with:
>
>     (define-module (build-aux build-self))
>
>guix build: All 75 channel news entries are valid.
>guix build: warning: failed to load '(build-aux check-channel-news)':
>no code for module (build-aux check-channel-news)
>hint: File `./build-aux/check-channel-news.scm' should probably start with:
>
>     (define-module (build-aux check-channel-news))
>
>checking final inputs for 'x86_64-linux'...
>guix/packages.scm:1616:38: warning: resolving './gnu/packages/ld-wrapper.in' relative to current directory
>guix/packages.scm:1616:38: warning: resolving './gnu/packages/ld-wrapper.in' relative to current directory
>guix/packages.scm:1616:38: warning: resolving './gnu/packages/ld-wrapper.in' relative to current directory
>checking final inputs for 'aarch64-linux'...
>guix/packages.scm:1616:38: warning: resolving './gnu/packages/ld-wrapper.in' relative to current directory
>guix/packages.scm:1616:38: warning: resolving './gnu/packages/ld-wrapper.in' relative to current directory
>guix/packages.scm:1616:38: warning: resolving './gnu/packages/ld-wrapper.in' relative to current directory
>checking final inputs for 'powerpc64le-linux'...
>guix/packages.scm:1616:38: warning: resolving './gnu/packages/ld-wrapper.in' relative to current directory
>guix/packages.scm:1616:38: warning: resolving './gnu/packages/ld-wrapper.in' relative to current directory
>guix/packages.scm:1616:38: warning: resolving './gnu/packages/ld-wrapper.in' relative to current directory
>checking final inputs for 'i686-linux'...
>guix/packages.scm:1616:38: warning: resolving './gnu/packages/ld-wrapper.in' relative to current directory
>guix/packages.scm:1616:38: warning: resolving './gnu/packages/ld-wrapper.in' relative to current directory
>guix/packages.scm:1616:38: warning: resolving './gnu/packages/ld-wrapper.in' relative to current directory
>checking final inputs for 'armhf-linux'...
>guix/packages.scm:1616:38: warning: resolving './gnu/packages/ld-wrapper.in' relative to current directory
>guix/packages.scm:1616:38: warning: resolving './gnu/packages/ld-wrapper.in' relative to current directory
>guix/packages.scm:1616:38: warning: resolving './gnu/packages/ld-wrapper.in' relative to current directory
>checking final inputs for 'i586-gnu'...
>guix/packages.scm:1616:38: warning: resolving './gnu/packages/ld-wrapper.in' relative to current directory
>guix/packages.scm:1616:38: warning: resolving './gnu/packages/ld-wrapper.in' relative to current directory
>guix/packages.scm:1616:38: warning: resolving './gnu/packages/ld-wrapper.in' relative to current directory
>guix build: warning: failed to load '(build-aux check-final-inputs-self-contained)':
>no code for module (build-aux check-final-inputs-self-contained)
>hint: File `./build-aux/check-final-inputs-self-contained.scm' should probably start with:
>
>     (define-module (build-aux check-final-inputs-self-contained))
>
>guix build: warning: failed to load '(build-aux compile-all)':
>Backtrace:
>In guix/store.scm:
>   1300:8 19 (call-with-build-handler #<procedure 7f39c75a3360 at g…> …)
>In guix/scripts/build.scm:
>    587:2 18 (_)
>In srfi/srfi-1.scm:
>   673:15 17 (append-map _ _ . _)
>   586:17 16 (map1 ((argument . "emacs-crdt") (build-mode . 0) # # …))
>In guix/scripts/build.scm:
>   607:31 15 (_ _)
>In gnu/packages.scm:
>    479:2 14 (%find-package "emacs-crdt" "emacs-crdt" #f)
>    364:6 13 (find-best-packages-by-name _ _)
>   294:56 12 (_ "emacs-crdt" _)
>In unknown file:
>          11 (force #<promise #<procedure 7f39c884f8c0 at gnu/packag…>)
>In gnu/packages.scm:
>   241:33 10 (fold-packages #<procedure 7f39c5445528 at gnu/package…> …)
>In guix/discovery.scm:
>   159:11  9 (all-modules _ #:warn _)
>In srfi/srfi-1.scm:
>   460:18  8 (fold #<procedure 7f39c449d2c0 at guix/discovery.scm:1…> …)
>In guix/discovery.scm:
>   146:31  7 (_ _ ())
>    116:5  6 (scheme-modules _ _ #:warn _)
>In srfi/srfi-1.scm:
>   691:23  5 (filter-map #<procedure 7f39c449d1a0 at guix/discove…> . #)
>In guix/discovery.scm:
>   124:24  4 (_ . _)
>In guix/ui.scm:
>    440:5  3 (warn-about-load-error "./build-aux/compile-all.scm" (…) …)
>In unknown file:
>           2 (display-error #f #<output: file /dev/pts/0> "match" "…" …)
>In ice-9/boot-9.scm:
>  1685:16  1 (raise-exception _ #:continuable? _)
>  1685:16  0 (raise-exception _ #:continuable? _)
>
>ice-9/boot-9.scm:1685:16: In procedure raise-exception:
>Wrong number of arguments to #<procedure display-error (_ _ _ _ _ _)>
>
>

  reply	other threads:[~2022-11-15  6:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-14 22:44 All 75 channel news entries are valid jgart
2022-11-15  6:04 ` Julien Lepiller [this message]
2022-11-15 14:54   ` jgart

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=841A5952-2F3F-470B-9243-F4BEA672B98F@lepiller.eu \
    --to=julien@lepiller.eu \
    --cc=help-guix@gnu.org \
    --cc=jgart@dismail.de \
    /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.
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).