Re: Using Guix inside a Guix container

2023-02-14 Thread James Thomas
Konrad Hinsen wrote: > Hi Guix, > > I have been playing with nested Guix containers recently, with some > suprising findings, and I am wondering if what I am doing is considered > officially supported or not. > > First: why? My use case is scientific workflows, for example using > snakemake. I wan

Re: [Internship][Discussion] Do we want to run our own internship program?

2023-02-14 Thread Simon Tournier
Hi Gábor, On lun., 13 févr. 2023 at 21:13, Gábor Boskovits wrote: > So, the question is: do we want to run our own? By “our own”, do you mean something like “Guix Summer of Code”? Or whatever other season. :-) Similar to: https://summer.nixos.org/ https://summer.haskell.org/news/2017-04-05-g

’inherit’ and list-dependent (was Re: branch master updated: gnu: emacs: Add TREE_SITTER_GRAMMAR_PATH support.)

2023-02-14 Thread Simon Tournier
Hi, On dim., 12 févr. 2023 at 01:14, Ludovic Courtès wrote: >> There is an idea to update guix refresh --list-dependent to handle the >> case with inherited packages as well. WDYT? > > Unfortunately, it’s not possible because inheritance info isn’t > available at run time. Well, with the curre

Suggestion: adding version information to Emacs packages

2023-02-14 Thread Giap Tran
Dear Guix Developers, I would like to suggest adding version information to the Guix packages for Emacs. This would make it easier to know which version is installed, upgrade/downgrade easily, and avoid confusion with version set to 0.0.0. This is an example I'm using the version in Guix packag

Rust team branch (was Re: Discussion notes on releases and branches)

2023-02-14 Thread Efraim Flashner
On Thu, Feb 09, 2023 at 01:19:28PM +0100, Andreas Enge wrote: > Attached are the notes of our discussion at the Guix Days concerning > releases, branches, teams and related matters. > > Andreas > > BRANCHES > > Suggestion: > - Spin off a stable branch from master with security fixes, maybe impo

Licence of the Guix blog posts

2023-02-14 Thread Cyril Roelandt
Hello, I agree for my contribution to the blog posts with the license under CC-BY-SA 4.0 and GFDL version 1.3 or later. Regards, Cyril Roelandt

Re: Using Guix inside a Guix container

2023-02-14 Thread Jim
James Thomas wrote: > guix shell -C guix --with-version=guix=VERSION -- guix describe Or even: guix shell -C -p /var/guix/profiles/per-user/.../current-guix -- guix describe --

Re: Merging core-updates?

2023-02-14 Thread Efraim Flashner
On Mon, Feb 13, 2023 at 09:36:17PM +, Kaelyn wrote: > --- Original Message --- > On Monday, February 13th, 2023 at 8:04 PM, Efraim Flashner > wrote: > > > > > > On Sun, Feb 12, 2023 at 06:29:04PM +, Kaelyn wrote: > > > > > Hi, > > > > > > --- Original Message --- > > >

Substitute fetching in installer iso's default origin very slow. Do you need more bandwidth?

2023-02-14 Thread Tainted Totoro Toaster
Substitute fetching in installer iso's default origin very slow. Do you need more bandwidth? Best wishes TTT My pubkey: -BEGIN PGP PUBLIC KEY BLOCK- mDMEY+u0BBYJKwYBBAHaRw8BAQdA6QcD8NB84W7zT4rzWeDDHLo49h4F7ghroDoY aMurA1K0O1RhaW50ZWQgVG90b3JvIFRvYXN0ZXIgPHRhaW50ZWRfdG90b3JvX3Rv YXN0ZX

Re: Architecture support [was: Re: Merging core-updates?]

2023-02-14 Thread Andreas Enge
Hello, Am Mon, Feb 13, 2023 at 12:56:45PM +0200 schrieb Efraim Flashner: > Aarch64 and armhf are getting stuck at gcc-cross-boot0. I got to hello on my aarch64, which is very encouraging! I will have to try again with your latest changes to core-updates, but am rather optimistic. Andreas

Re: Rust team branch

2023-02-14 Thread Andreas Enge
Am Tue, Feb 14, 2023 at 12:14:04PM +0200 schrieb Efraim Flashner: > On behalf of the Rust Team™¹ we'd like to check our rust source tarballs > for any hidden binaries² and to do a mass upgrade of many of the crates. > Currently there are many crates queued up in the staging branch but we'd > like t

Re: Rust team branch (was Re: Discussion notes on releases and branches)

2023-02-14 Thread Katherine Cox-Buday
Efraim Flashner writes: > As a project we haven't setup anything for starting the team-based > branches and upgrades, and the Rust Team volunteers to go first. Leo has attempted[1] to setup a branch for Go, but we're waiting to hear from sysadmins on why there's a build error. [1] https://lists

Re: Architecture support [was: Re: Merging core-updates?]

2023-02-14 Thread Julien Lepiller
Could we get berlin to evaluate a small set of core packages (mpc, hello, …)? Are the changes intended to fix the issue with bordeaux's machines? Is it configured to build core-updates? Le 14 février 2023 17:30:32 GMT+01:00, Andreas Enge a écrit : >Hello, > >Am Mon, Feb 13, 2023 at 12:56:45PM +

