Email or username:

Password:

Forgot your password?
83 posts total
Ludovic Courtès

The set of Home services has been slowly but surely growing over the last few weeks:
guix.gnu.org/manual/devel/en/h

… and there’s more coming!

Ludovic Courtès

As a user, what's your relation with 'guix pack -RR', the Really Relocatable packs?

Anonymous poll

Poll

Used it with the default execution engine.
0
0%
Used it with the proot execution engine.
0
0%
Used it with the fakechroot execution engine.
0
0%
Never used it! Should I?
7
100%
7 people voted.
Voting ended 18 Mar 2023 at 20:38.
Ludovic Courtès

“Building Toolchains with Guix”
guix.gnu.org/en/blog/2023/buil

Mitchell Schmeisser shares their experience using to define a cross-compilation toolchain for the real-time operating system, which is used in the space.

Ludovic Courtès

Timothy Sample just published an updated “Preservation of Guix” report:
ngyro.com/pog-reports/latest/

Key takeaway is that 87% of the source code of packages present in today is archived via + , 77% if we look at all the packages that appeared in Guix between May 2019 and today.

Ludovic Courtès

GCC 5.5.0 (2017) cannot be built out-of-the-box by g++/GCC 11.3.0 (2022) because g++ 11.x defaults to C++17, whereas GCC 5.5 expects C++11, which apparently has incompatible features/semantics in some places.

Thanks again to the bright minds who pushed for C++ in GCC (and then left).

Sevan Janiyan

@civodul is it not possible to pass -std=gnu++11 to g++ if it's v11.x?

Ludovic Courtès

“Gix: Literate Programming with Emacs org-mode & GNU/Guix [sic]”
simfish.dev/projects/gix/

Looks like a nice way to integrate with -based deployment of the software needed to run code snippets—sorta like Guix-Jupyter.

HT to @csantosb

Ludovic Courtès

me in 2009: Nix is cool, let’s do CI for Guile with Nix!
me in 2012: Guile is cool as well, Guile + Nix = Guix!
me in 2023: Guix is cool, let’s do CI for Guile with Guix!

lists.gnu.org/archive/html/gui

Ludovic Courtès

Besides the fun story of me hacking in circles, it’s an interesting? thought-provoking? hack on how to use Cuirass for continuous integration of code that’s not a regular Guix channel.

I think it’s a use case we should work on!

Ludovic Courtès

3.0.9 released!
👉 gnu.org/software/guile/news/gn

It’s primarily a bug-fix release, but it also adds new POSIX bindings (‘openat’, ‘posix spawn’, etc.) among other niceties!

Ludovic Courtès

Two Days followed by with no less than 10 Guix talks: next week’s going to be busy!
guix.gnu.org/en/blog/2023/meet

Come chat with us if you’re in Brussels!

Ludovic Courtès

… and come chat on-line if you’re not in Brussels!

Ludovic Courtès

has a new ‘spawn’ procedure that wraps ‘posix_spawn’, and ‘system*’, ‘open-pipe’ and friends are now based on ‘posix_spawn’ as well!
issues.guix.gnu.org/52835

More robust & more efficient thank fork+exec. 👍
Kudos to Josselin!

Andrew Tropin

@civodul I got hit by it a few times, but didn't have to time to dig in, kudos to Josselin and all related people!

Ludovic Courtès

“The Filesystem Hierarchy Standard Comes to Guix Containers”
guix.gnu.org/en/blog/2023/the-

@podiki writes about the recently-added ‘guix shell --container --emulate-fhs’; check it out!

Ludovic Courtès

Hey! The Days + are approaching!
👉 lists.gnu.org/archive/html/gui

Just booked my train to Brussels. Looking forward to meeting folks IRL again!!

Kudos to @pjotrp & co.

Ludovic Courtès

1.4.0 released! 🎉
guix.gnu.org/en/blog/2022/gnu-

So many exciting things since 1.3.0, starting with ‘guix shell’ and Guix Home. Check it out!

Plus, it comes with cute artwork by @luis_felipe.

Show previous comments
podiki

@civodul @luis_felipe woohoo! Thanks everyone, always love using and hacking on Guix!

jtmoulia

@civodul @luis_felipe incredible batch of features, thank you all!

And, loving the artwork

Ludovic Courtès

Turns out search engines were likely to lead users to the manual of 1.6, 1.8 (both unmaintained for 15+ years), or 2.9.9 (a pre-release of 3.0), all of which were lingering under gnu.org/software/guile/docs.

After a discussion on IRC, I cleaned it up. Now gnu.org/s/guile/learn/ only links to up-to-date material.

Ludovic Courtès

The cute illustration by @luis_felipe was ready long before the code, but hey, better late than never!

Ludovic Courtès

The “ & computing” devroom published a CfP:
lists.gnu.org/archive/html/gui

If you’re into , , , or some other minimalistic or declarative language/framework, this is for you.

👍 Manolis, @pjotrp, and everyone organizing it!

Ludovic Courtès

The “ & computing” devroom will be back at !
fosdem.org/2023/schedule/track

The CfP should be out soon, but in the meantime you can check out last year’s program full of lovely talks about lispy things and more:
archive.fosdem.org/2022/schedu

Cc: @scheme

Go Up