Re: guix pull avoidance

2016-08-28 Thread Vincent Legoll
Any idea ? I'm still stuck with this... -- Vincent Legoll

Re: GHM debriefing

2016-08-29 Thread Vincent Legoll
> (home-directory "/var/empty") Argh, nooo ! ;-) -- Vincent Legoll

Re: [PATCH] refresh nss-certs

2016-08-30 Thread Vincent Legoll
Hello, On Tue, Aug 30, 2016 at 8:17 AM, Leo Famulari wrote: > On Wed, Aug 24, 2016 at 01:08:33PM +0200, Vincent Legoll wrote: >> The attached patch updates nss-certs to latest 3.26 >> >> WDYT? > > Looks good, but can you send a revised patch that also updates NSS? Her

Re: screenshot of the web interface to the GNU Guix package manager

2016-08-31 Thread Vincent Legoll
> A good number of people have pointed out to me that our /packages page > crashes their browser or in general is really uncomfortable to load. +1 This made the page useless for me (FF48.0) so any alternative is OK -- Vincent Legoll

Re: Display diffs between generations.

2016-08-31 Thread Vincent Legoll
Hello >>> --list-generations=full I think keeping a way to see all generations in one go would be cool -- Vincent Legoll

Re: Store on separate partition

2016-08-31 Thread Vincent Legoll
dia. +1 and then it would be cool to split guix-daemon's --gc-keep-derivations into --gc-keep-source-derivations & --gc-keep-binary-derivations... -- Vincent Legoll

Re: [PATCH] system: grub: Use librsvg to convert SVG to PNG

2016-09-02 Thread Vincent Legoll
g using the 'rsvg-convert' program, so I had to use > librsvg directly. > [...] > What do you think? This is very good, reducing the bare-bones system configuration even if keeping the default grub theme. I'll test it later -- Vincent Legoll

Re: [PATCH 2/9] activation: Allow /var/lib to be a home directory.

2016-09-02 Thread Vincent Legoll
ME. > (when home (mkdir-p (dirname home))) > > ;; Use 'useradd' from the Shadow package. > [...] This looks like a better idea IMHO (more generic) -- Vincent Legoll

Re: src.zip, demos and samples in java idk

2016-09-03 Thread Vincent Legoll
et a package by their own. Maybe only for packages where this is significant size-wise... -- Vincent Legoll

Re: haskell importer problems?

2016-09-03 Thread Vincent Legoll
On Sat, Sep 3, 2016 at 12:49 PM, ng0 wrote: > at line 6, column -1 -^ I didn't know you could hide your haskell code off screen ;-) -- Vincent Legoll

Re: [PATCH] system: grub: Use librsvg to convert SVG to PNG

2016-09-03 Thread Vincent Legoll
more... This is probably not the best way to test, but I think it is still conclusive Thanks -- Vincent Legoll

Re: Display diffs between generations.

2016-09-03 Thread Vincent Legoll
see *the content* of each generation”? I'm not sure to understand what you mean by "the content", what I meant was to keep what current guix package -l shows us, i.e. do not alter current UI, only add new things, but do not break existing practices when not mandated. -- Vincent Legoll

Re: [PATCH] system: grub: Use librsvg to convert SVG to PNG

2016-09-05 Thread Vincent Legoll
And I also now tested back the other way, if I guix pull (so the patch is not in effect anymore) now I get inkscape (& al.) back into the store... -- Vincent Legoll

Re: Display diffs between generations.

2016-09-05 Thread Vincent Legoll
kages in my profiles because I'm not using it as my distro, only experimenting, so I didn't see the problem... So maybe the default needs to change. -- Vincent Legoll

Re: [PATCH] scripts: hash: Add --exclude-.git option.

2016-09-05 Thread Vincent Legoll
quot;--exclude-git" or something less strange than --exclude-.git, even --exclude-dot-git... > +1. > > What about make i the default? OK with defaulting -- Vincent Legoll

Re: [PATCH 2/3] guix: ant-build-system: add empty `tests` target to default build.xml.

2016-09-05 Thread Vincent Legoll
this patch ? -- Vincent Legoll

