arm-none-eabi toolchain and compiling C++ stuff

2024-09-07 Thread Rutherther
s in CROSS_LIBRARY_PATH. As a workaround, just add "$GUIX_ENVIRONMENT/lib" to "CROSS_LIBRARY_PATH". I will try to submit the 12.3 patch soon. In the mean time I have it inside of my own channel https://github.com/Rutherther/guix-exprs/blob/main/ruther/packages/embedded.scm Redards, Rutherther

Re: 'guix build [P]' followed by 'guix install /gnu/store/[...]' vs. 'guix install [P]'

2024-11-07 Thread Rutherther
bstitutes and only if you use command like guix shell / guix install. Additionally, if you are only concerned about the size it takes up in store, you can guix gc those paths right after the build. Regards, Rutherther

Re: guix shell: error: symlink: File exists: "/bin/cc"

2024-10-24 Thread Rutherther
Hello, note that this is linked to issue #73799, since the original patch was submitted both to guix-devel and guix-patches. Regards, Rutherther

Re: A different way to bootstrap and build GCC

2024-11-24 Thread Rutherther
ns, and I am not sure what could be done to resolve that. Regards, Rutherther

Re: [PATCH 0/1] qt-build-system: Wrap with build variables to allow %outputs in arguments

2024-12-04 Thread Rutherther
ie. for the thing you are saying - less dependants, or if it was sort of a mistake. So is the goal to port everything to gexps eventually, and to get rid of %outputs completely? Regards, Rutherther

[PATCH 0/1] qt-build-system: Wrap with build variables to allow %outputs in arguments

2024-12-04 Thread Rutherther
g the same structure, I am submitting this to guix devel for discussion, as well as opening a patch in case this is fine to be merged. If not, could someone please explain what the reason behind not adding inputs and outputs is, and what is the alternative? Regards, Rutherther Rutherther (1): gui

Re: A different way to bootstrap and build GCC

2025-03-03 Thread Rutherther
Hi, I wanted to reply to this email, but kept forgetting, sorry for that. Stefan writes: > Hi Rutherther! > >> I think it's good idea to move away from C_INCLUDE_PATH, >> LIBRARY_PATH for the toolchain libraries (glibc, stdlibc++, ...), but >> what about other

Re: user shepherd gets started how?

2025-03-15 Thread Rutherther
Hello, I am just ordinary user of guix, shepherd, I never contributed to shepherd, but I still think I can answer some of your questions or explain design: > Hi, > How does my user ("dannym")'s shepherd (and user dbus--probably by > shepherd?) get started? (I'm using guix home--if it's impor

Re: Configuring Shepherd services belonging to system services

2025-03-18 Thread Rutherther
the other service configurator will be necessary. (and moreover with current state of least autority wrapper this might still be impossible even with finalizations, but I think that is for another topic) There are probably other use cases, I am thinking of this one since I saw it recently. Rutherther

Re: New procedure to modify operating-system records

2025-03-16 Thread Rutherther
Sergio Pastor Pérez writes: > Hello Rutherther! Thanks for showing interest. > > Rutherther writes: >> Hi, in case someone stumbled upon this thread in the future >> (probably me, who will again not save this to a known location >> and will come searching on the l

Re: Configuring Shepherd services belonging to system services

2025-03-18 Thread Rutherther
would be fairly easy to hit the problem you're suggesting - service writer has (not) made something available. Regards, Rutherther

Re: New procedure to modify operating-system records

2025-03-16 Thread Rutherther
Hi, in case someone stumbled upon this thread in the future (probably me, who will again not save this to a known location and will come searching on the list archives :) ), OP changed their usernam on codeberg, so new url is here: https://codeberg.org/pastor/omega/src/branch/main/pastor/utils/

Re: [GCD deliberation] Set search paths without program wrappers

2025-03-31 Thread Rutherther
removed completely as some build systems just won't have the patches, at least yet, on the other hand how would it be distinguished which ones should end up in the profile exports and which ones should just end up in the search-paths.d files? Apologies if I've just missed answers to these questions in the GCD text or discussion. Regards, Rutherther

Wireshark with capabilities

2025-03-25 Thread Rutherther
t "/bin/dumpcap")) --- Here is the patch: --- >From cb326bf97c99ff73a0a8689304e3ad47aa59139f Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 15 Feb 2025 11:39:38 +0100 Subject: [PATCH] Point dumpcap to privileged bin --- capture/capture_sync.c | 5 + 1 file changed, 1 in

Re: Alist and serializer backed service configuration?

2025-04-02 Thread Rutherther
do easily and we could build on it further, functions like '(finalize-shepherd-service "service" (lambda (config) (.. (inherit (config)' and more specific ones like (shepherd-override-auto-start? #f)'. Regards, Rutherther

Re: New procedure to modify operating-system records

2025-03-26 Thread Rutherther
Hi Sergio, Sergio Pastor Pérez writes: > Rutherther writes: >> what I am asking is how this will be achieved - coverage of same use >> case. Possibly I am just missing something, so let's take guix system >> reconfigure as an example. Could you point where I a

Warning about a serious issue causing file corruptions (root partition not unmounted on reboot/shutdown)

2025-03-28 Thread Rutherther
re than gaining, since the programs won't be able to save to disk anymore. It is not completely clear if the issue happens only on reboots, or even on shutdown. If you've got more information, please share it. Regards, Rutherther More info about the issue&updates: https://issues.guix

Re: [Shepherd] Disappearing timer

2025-04-05 Thread Rutherther
herd starts all services (unless you set auto-start of them to #f) in correct order according to requirements. Regards, Rutherther PS I think that the help-guix mailing list is better suited for questions about problems. [1] gnu/services/shepherd.scm (%default-modules)

Re: Debbugs changes on #guix

2025-04-05 Thread Rutherther
, I don't really have much experience with Debbugs, so pardon the simple question, but is it possible to somehow list issues with recent activity somewhere? Like if I used emacs debbugs? (not necessarily new issues, but even old issues with a new message) Regards, Rutherther

Re: guix shell --container from Shepherd to run a service

2025-04-06 Thread Rutherther
e "/home/*hass-user*/.config/guix/current/bin/guix"...) Meaning that user's pull state is irrelevant as the reference to guix is directly to the store. Also the reference would be to the pinned guix package in guix channel that you're probably not really using on your system. But all this is based on some assumptions of the code and how you use your system, so I totally might be wrong. Regards, Rutherther