* guix mirror online
@ 2017-07-03 12:20 ng0
2017-11-30 6:51 ` Chris Marusich
0 siblings, 1 reply; 3+ messages in thread
From: ng0 @ 2017-07-03 12:20 UTC (permalink / raw)
To: infotropique; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 375 bytes --]
I have just activated an guix caching mirror at
https://guix-mirror.infotropique.org/ which is
open for the public to use.
Just don't start a goldrush on using it, I'm
waiting for the hoster to increase the disk space.
--
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://n0is.noblogs.org/my-keys
https://www.infotropique.org https://krosos.org
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: guix mirror online
2017-07-03 12:20 guix mirror online ng0
@ 2017-11-30 6:51 ` Chris Marusich
2017-11-30 7:19 ` ng0
0 siblings, 1 reply; 3+ messages in thread
From: Chris Marusich @ 2017-11-30 6:51 UTC (permalink / raw)
To: ng0; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 2533 bytes --]
Hi ng0,
I've tried using your hydra.gnu.org mirror, and unfortunately it fails
for me as follows:
--8<---------------cut here---------------start------------->8---
[1] marusich@garuda.local:~
$ guix build --substitute-urls=https://guix-mirror.infotropique.org hello
substitute: Backtrace:
substitute: 1 (primitive-load "/gnu/store/d0xkr3d3zyqrnsh31vp0qdavp3a…")
substitute: In guix/ui.scm:
substitute: 1442:12 0 (run-guix-command _ . _)
substitute:
substitute: guix/ui.scm:1442:12: In procedure run-guix-command:
substitute: guix/ui.scm:1442:12: In procedure put-string: Wrong type argument in position 1 (expecting open output port): #<closed: string 29e4540>
guix build: error: build failed: substituter `substitute' died unexpectedly
[1] marusich@garuda.local:~
$ guix build --substitute-urls='https://hydra.gnu.org https://guix-mirror.infotropique.org' hello
substitute: updating list of substitutes from 'https://hydra.gnu.org'... 100.0%
substitute: updating list of substitutes from 'https://hydra.gnu.org'... 100.0%
guix build: error: build failed: got unexpected path `following redirection to `https://c.n0.is/nix-cache-info'...' from substituter
[1] marusich@garuda.local:~
$ guix build --substitute-urls=https://hydra.gnu.org hello
The following derivation will be built:
/gnu/store/3lk7pn0q4bnh33ldi1ppd6x2hlkrc0rk-hello-2.10.drv
0.0 MB will be downloaded:
/gnu/store/wf65hjwqwpz4wllasn63zysi5irql2sx-hello-2.10
@ substituter-started /gnu/store/wf65hjwqwpz4wllasn63zysi5irql2sx-hello-2.10 /gnu/store/d0xkr3d3zyqrnsh31vp0qdavp3anh6ml-guix-0.13.0-10.0b4c385/libexec/guix/substitute
Downloading https://hydra.gnu.org/guix/nar/gzip/wf65hjwqwpz4wllasn63zysi5irql2sx-hello-2.10...
hello-2.10 48KiB 463KiB/s 00:00 [####################] 100.0%
@ substituter-succeeded /gnu/store/wf65hjwqwpz4wllasn63zysi5irql2sx-hello-2.10
@ build-started /gnu/store/3lk7pn0q4bnh33ldi1ppd6x2hlkrc0rk-hello-2.10.drv - x86_64-linux /var/log/guix/drvs/3l//k7pn0q4bnh33ldi1ppd6x2hlkrc0rk-hello-2.10.drv.bz2
grafting '/gnu/store/wf65hjwqwpz4wllasn63zysi5irql2sx-hello-2.10' -> '/gnu/store/pa4w02b89d6sq33840dxfl5vbqbwz5iy-hello-2.10'...
@ build-succeeded /gnu/store/3lk7pn0q4bnh33ldi1ppd6x2hlkrc0rk-hello-2.10.drv -
/gnu/store/pa4w02b89d6sq33840dxfl5vbqbwz5iy-hello-2.10
[0] marusich@garuda.local:~
$
--8<---------------cut here---------------end--------------->8---
Does it work for you?
--
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: guix mirror online
2017-11-30 6:51 ` Chris Marusich
@ 2017-11-30 7:19 ` ng0
0 siblings, 0 replies; 3+ messages in thread
From: ng0 @ 2017-11-30 7:19 UTC (permalink / raw)
To: Chris Marusich; +Cc: guix-devel, ng0
[-- Attachment #1: Type: text/plain, Size: 613 bytes --]
Hi,
Chris Marusich transcribed 3.5K bytes:
> Hi ng0,
>
> I've tried using your hydra.gnu.org mirror, and unfortunately it fails
> for me as follows:
>
…
>
> Does it work for you?
>
> --
> Chris
So some people were using it. I thought I had mentioned
that I needed to shut it down due to disk space issues.
So, no it's currently not online. I'm not sure if I'll
bring it back, as it's located in the same city as
berlin.guixsd.org.
Sorry for the interruption.
--
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys
WWW: https://n0.is
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-11-30 7:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-03 12:20 guix mirror online ng0
2017-11-30 6:51 ` Chris Marusich
2017-11-30 7:19 ` ng0
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).