Re: [PATCH 2/3] guix: ant-build-system: add empty `tests` target to default build.xml.

2016-09-05 Thread Vincent Legoll
Hello On Mon, Sep 5, 2016 at 10:26 PM, Danny Milosavljevic wrote: > I think being able to know that is important since it's prudent to trust a > package without tests (much) less. That's my feeling too -- Vincent Legoll

Re: [PATCH] scripts: hash: Add --exclude-.git option.

2016-09-06 Thread Vincent Legoll
uld this not come from each vcs package ? i.e. each vcs package defines a vcs-dir which get put together in a global %vcs-dirs variable that is used here ? I ask because that's how I did it in meld (which I'll try to package for guix) in a distant past... WDYT, overdesigned ? I also like the generic proposal from Efraim (--exclude/-x) -- Vincent Legoll

Re: [PATCH 2/3] guix: ant-build-system: add empty `tests` target to default build.xml.

2016-09-06 Thread Vincent Legoll
Hello, What about: if jar-file makes you generate a build.xml file, also remove the check phase... -- Vincent Legoll

Re: [PATCH] refresh nss-certs

2016-09-07 Thread Vincent Legoll
On Fri, Sep 2, 2016 at 2:21 PM, Ludovic Courtès wrote: > Leo Famulari skribis: > >> On Tue, Aug 30, 2016 at 01:33:10PM +0200, Vincent Legoll wrote: >>> Here it is... >>> I test-installed the 2 packages, but nothing more >> >>> From 966dd703fea7754

Re: [PATCH] gnu: Use a directory owned by ntpd user for drift file.

2016-09-08 Thread Vincent Legoll
uot;/var/run/ntpd")) > + (mkdir-p directory) > + (chown directory (passwd:uid %user) (passwd:gid %user) > + Excuse my scheme-newbie questions, but - why did you use %user (I thought %s were for kind of global vars) ? - why did you use define and not put it in the let just below ? Idon't see it being used elsewhere... -- Vincent Legoll

Re: [PATCH] gnu: Add git-review.

2016-09-08 Thread Vincent Legoll
e a little, I like it, even it it can be felt as a bit heavy, maybe worth investigating as a way to enhance contributor workflow, dunno... -- Vincent Legoll

Re: [PATCH] gnu: Use a directory owned by ntpd user for drift file.

2016-09-08 Thread Vincent Legoll
can an old-schemer tell me if the questions make sense, or is it equivalent ? -- Vincent Legoll

Re: [PATCH 16/17] gnu: Add linux-libre-multi-v7.

2016-09-09 Thread Vincent Legoll
Hello On Fri, Sep 9, 2016 at 2:34 PM, David Craven wrote: > * gnu/packages/linux.scm (linux-libre-multi-v7): New variable. Nitpick, multi-v7 is not really telling, why not adding at least "arm" in the name ? -- Vincent Legoll

Re: [PATCH] gnu: icecat: correct useragent to GNU GuixSD.

2016-09-10 Thread Vincent Legoll
fox would hardcode such a default. That's probably because sites often don't give you same thing when they detected the useragent isn't a MS one... The linux kernel do the same wrt ACPI, for the same reasons -- Vincent Legoll

Re: GnuTLS security update

2016-09-11 Thread Vincent Legoll
.) approximatively to do a new release ? - Is it sufficiently automated ? - Can we help ? -- Vincent Legoll

Re: Should updaters suggest changes to inputs?

2016-09-12 Thread Vincent Legoll
hanges to inputs? Looks a good idea, maybe with an additional -r / --recursive param... -- Vincent Legoll

Re: [PATCH] $HOME/.guix-profile considered harmful.

2016-09-13 Thread Vincent Legoll
do not rely on it being there, and only rely on %state-directory. I think the patch is a good idea, but I wouldn't remove the $HOME/.guix-profile symlink. So you keep the best of both worlds. Just my uneducated 2cts feeling... -- Vincent Legoll

Re: Binutils build failure on MIPS

