(git) guix build failure "broken-tarball-fetch"

  • Done
  • quality assurance status badge
Details
3 participants
  • Danny Milosavljevic
  • Leo Famulari
  • Ludovic Courtès
Owner
unassigned
Submitted by
Danny Milosavljevic
Severity
normal

Debbugs page

Danny Milosavljevic wrote 9 years ago
(address . submit@debbugs.gnu.org)
20160215114708.2ab16039@scratchpost.org
Package: guix

In git guix (commit b042bdc8fdc2a89e51da852339c0ee86b7bedaf1) and recent GuixSD (that means I did guix pull after booting the tarball from the guix website about 5 days ago), I get a build failure when I do

$ ./pre-inst-env guix environment guix
$ make
$ touch gnu/packages/engineering.scm # note: file existed before.
$ make # will fail.
.

The error message is:

------
LOAD (gnu packages engineering)
;;; note: source file ./gnu/packages/engineering.scm
;;; newer than compiled /home/dannym/src/guix/gnu/packages/engineering.go
Backtrace:
In unknown file:
?: 19 [primitive-load-path "gnu/packages/version-control" ...]
In gnu/packages/version-control.scm:
28: 18 [#<procedure 276d0a0 ()>]
In ice-9/boot-9.scm:
2951: 17 [define-module* (gnu packages version-control) #:filename ...]
2926: 16 [resolve-imports ((# # #) (#) (#) (#) ...)]
2864: 15 [resolve-interface (gnu packages emacs) #:select ...]
2789: 14 [#<procedure bc86e0 at ice-9/boot-9.scm:2777:4 (name #:optional autoload version #:key ensure)> # ...]
3065: 13 [try-module-autoload (gnu packages emacs) #f]
2401: 12 [save-module-excursion #<procedure 27e6900 at ice-9/boot-9.scm:3066:17 ()>]
3085: 11 [#<procedure 27e6900 at ice-9/boot-9.scm:3066:17 ()>]
In unknown file:
?: 10 [primitive-load-path "gnu/packages/emacs" ...]
In gnu/packages/emacs.scm:
24: 9 [#<procedure 280a740 ()>]
In ice-9/boot-9.scm:
2951: 8 [define-module* (gnu packages emacs) #:filename ...]
2926: 7 [resolve-imports ((# # license:) (#) (#) (#) ...)]
2864: 6 [resolve-interface (gnu packages scheme) #:select ...]
2789: 5 [#<procedure bc86e0 at ice-9/boot-9.scm:2777:4 (name #:optional autoload version #:key ensure)> # ...]
3065: 4 [try-module-autoload (gnu packages scheme) #f]
2401: 3 [save-module-excursion #<procedure 27f02d0 at ice-9/boot-9.scm:3066:17 ()>]
3085: 2 [#<procedure 27f02d0 at ice-9/boot-9.scm:3066:17 ()>]
In unknown file:
?: 1 [primitive-load-path "gnu/packages/scheme" ...]
In gnu/packages/scheme.scm:
493: 0 [#<procedure 2862860 ()>]

gnu/packages/scheme.scm:493:0: In procedure #<procedure 2862860 ()>:
gnu/packages/scheme.scm:493:0: In procedure module-lookup: Unbound variable: broken-tarball-fetch
------

Leo also reproduced the problem using the steps above.
Leo Famulari wrote 9 years ago
(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . 22676@debbugs.gnu.org)
20160215220340.GB22965@jasmine
On Mon, Feb 15, 2016 at 11:47:08AM +0100, Danny Milosavljevic wrote:
Toggle quote (10 lines)
> Package: guix
>
> In git guix (commit b042bdc8fdc2a89e51da852339c0ee86b7bedaf1) and recent GuixSD (that means I did guix pull after booting the tarball from the guix website about 5 days ago), I get a build failure when I do
>
> $ ./pre-inst-env guix environment guix
> $ make
> $ touch gnu/packages/engineering.scm # note: file existed before.
> $ make # will fail.
> .

I can confirm this bug.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 22676@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 22676
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help