emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#40542: closed (wip-hurm-vm build failure)


From: GNU bug Tracking System
Subject: bug#40542: closed (wip-hurm-vm build failure)
Date: Mon, 29 Mar 2021 16:50:02 +0000

Your message dated Mon, 29 Mar 2021 12:49:28 -0400
with message-id <YGIFGFHeYzZ0dHDl@jasmine.lan>
and subject line Re: bug#40542: wip-hurm-vm build failure
has caused the debbugs.gnu.org bug report #40542,
regarding wip-hurm-vm build failure
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
40542: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40542
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: wip-hurm-vm build failure Date: Fri, 10 Apr 2020 07:53:01 -0800 User-agent: Evolution 3.32.4
Hi, I am attempting to create a hurd vm as described in https://guix.gnu.org/blog/2020/a-hello-world-virtual-machine-running-the-hurd/. At what appears to be maybe the last build step, I'm getting a build failure due to inabilty to git fetch.

Error:

"""
building /gnu/store/qv1ajfwsmj1pyb5r2qqsk4hmr3cpk7z7-guix-1.0.1-hurd-16.9ae76b7-checkout.drv...
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
guile: warning: failed to install locale
environment variable `PATH' set to `/gnu/store/378zjf2kgajcfd7mfr98jn5xyc5wa3qv-gzip-1.10/bin:/gnu/store/sf3rbvb6iqcphgm1afbplcs72hsywg25-tar-1.32/bin'
Initialized empty Git repository in /gnu/store/gc0p3ggdlgfrjwmcrlidi9fsqnzxy5ni-guix-1.0.1-hurd-16.9ae76b7-checkout/.git/
error: Server does not allow request for unadvertised object 9ae76b7b8317789d66a909b767abb6edf1cda79b
Failed to do a shallow fetch; retrying a full fetch...
 * [new branch]      core-updates            -> origin/core-updates
<...snip...>
 * [new tag]               v1.1.0rc1               -> v1.1.0rc1
fatal: reference is not a tree: 9ae76b7b8317789d66a909b767abb6edf1cda79b
git-fetch: '/gnu/store/nlv05phfx181m1dlp7w97nvfdp804i3x-git-minimal-2.26.0/bin/git checkout 9ae76b7b8317789d66a909b767abb6edf1cda79b' failed with exit code 128
Trying content-addressed mirror at berlin.guixsd.org...
Trying content-addressed mirror at berlin.guixsd.org...
Trying to download from Software Heritage...
Backtrace:
           4 (primitive-load "/gnu/store/z26x59p7dfn6xnpcjsq3rhhgg1j?")
In ./guix/swh.scm:
   573:13  3 (swh-download "https://git.savannah.gnu.org/r/guix.git" ?)
In web/client.scm:
    563:0  1 (http-get "https://archive.softwareheritage.org/api/1/?" ?)
    231:6  0 (tls-wrap #<closed: file 7ffff6f1e690> _ # _)

web/client.scm:231:6: In procedure tls-wrap:
Error while printing exception.
builder for `/gnu/store/qv1ajfwsmj1pyb5r2qqsk4hmr3cpk7z7-guix-1.0.1-hurd-16.9ae76b7-checkout.drv' failed with exit code 1
build of /gnu/store/qv1ajfwsmj1pyb5r2qqsk4hmr3cpk7z7-guix-1.0.1-hurd-16.9ae76b7-checkout.drv failed
View build log at '/var/log/guix/drvs/qv/1ajfwsmj1pyb5r2qqsk4hmr3cpk7z7-guix-1.0.1-hurd-16.9ae76b7-checkout.drv.bz2'.
cannot build derivation `/gnu/store/8jvyg0fn6ga80qcfpgq3a6jc9x00498b-guix-1.0.1-hurd-16.9ae76b7.drv': 1 dependencies couldn't be built
guix build: error: build of `/gnu/store/8jvyg0fn6ga80qcfpgq3a6jc9x00498b-guix-1.0.1-hurd-16.9ae76b7.drv' failed
"""

My system:
----------------- 
OS: Guix System e5afc63bd9d89bc8f6c64d68e6b707d87cdadbd3 x86_64 
Host: Vostro 230 00 
Kernel: 5.4.30-gnu 
Uptime: 3 days, 21 hours 
Packages: 55 (guix-system), 85 (guix-user) 
Shell: bash 5.0.7 
Resolution: 1920x1200 
DE: GNOME 
Theme: Adwaita [GTK2/3] 
Icons: Adwaita [GTK2/3] 
Terminal: .gnome-terminal 
CPU: Intel Core 2 Duo E7500 (2) @ 2.534GHz 
GPU: Intel 4 Series Chipset 
Memory: 3250MiB / 7929MiB 

Steps to reproduce
checked out 8229a0e244df37280b0c332fbd1edcf66fd34b66 (wip-hurd-vm)
christopher@eowyn ~/Repos/guix-herd$ guix environment guix --pure
christopher@eowyn ~/Repos/guix-herd [env]$ ./bootstrap 
christopher@eowyn ~/Repos/guix-herd [env]$ ./configure --localstatedir=/var
christopher@eowyn ~/Repos/guix-herd [env]$ make -j 1
christopher@eowyn ~/Repos/guix-herd [env]$ ./pre-inst-env guix build -f gnu/system/hurd.scm

-- 
Christopher Howard
Enterprise Solutions Manager
Alaska Satellite Internet
PO Box 70, Ester, AK 99725
3239 La Ree Way, Fairbanks, AK 99709
907.451.0088
1.888.396.5623
www.alaskasatelliteinternet.com

--- End Message ---
--- Begin Message --- Subject: Re: bug#40542: wip-hurm-vm build failure Date: Mon, 29 Mar 2021 12:49:28 -0400
On Thu, Mar 25, 2021 at 08:25:32PM -0400, Leo Famulari wrote:
> On Thu, Mar 25, 2021 at 04:16:20PM -0800, Christopher Howard wrote:
> > I think it would be fine to close this old bug-report now that the hurd
> > image configuration is part of master. I just built a qcow2 today from
> > gnu/systems/images/hurd and didn't have any trouble.
> 
> Great!
> 
> Anyone can close it by sending a message to
> <40542-done@debbugs.gnu.org>.

Okay, I'm closing the bug... Next time, feel free to close it yourself
:)


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]