2016-09-13 Thread Vincent Legoll
cussed in comp.gnu.binutils, it was also about mips... http://webcache.googleusercontent.com/search?q=cache:waWLFBpEIPQJ:permalink.gmane.org/gmane.comp.gnu.binutils/69283+&cd=1&hl=en&ct=clnk&gl=us&lr=lang_de%7Clang_en%7Clang_fr But GMane has still not restored all ML archives. Trying to find more infos... -- Vincent Legoll

Re: Binutils build failure on MIPS

2016-09-13 Thread Vincent Legoll
> Trying to find more infos... Thread from April 2015: https://sourceware.org/ml/binutils/2015-04/msg00118.html But as 2.27 is recent this should already be checked-in... How does one reproduce the failure ? -- Vincent Legoll

Re: Binutils build failure on MIPS

2016-09-13 Thread Vincent Legoll
mips*-*-freebsd* | mips*-*-kfreebsd*-gnu) mips*-*-sysv4*) targ_emul=elf32btsmip Could that explain the failure ? -- Vincent Legoll

Re: Binutils build failure on MIPS

2016-09-13 Thread Vincent Legoll
; fnmatch.fnmatch('mips64el-linux', 'mips64*el-*-linux-*') False -- Vincent Legoll

Re: Binutils build failure on MIPS

2016-09-13 Thread Vincent Legoll
s that I wanted to shared my findings... > Either mips64*el-*-linux means any cpu model or you've missed a part > of the matching code. I remember GCC having that spread out over > three parts of a file. I'll look harder -- Vincent Legoll

Re: [WIP PATCH] gnu: add U-Boot support to operating-system configuration.

2016-09-16 Thread Vincent Legoll
on't think that it's > permissible to >install u-boot onto a partition at all. Its config file yes. Its executable? >No. I'm new to uboot, so can't help with that one. Hope it helps. -- Vincent Legoll

Re: Cosmetical change: remove inconsistent "$file ends here"?

2016-09-25 Thread Vincent Legoll
appropriate time wrt rebuilding the world... -- Vincent Legoll

Re: [PATCH 4/6] gnu: linux-libre-beagle-bone-black: Remove kernel variant.

2016-09-26 Thread Vincent Legoll
ges are made... Thanks -- Vincent Legoll

Re: [PATCH 4/6] gnu: linux-libre-beagle-bone-black: Remove kernel variant.

2016-09-26 Thread Vincent Legoll
d and consequences would have > followed. Been there, done that... > I vote that we make the reason for a commit to be compulsory. All > other details optional. +1, more details is better than less, LKML-style... -- Vincent Legoll

Re: [PATCH 4/6] gnu: linux-libre-beagle-bone-black: Remove kernel variant.

2016-09-26 Thread Vincent Legoll
this hostage to $OTHER_SUBJECT... -- Vincent Legoll

Re: [PATCH] gnu: Add sunxi-tools.

2016-10-02 Thread Vincent Legoll
ck note in the package description telling those are missing, to avoid people wondering -- Vincent Legoll

Re: [PATCH 4/6] gnu: linux-libre-beagle-bone-black: Remove kernel variant.

2016-10-03 Thread Vincent Legoll
ool to understand things, to debug, etc... I just love this level of details put into changelogs. Tastes & colors... -- Vincent Legoll

Re: [PATCH 4/6] gnu: linux-libre-beagle-bone-black: Remove kernel variant.

2016-10-04 Thread Vincent Legoll
ssions or code > explanations [...] > AIUI Linux-style commit logs are not change logs, but explanations. I > still strongly believe that explanations believe in code. Let's agree to disagree Cheers -- Vincent Legoll

Re: [PATCH v2] gnu: Add sunxi-tools.

2016-10-04 Thread Vincent Legoll
used some fex2bin/bin2fex on AW H3 I think... -- Vincent Legoll

Re: Please set up Hydra channel for new python-build-system (was: [PATCH 00/14] Change python-build-system (fixes bug 20765))

2016-10-13 Thread Vincent Legoll
Hello, On Wed, Oct 12, 2016 at 4:51 PM, Leo Famulari wrote: > The core Python packages are *extremely* tangled up in each other. Help > wanted Can you explain a bit what that would involve, what one can do to help, etc... -- Vincent Legoll