Re: Substitute fetching in installer iso's default origin very slow. Do you need more bandwidth?

2023-02-14 Thread Josselin Poiret
Hi, Tainted Totoro Toaster writes: > Substitute fetching in installer iso's default origin very slow. Do you > need more bandwidth? I don't think it's just a matter of bandwidth, the main substitute server has pretty bad peering with some areas of the world. Being able to change the default s

Re: Merging core-updates?

2023-02-14 Thread Andreas Enge
Am Mon, Feb 13, 2023 at 11:31:15PM +0200 schrieb Efraim Flashner: > Looks like you might be able to drop openjdk-10-hotspot-stack-size.patch > from openjdk-19.0.1. Maybe. What is strange is that we have the same openjdk package on master, apparently with the patch. I will give it a try nevertheles

Re: Moving forward with teams and feature branches (was: Discussion notes on releases and branches)

2023-02-14 Thread Leo Famulari
On Mon, Feb 13, 2023 at 03:07:58PM +0100, Andreas Enge wrote: > Am Sun, Feb 12, 2023 at 10:13:35PM +0100 schrieb Josselin Poiret: > > 4. staging merge happens, and the branch gets deleted. > > I failed to compile my profile on staging, since rust-rav1e, a dependency > of ffmpeg, failed to build; s

Re: [Internship][Discussion] Do we want to run our own internship program?

2023-02-14 Thread Gábor Boskovits
Hello, Simon Tournier ezt írta (időpont: 2023. febr. 14., K 13:24): > Hi Gábor, > > On lun., 13 févr. 2023 at 21:13, Gábor Boskovits > wrote: > > > So, the question is: do we want to run our own? > > By “our own”, do you mean something like “Guix Summer of Code”? Or > whatever other season. :-

Re: ’inherit’ and list-dependent (was Re: branch master updated: gnu: emacs: Add TREE_SITTER_GRAMMAR_PATH support.)

2023-02-14 Thread Gábor Boskovits
Hello, Simon Tournier ezt írta (időpont: 2023. febr. 14., K 13:25): > Hi, > > On dim., 12 févr. 2023 at 01:14, Ludovic Courtès wrote: > > >> There is an idea to update guix refresh --list-dependent to handle the > >> case with inherited packages as well. WDYT? > > > > Unfortunately, it’s not p

Re: Rust team branch

2023-02-14 Thread Efraim Flashner
On Tue, Feb 14, 2023 at 05:36:13PM +0100, Andreas Enge wrote: > Am Tue, Feb 14, 2023 at 12:14:04PM +0200 schrieb Efraim Flashner: > > On behalf of the Rust Team™¹ we'd like to check our rust source tarballs > > for any hidden binaries² and to do a mass upgrade of many of the crates. > > Currently t

Re: Rust team branch (was Re: Discussion notes on releases and branches)

2023-02-14 Thread Efraim Flashner
On Tue, Feb 14, 2023 at 09:36:46AM -0700, Katherine Cox-Buday wrote: > Efraim Flashner writes: > > > As a project we haven't setup anything for starting the team-based > > branches and upgrades, and the Rust Team volunteers to go first. > > Leo has attempted[1] to setup a branch for Go, but we'r

Re: Architecture support [was: Re: Merging core-updates?]

2023-02-14 Thread Efraim Flashner
On Tue, Feb 14, 2023 at 05:30:32PM +0100, Andreas Enge wrote: > Hello, > > Am Mon, Feb 13, 2023 at 12:56:45PM +0200 schrieb Efraim Flashner: > > Aarch64 and armhf are getting stuck at gcc-cross-boot0. > > I got to hello on my aarch64, which is very encouraging! I will have to > try again with you

Re: Merging core-updates?

2023-02-14 Thread Kaelyn
--- Original Message --- On Tuesday, February 14th, 2023 at 2:50 PM, Efraim Flashner wrote: > [snip] > > I ended up going a different route and moving xz from the finalize > packages to an actual xz-final and replacing xz-bootstrap/xz-mesboot in > %boot6-inputs. > > I also tracked dow

Re: Golang go-updates feature branch?

2023-02-14 Thread Josselin Poiret
Hi Leo, Leo Famulari writes: > And there is a diff for 'build-aux/cuirass/evaluate.scm', so that I can > test it with `make cuirass-jobs`. > > But, `make cuirass-jobs` crashes with this manifest and I don't know > why: The inferior that's used in 'build-aux/cuirass/evaluate.scm' is built from t

Licence of the Guix blog posts

2023-02-14 Thread Arun Isaac
Yes, I agree for my contribution to the blog posts to be published under the licenses CC-BY-SA 4.0 and GFDL version 1.3 or later (with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts).

Re: Merging core-updates?

2023-02-14 Thread Kaelyn
--- Original Message --- On Tuesday, February 14th, 2023 at 8:29 PM, Kaelyn wrote: > > --- Original Message --- > On Tuesday, February 14th, 2023 at 2:50 PM, Efraim Flashner > efr...@flashner.co.il wrote: > > [snip] > > > I ended up going a different route and moving xz from t