Re: no C_INCLUDE_PATH env variable defined : I can't compile C applications

2022-10-23 Thread 宋文武
Mohamed Amine LEGHERABA writes: > Thanks Ricardo for your answer. > > Sorry if my message was not clear, > I don't have the env variable C_INCLUDE_PATH in my guix system and I > should have it because I have the packages "gcc-toolchain" and > "linux-libre-headers" in my home profile. > When I run

no C_INCLUDE_PATH env variable defined : I can't compile C applications

2022-10-23 Thread Mohamed Amine LEGHERABA via
Hello, When I do "echo $C_INCLUDE_PATH" in my bash prompt (either my account or root), I have nothing. When I run a custom guix shell (with gcc-toolchain) and I run "echo $C_INCLUDE_PATH", I have "/gnu/store/1p21dbv408cb45zcc15v7wj0q7x99rz2-profile/include" Without this env variable, C programs

Re: How to avoid downloading qtbase:debug

2022-10-23 Thread Efraim Flashner
On Sat, Oct 22, 2022 at 12:39:54PM +0200, Csepp wrote: > > kiasoc5 writes: > > > Dear Guix, > > > > =guix shell qtbase= downloads the entire debug output of qtbase even > > though I didn't write down qtbase:debug. That's hundreds of megabytes > > of bandwith I didn't want to use. How do I avoid

Re : Re: no C_INCLUDE_PATH env variable defined : I can't compile C applications

2022-10-23 Thread Mohamed Amine LEGHERABA
Thanks Ricardo for your answer. Sorry if my message was not clear, I don't have the env variable C_INCLUDE_PATH in my guix system and I should have it because I have the packages "gcc-toolchain" and "linux-libre-headers" in my home profile. When I run a instance of guix shell with these 2 packag

Re: no C_INCLUDE_PATH env variable defined : I can't compile C applications

2022-10-23 Thread Ricardo Wurmus
Mohamed Amine LEGHERABA via writes: > When I do "echo $C_INCLUDE_PATH" in my bash prompt (either my account or > root), I have nothing. > > When I run a custom guix shell (with gcc-toolchain) and I run "echo > $C_INCLUDE_PATH", > I have "/gnu/store/1p21dbv408cb45zcc15v7wj0q7x99rz2-profile/inc

Re: Can't reconnect to WiFi easily

2022-10-23 Thread Luis Felipe
Hi Felix, On Saturday, October 22nd, 2022 at 00:23, Felix Lechner wrote: > I use a non-free kernel. The Wifi drops very rarely if at all; once a > week at most. My remedy in Gnome 3 is to disable the Wifi and to > re-enable it again. I never restart the Shepherd service. I only use Guix's off

Re: Trouble with nfs mount

2022-10-23 Thread Fredrik Salomonsson
Hi Remco, Remco writes: > Autofs works pretty well for me. Using the stock package and a service like > described here: > > https://www.rohleder.de/2020/07/04/autofs/ Thanks for pointing out Autofs. I did not know about it before and indeed it works quite well for this. I based mine of what

Re: How to avoid downloading qtbase:debug

2022-10-23 Thread Csepp
Maxim Cournoyer writes: > Hi, > > Csepp writes: > >> kiasoc5 writes: >> >>> Dear Guix, >>> >>> =guix shell qtbase= downloads the entire debug output of qtbase even >>> though I didn't write down qtbase:debug. That's hundreds of megabytes >>> of bandwith I didn't want to use. How do I avoid do

Re: How to avoid downloading qtbase:debug

2022-10-23 Thread Maxim Cournoyer
Hi, Csepp writes: > kiasoc5 writes: > >> Dear Guix, >> >> =guix shell qtbase= downloads the entire debug output of qtbase even >> though I didn't write down qtbase:debug. That's hundreds of megabytes >> of bandwith I didn't want to use. How do I avoid downloading the debug >> output? Is this a

Re: How to avoid downloading qtbase:debug

2022-10-23 Thread Tobias Geerinckx-Rice
Hi! kiasoc5 写道: =guix shell qtbase= downloads the entire debug output of qtbase even though I didn't write down qtbase:debug. That's hundreds of megabytes of bandwith I didn't want to use. How do I avoid downloading the debug output? If this is what I suspect it is, the only way would be ‘g

Re: When do you re-export?

2022-10-23 Thread Maxim Cournoyer
Hi jgart, jgart writes: > Hi, > > When should I re-export something in a module? > > docs say the following: > > Add all variables (which must be symbols or pairs of symbols) to the > list of re-exported bindings of the current module. Pairs of symbols > are handled as in export. Re-exported bin