Re: Adding rottlog service in ‘%base-services’?

2016-10-13 Thread Vincent Legoll
adds to %base-services... > Is log rotation a basic feature that people expect? I'd say yes, probably only the embeded people would like a bare-bones system... -- Vincent Legoll

Re: 04/08: gnu: QEMU: Unbundle iPXE.

2023-01-07 Thread Vincent Legoll
nd : To be able to boot memtest, there are a couple requirements: [...] The memdisk kernel from the syslinux library [...] See page : https://ipxe.org/appnote/memtest?s[]=syslinux So maybe add a comment somewhere explaining that those 2 things won't work on any arch != x86_* Maybe just add that to the commitmsg... Regards -- Vincent Legoll

mirror://gnome question

2020-02-29 Thread Vincent Legoll
on an older version... but when reading guix/download.scm, I don't find those urls listed for the gnome mirror, what I am missing ? I found no additional infos in the manual, in 6.2 Defining Packages 7.3 Invoking guix download Thanks for any help -- Vincent Legoll

mirror://gnome question

2020-02-29 Thread Vincent Legoll
answering to myself (I should have searched before asking)... The 3.22.10 version has been tagged in gitlab, but the tarball still isn't available on the official gnome download site, that should probably explain what's happening. Sorry for the noise. -- Vincent Legoll

adding unencoded space character check to guix lint

2020-02-29 Thread Vincent Legoll
certainly appreciate help in polishing the patch... Thanks -- Vincent Legoll From e24f8527be1ef1fe6c7e6609e5bfe0818f26d593 Mon Sep 17 00:00:00 2001 From: Vincent Legoll Date: Sat, 29 Feb 2020 16:06:19 +0100 Subject: [PATCH] WIP,RFC: check package URIs don't have unencoded space chara

Re: mirror://gnome question

2020-03-01 Thread Vincent Legoll
ad.scm'. Thanks for the details, I'll have a look -- Vincent Legoll

Re: adding unencoded space character check to guix lint

2020-03-02 Thread Vincent Legoll
thing about that... Now the maintainer of that site explained me they were not real warnings to act upon, and should be deactivated by now. Sorry for the noise... -- Vincent Legoll

Re: kmscon not working on MacBook

2020-03-09 Thread Vincent Legoll
an alternate text console worked fine. -- Vincent Legoll

Re: 15/33: gnu: coreutils: Remove libcap dependency for the Hurd.

