Hello,
Veera ezt írta (időpont: 2020. márc. 8., Vas 8:41):
> On Sat, Mar 07, 2020 at 09:31:32PM +0100, Gábor Boskovits wrote:
> > Hello Veera,
> >
> > Veera ezt írta (időpont: 2020. márc. 7., Szo 16:05):
> >
> > > Hi,
> > >
> > > I am R Veera Kumar from India. I have been selected as Outreachy
Dear,
On Tue, 10 Mar 2020 at 03:48, tumashu wrote:
> In China , guix substitute download seem to be to slow,
> nearly unuseable.
About which kind of substitutes are you talking?
1. from where Guix pulls? (guix pull)
2. from where Guix fetches the binaries? (guix install)
Ab
Hello janneke!
I’m commenting as I see messages come by, hope that’s fine. :-)
guix-comm...@gnu.org skribis:
> commit f7804e0f00741a65e7538fe7f3f0cf9844c2165c
> Author: Jan Nieuwenhuizen
> AuthorDate: Wed Feb 26 20:22:18 2020 -0500
>
> gnu: make: Revert to 4.1 for the Hurd.
>
> *
guix-comm...@gnu.org skribis:
> commit cd5f9ba3b1130d8f54b1ef33106f25f29732e007
> Author: Jan Nieuwenhuizen
> AuthorDate: Wed Mar 4 11:49:46 2020 -0500
>
> gnu: hurd: Fix hurd-target?.
>
> * gnu/packages/hurd.scm (hurd-target?): Bugfix; the arguments to
> string-suffix? to test (
Ludovic Courtès writes:
>> The situation on the Hurd starts to look pretty good
>>
>> janneke@debian:~/src/guix$ ./pre-inst-env guix build hello --no-offload
>> /gnu/store/a2sylb94rm1b6qxcp5mqvgiyx9szipz7-hello-2.10
>> janneke@debian:~/src/guix$
>> /gnu/store/a2sylb94rm1b6qxcp5mqvgiyx
Hi,
guix-comm...@gnu.org skribis:
> commit 32d3fa5309532b8bcf7f7be15ffabfa99c6ecfaf
> Author: Jan Nieuwenhuizen
> AuthorDate: Sun Mar 1 16:37:37 2020 +0100
>
> gnu: glibc: Add and update patches for the Hurd.
>
> * gnu/packages/patches/glibc-hurd-magic-pid.patch: Remove unused file.
guix-comm...@gnu.org skribis:
> commit c32b64950972a459af7192abd7a8bc9619c013e9
> Author: Manolis Ragkousis
> AuthorDate: Wed Dec 28 02:49:22 2016 +0200
>
> daemon: Workaround issues for the Hurd.
>
> This allows for native builds on the Hurd, doing
>
> sudo ./pre-inst-e
guix-comm...@gnu.org skribis:
> commit ae159bde64917511d345cd2e1dd1feabe5f73b72
> Author: Jan Nieuwenhuizen
> AuthorDate: Sat Mar 7 03:53:38 2020 -0500
>
> gnu: coreutils: Remove libcap dependency for the Hurd.
>
> * gnu/packages/base.scm (coreutils)[inputs]: Remove libcap for the Hu
guix-comm...@gnu.org skribis:
> ;; Tell 'libpthread' where to find 'libihash' on Hurd
> systems.
> - ,@(if (hurd-triplet? (%current-system))
> - `((substitute* "libpthread/Makefile"
> - (("LDLIBS-pthread.so
guix-comm...@gnu.org skribis:
> commit 7a57ca758c590742b63100944f07fddb7290f797
> Author: Jan Nieuwenhuizen
> AuthorDate: Sun Mar 1 13:45:42 2020 +0100
>
> gnu: commencement: gcc-boot0: Build fix for the Hurd.
>
> Fixes:
> g++ -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE
Ludovic Courtès writes:
Hello Ludo,
> I’m commenting as I see messages come by, hope that’s fine. :-)
Sure, that's great!
> guix-comm...@gnu.org skribis:
>
>> commit f7804e0f00741a65e7538fe7f3f0cf9844c2165c
>> Author: Jan Nieuwenhuizen
>> AuthorDate: Wed Feb 26 20:22:18 2020 -0500
>>
>> g
On Tue, Mar 10, 2020 at 10:13:37AM +0100, Ludovic Courtès wrote:
> guix-comm...@gnu.org skribis:
>
> > commit 7a57ca758c590742b63100944f07fddb7290f797
> > Author: Jan Nieuwenhuizen
> > AuthorDate: Sun Mar 1 13:45:42 2020 +0100
> >
> > gnu: commencement: gcc-boot0: Build fix for the Hurd.
> >
tumashu writes:
> In China , guix substitute download seem to be to slow,
> nearly unuseable.
I have enabled an rsync daemon on ci.guix.gnu.org to share the “guix
publish” cache. There are a few things missing:
* not all files in /gnu/cache/guix can be read due to overly re
Ricardo Wurmus writes:
> Ludovic Courtès writes:
>
>> Anyhow, thumbs up! I’m looking forward to merging it and having it
>> built on CI (we could offload to a Debian VM!)!
>
> My sentiments exactly! I’d be happy to put up a bunch of Debian
> GNU/Hurd VMs on the nodes behind ci.guix.gnu.org.
Th
Ludovic Courtès writes:
>> gnu: hurd: Fix hurd-target?.
>>
>> * gnu/packages/hurd.scm (hurd-target?): Bugfix; the arguments to
>> string-suffix? to test (%current-system) were transposed, always
>> resulting
>> in #f. Use hurd-triplet?.
>
> Would be nice to squash with the p
Ludovic Courtès writes:
>> * gnu/packages/patches/glibc-hurd-clock_t_centiseconds.patch: New file.
>> * gnu/packages/patches/glibc-hurd-clock_gettime_monotonic.patch: New
>> file.
>> * gnu/local.mk (dist_patch_DATA): Update them.
>> * gnu/packages/base.scm (glibc): Use two new pat
Ludovic Courtès writes:
>> + ,@(if (hurd-system?)
>> + `(map
>> + (lambda (f)
>> +(substitute* f
>
> ‘substitute*’ accepts a list of files, so you can write it like this:
>
> (substitute* '("sysdeps/m
Ludovic Courtès writes:
>> -#if CHROOT_ENABLED
>> +#if CHROOT_ENABLED || __GNU__
>
> Can we instead change the #define CHROOT_ENABLED such that
> CHROOT_ENABLED is always true when __GNU__? Also with a comment stating
> that GNU supports chroot(2) without being root.
I tried a couple of things a
Efraim Flashner writes:
> On Tue, Mar 10, 2020 at 10:13:37AM +0100, Ludovic Courtès wrote:
>> guix-comm...@gnu.org skribis:
>>
>> > commit 7a57ca758c590742b63100944f07fddb7290f797
>> > Author: Jan Nieuwenhuizen
>> > AuthorDate: Sun Mar 1 13:45:42 2020 +0100
>> >
>> > gnu: commencement: gcc-b
Hello Jan,
First of all awesome work!!
On 3/10/20 10:59 AM, Jan Nieuwenhuizen wrote:
> I briefly looked at more work-in-progress daemon patches by Manolis, but
> stopped when I found that it needs [t]his "new" libhurdutils library...
> @Manolis?
>
This is that work
https://github.com/Phant0mas/
őpont: 2020. márc. 8., Vas 8:41):
>
> > On Sat, Mar 07, 2020 at 09:31:32PM +0100, Gábor Boskovits wrote:
> > > Hello Veera,
> > >
> > > Veera ezt írta (időpont: 2020. márc. 7., Szo 16:05):
> > >
> > > > Hi,
> > > >
> > > > I am R
Hello,
This is Danjela, an outreachy applicant and a second year computer science
student.
How is everyone doing?
I am trying to build the Guix Data Service project locally and it prompts
me to install Guile-Squee. I tried to install Squee but I am running into
other build problems when I run 'ma
On Tue, Mar 10, 2020 at 08:48:05AM +0100, Gábor Boskovits wrote:
>Hello,
>Veera <[1]v...@vkten.in> ezt írta (időpont: 2020. márc. 8., Vas 8:41):
>
> On Sat, Mar 07, 2020 at 09:31:32PM +0100, Gábor Boskovits wrote:
> >
> > To get started you should install guix. For this proj
Hi Pierre,
Pierre Neidhardt writes:
> Can you share your operating system declaration?
Sorry for the delay; here it is. I've anonymized some of the
information such as SSH public keys and usernames.
--8<---cut here---start->8---
;; This is an operating syst
24 matches
Mail list logo