all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vincent Legoll <vincent.legoll@gmail.com>
To: 41568@debbugs.gnu.org
Subject: [bug#41568] [PATCH 0/1] Fix: make update-guix-package
Date: Wed, 27 May 2020 23:11:51 +0200	[thread overview]
Message-ID: <a060c408-97e7-c454-df79-f2d3f2f3c960@gmail.com> (raw)

I was trying to build the binary tarball to test changes, and stumbled 
upon the following failure:

------------->8------------------------------------------8<-----------
$ make update-guix-package
git rev-parse HEAD
915b949cfd8f41cac550c641ed0f9a1cf37f4d42
./pre-inst-env 
"/gnu/store/cqp4hvbfi8y3g8v61jrpi875wc0iqx9q-profile/bin/guile"			\
    ./build-aux/update-guix-package.scm	\
    "`git rev-parse HEAD`"
Backtrace:
In ice-9/boot-9.scm:
   1736:10 13 (with-exception-handler _ _ #:unwind? _ # _)
In unknown file:
           12 (apply-smob/0 #<thunk 7f5bdb96d980>)
In ice-9/boot-9.scm:
     718:2 11 (call-with-prompt _ _ #<procedure default-prompt-handle…>)
In ice-9/eval.scm:
     619:8 10 (_ #(#(#<directory (guile-user) 7f5bdb58ff00>)))
In ice-9/boot-9.scm:
    2806:4  9 (save-module-excursion _)
   4351:12  8 (_)
   1736:10  7 (with-exception-handler _ _ #:unwind? _ # _)
In guix/store.scm:
    630:22  6 (thunk)
In build-aux/update-guix-package.scm:
     116:9  5 (_ #<store-connection 256.99 7f5bdb9a23c0>)
In guix/utils.scm:
    308:22  4 (edit-expression _ #<procedure 7f5bc23f3000 at build-a…> …)
In build-aux/update-guix-package.scm:
     78:30  3 (_ "(let ((version \"1.1.0\")\n        (commit \"bdc801…")
In guix/base32.scm:
    144:17  2 (_ _)
    114:17  1 (bytevector-quintet-fold-right #<procedure 7f5bd94114e…> …)
In ice-9/boot-9.scm:
   1669:16  0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1669:16: In procedure raise-exception:
In procedure bv-length: Wrong type argument in position 1 (expecting 
bytevector): #<content-hash 
sha256:1wf30g45kh4nmcapd4vrcl6m2wjzly7v7dv8z0r584770i2yh836>
make: *** [Makefile:6323: update-guix-package] Error 1
------------->8------------------------------------------8<-----------

I copied the modification from:
c7d2dd69004b020de5d86898d2497ab3c8435c37

To fix it, is this the right thing to do ?

-- 
Vincent Legoll




             reply	other threads:[~2020-05-27 21:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-27 21:11 Vincent Legoll [this message]
2020-05-27 21:13 ` [bug#41568] [PATCH] update-guix-package: Use 'origin-hash' Vincent Legoll
2020-05-28  8:22   ` bug#41568: " Tobias Geerinckx-Rice via Guix-patches via
2020-05-29  8:34     ` [bug#41568] " Vincent Legoll

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

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

  git send-email \
    --in-reply-to=a060c408-97e7-c454-df79-f2d3f2f3c960@gmail.com \
    --to=vincent.legoll@gmail.com \
    --cc=41568@debbugs.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.