2020-03-11 Thread Vincent Legoll
Hello On Wed, Mar 11, 2020 at 4:01 PM Jan Nieuwenhuizen wrote: > + `(("libcap" ,libcap)) ;capability support is 'ls', etc. s/is/in/ or s/is/for/ maybe ? -- Vincent Legoll

Re: Website page to track packaging progress

2020-03-15 Thread Vincent Legoll
on. I did not know it either, and removed bonnie++ (which was listed under X11) since it is now packaged: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=176dd26b38410b371a6283813698d6d7a419ada3 -- Vincent Legoll

guix publish wrt foreign arch

2020-03-17 Thread Vincent Legoll
hanks -- Vincent Legoll

Re: Help wanted: Nightly builds for Guix

2020-03-19 Thread Vincent Legoll
o start with this. > Perhaps it'd be informative to know how regular releases are done Have a look at the "age" column here: https://git.savannah.gnu.org/cgit/guix.git/refs/tags I think it's pretty accurate wrt the real release dates, or am I wrong about that ? -- Vincent Legoll

Re: RFC: Linux-Libre 5.5.x on pinebook pro

2020-03-19 Thread Vincent Legoll
Hello Vagrant, I'm currently trying to get guix on my pinebook pro, so I will try your patches, I'm trying with Janneke's recipe now. -- Vincent Legoll

environment variable handling cleanup ?

2020-03-22 Thread Vincent Legoll
arameter, as I think all target cases use ":", so hardcoding it would be a sensible choice. WDYT ? -- Vincent Legoll

automake-1.16.2

2020-03-23 Thread Vincent Legoll
Hi, Trying to update automake to the latest, I'm seeing lots of skipped tests because of missing native-inputs, would it be OK toadd those to enable more tests to be run ? -- Vincent Legoll

Re: Brainstorming features for issues.guix.gnu.org

2020-03-26 Thread Vincent Legoll
aiting more information from the submitter. > This should make it easier for us to prevent patches from slipping into > obscurity, which is a terrible thing to happen especially for new > contributors. An indicator (à la Done, Open) could be added to make issues with patches stand out. Thanks for the great work BTW Tchuss -- Vincent Legoll

Re: Brainstorming features for issues.guix.gnu.org

2020-03-26 Thread Vincent Legoll
Another idea: Detect applied patches (idependently of the Done issue status) because an issue may have more than one patch, or patch revisions, and all may not be applicable / applied, etc. -- Vincent Legoll

Re: Brainstorming features for issues.guix.gnu.org

2020-03-26 Thread Vincent Legoll
Looks like the "is:Done" bug is not a bug, but a case-sensitivity issue on my side... -- Vincent Legoll

Re: Use genimage for disk-image creation.

2020-03-26 Thread Vincent Legoll
FYI, I'm investigating the test suite failures for the newer releases of genimage (v11 (+1 FAIL) & v12 (+2 FAIL))... I think I'll report / PR them upstream before updating guix's version, to avoid unnecessary churn. -- Vincent Legoll

Re: Brainstorming features for issues.guix.gnu.org

2020-03-26 Thread Vincent Legoll
filtering by severity maybe be of use (low, easy for newcomers, etc.) -- Vincent Legoll

Re: Plan for a release!

2020-03-26 Thread Vincent Legoll
ost-provided store. Couldn't `guix copy` be used here to get built items back onto the host easily ? -- Vincent Legoll

Re: Use genimage for disk-image creation.

2020-03-26 Thread Vincent Legoll
ar work in reimplementing rather than reusing ? Genuinely asking, because we may want to support other image formats in the future, so reusing may have its interest too... Or is there another reason that I'm not seing, like maybe avoiding some overhead (probably not the fork/execs going t

Re: automake-1.16.2

2020-03-26 Thread Vincent Legoll
s they will be native-inputs, so only increase dependencies for building, is that a problem ? I would have thought that test coverage is more important (especially on such important packages), I'm probably missing something... -- Vincent Legoll

Re: Brainstorming features for issues.guix.gnu.org

2020-03-27 Thread Vincent Legoll
so I can try to figure out why it’s > not showing up (and if Debbugs does the right thing). I have a hard time getting 40246 shown with any search queries, except asking directly with the bug number. -- Vincent Legoll

Re: Brainstorming features for issues.guix.gnu.org

2020-03-27 Thread Vincent Legoll
still nothing shown on issues.guix.gnu.org, so it looks like a time thing... -- Vincent Legoll

Re: environment variable handling cleanup ?

2020-03-28 Thread Vincent Legoll
like Scheme which has a notion of "False" - which > env-vars do not have. OK, I'll do that, I'll just remove the (or (getenv ...) default-value) as the return value for getenv on a non-existent variable is already #f Thanks -- Vincent Legoll

Proxy settings wrt guix daemon

2020-03-28 Thread Vincent Legoll
elp-guix/2019-07/msg00031.html [3] https://lists.gnu.org/archive/html/guix-devel/2017-10/msg00206.html [4] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25569 Solving this would be awesome for the imminent release. I'd like to help as much as I can. WDYT ? -- Vincent Legoll

Re: Brainstorming features for issues.guix.gnu.org

2020-03-28 Thread Vincent Legoll
Searching with "mdate:2w..now" does show a single issue, is that really so ? I expect this to mean all issues with a new comment in the last 2 weeks. -- Vincent Legoll

Re: Use genimage for disk-image creation.

2020-03-28 Thread Vincent Legoll
ange, I usually get that ack in just a few minutes... For v12, I'll need to dig further, even if the test suite failure is probably harmless... Details in the guix-patches email for v11, when that surfaces. -- Vincent Legoll

Re: Brainstorming features for issues.guix.gnu.org

2020-03-28 Thread Vincent Legoll
ility -- Vincent Legoll

native or not

2020-03-29 Thread Vincent Legoll
68,10 @@ system administrator.") #:tests? #f)) +(native-inputs + `(("groff" ,groff))) (inputs - `(("groff" ,groff) - ("linux-pam" ,linux-pam) + `(("linux-pam" ,linux-pam) ("zlib" ,zlib) -- Vincent Legoll

Re: Brainstorming features for issues.guix.gnu.org

2020-03-30 Thread Vincent Legoll
g on this. The site is already useful, and will be even more in the future. I hope you are not swamped under the avalanche of suggestions. ;-) -- Vincent Legoll

Re: Proxy settings wrt guix daemon

2020-03-30 Thread Vincent Legoll
look ? What UI (client-side) ? `guix daemon set-proxy` or something like that ? I.e. I'm willing to try, but will need guidance... -- Vincent Legoll

Re: native or not

2020-03-30 Thread Vincent Legoll
can check it by running `guix build --target=aarch64-linux-gnu sudo` > for instance. That fails on master (libpaper) whereas with the patch it works, so I guess the patch is useful on that front. The patch for sudo will be in the following emails. Is there anything else to check / test ? -- Vincent Legoll

Re: native or not

2020-03-30 Thread Vincent Legoll
Here is a set of patches, for starting discussion... I only build-tested them natively on/for x86_64 (and cross built for aarch64 for the sudo one) On Mon, Mar 30, 2020 at 11:25 PM Vincent Legoll wrote: > > Hello Mathieu, > > On Mon, Mar 30, 2020 at 8:57 AM Mathieu Othacehe wrot

Re: [GSOC 2020] Booting via network

2020-03-30 Thread Vincent Legoll
Hello, that's a great project, I hope to be able to lend a hand, here and there... -- Vincent Legoll

Re: native or not

2020-03-31 Thread Vincent Legoll
ful ! ;-) -- Vincent Legoll

Re: native or not

2020-03-31 Thread Vincent Legoll
d work ! -- Vincent Legoll

Re: native or not

2020-03-31 Thread Vincent Legoll
Hello, On Tue, Mar 31, 2020 at 11:44 AM Tobias Geerinckx-Rice wrote: > Vincent Legoll 写道: > > I'm not seeing any size difference, but groff is not in the > > output: > > There's some deeper confusion here: why do you expect the size to > change, at all? Because

Re: native or not

2020-03-31 Thread Vincent Legoll
devel, should I add guix-patches or should I move to guix-patches for the following patche series ? -- Vincent Legoll

[PATCH 6/6] gnu: nethack: Make some inputs native.

2020-03-31 Thread Vincent Legoll
0644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -48,6 +48,7 @@ ;;; Copyright © 2017, 2019 Hartmut Goebel ;;; Copyright © 2020 Alberto Eleuterio Flores Guerrero ;;; Copyright © 2020 Naga Malleswari +;;; Copyright © 2020 Vincent Legoll ;;; ;;; This file is part of GNU

[PATCH 4/6] gnu: iwd: Make some inputs native.

2020-03-31 Thread Vincent Legoll
* gnu/packages/networking.scm (iwd)[native-inputs]: New field. [inputs]: Move libtool to native-inputs. --- gnu/packages/networking.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index ec2f0b64bd..79b07e23f0 100644

[PATCH 1/6] gnu: cgit: Make some inputs native.

2020-03-31 Thread Vincent Legoll
sion-control.scm index 8af54c6e35..0aff346e0a 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -28,6 +28,7 @@ ;;; Copyright © 2020 Roel Janssen ;;; Copyright © 2020 Brice Waegeneire ;;; Copyright © 2020 John D. Boy +;;; Copyright © 2020 Vincent Le

[PATCH 5/6] gnu: mailutils: Make some inputs native.

2020-03-31 Thread Vincent Legoll
0644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -29,6 +29,7 @@ ;;; Copyright © 2018 Gábor Boskovits ;;; Copyright © 2018, 2019, 2020 Ricardo Wurmus ;;; Copyright © 2019 Tanguy Le Carrour +;;; Copyright © 2020 Vincent Legoll ;;; ;;; This file is part of GNU Guix. ;;; @@ -21

[PATCH 2/6] gnu: darktable: Make some inputs native.

2020-03-31 Thread Vincent Legoll
3031 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice ;;; Copyright © 2018 Leo Famulari ;;; Copyright © 2020 Sebastian Schott +;;; Copyright © 2020 Vincent Legoll ;;; ;;; This file is part of GNU

[PATCH 3/6] gnu: graphviz: Make some inputs native.

2020-03-31 Thread Vincent Legoll
--- a/gnu/packages/graphviz.scm +++ b/gnu/packages/graphviz.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2017 Gábor Boskovits ;;; Copyright © 2018 Mathieu Lirzin ;;; Copyright © 2020 Marius Bakke +;;; Copyright © 2020 Vincent Legoll ;;; ;;; This file is part of GNU Guix. ;;; @@ -97,7 +98,6

Re: [PATCH 1/6] gnu: cgit: Make some inputs native.

2020-04-01 Thread Vincent Legoll
I'll send a revised patchset, taking all the comments into account. Thanks -- Vincent Legoll

Re: native or not

2020-04-01 Thread Vincent Legoll
Thanks a lot, Tobias, for this explanation, I certainly had some of those assumptions. It may not completely enlighten me at the first reading, but it certainly helps knowing that "it's more complicated" than what I assumed.

Re: Proxy settings wrt guix daemon

2020-04-03 Thread Vincent Legoll
ike what is done for mcron) I really need a few "make this thing here do that" hints... And then also a bit of a hint on how I would test the modifications without risking my running system. I hope that's not too demanding... Thanks -- Vincent Legoll

Re: Proxy settings wrt guix daemon

2020-04-06 Thread Vincent Legoll
I'm not sure I understand, but isn't the setenv in shepherd-set-http-proxy-action done for the whole running shepherd process ? -- Vincent Legoll

Re: Proxy settings wrt guix daemon

2020-04-07 Thread Vincent Legoll
Hello, On Tue, Apr 7, 2020 at 11:39 AM Ludovic Courtès wrote: > Vincent Legoll skribis: > > > I'm not sure I understand, but isn't the setenv in > > shepherd-set-http-proxy-action done for the whole > > running shepherd process ? > > It is, but only tempo

Porting status

2020-04-09 Thread Vincent Legoll
d by other distributions, and I'd like guix to become a safe haven for such oldies. WDYT ? -- Vincent Legoll

Re: Proxy settings wrt guix daemon

2020-04-10 Thread Vincent Legoll
Hello, On Fri, Apr 10, 2020 at 3:26 PM Danny Milosavljevic wrote: > What happens to https? Will it go via the HTTP proxy? Maybe mention that > there, too. It does go through the proxy, I've seen the hits in squid log files here. -- Vincent Legoll

Re: 1.1.0rc1 available for test!

2020-04-11 Thread Vincent Legoll
an operator error... Looks like everything's working properly... Congrats ! I'm still working on automating those tests though... -- Vincent Legoll

Re: 1.1.0rc1 available for test!

2020-04-11 Thread Vincent Legoll
would I check / ensure that ? > > I'm still working on automating those tests though... > > Heh, we’ll have them for 1.2. ;-) Hopefully. Thanks -- Vincent Legoll

Re: iPXE network booting (was Re: [GSOC 2020] Booting via network)

2020-04-12 Thread Vincent Legoll
Hello, in order to start the discussion and the project, what about the patch in [1] ? It's marked RFC as there are a few debatable points. And it can be enhanced (building the efi firmwares, etc.) [1] http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40579 -- Vincent Legoll

Re: 1.1.0rc1 available for test!

2020-04-13 Thread Vincent Legoll
Hello, On 13/04/2020 12:50, Ludovic Courtès wrote: Hi Vincent, Vincent Legoll skribis: BTW, how would I test that (modified guix-install + nix/local.mk) ? I've modified guix-install to handle runit-based distros (for void linux) and nix/local.mk, like in the sysv-init enablement

  1   2   3   4   >