var/log/messages

2022-07-08 Thread Gottfried
Hi Guixers, in which folder can I find the messages, which are displayed switching on the laptop? normally they are in /var/log/messages. If I open /var/log/messages with cat there are plenty of information, much more than what is displayed on the screen, switching on the laptop. Are the

Re: package exists but not showing

2022-07-08 Thread Andy Tai
That seems to resolve the issue. Now guix is at $ which guix ~/.config/guix/current/bin/guix Hope this is the expected path. :) Thanks On Thu, Jul 7, 2022 at 11:38 PM ( wrote: > > On Fri Jul 8, 2022 at 6:16 AM BST, Andy Tai wrote: > > $ which guix > > ~/.guix-profile/bin/guix > > Run `guix

Re: package exists but not showing

2022-07-08 Thread (
On Fri Jul 8, 2022 at 5:15 PM BST, Andy Tai wrote: > ~/.config/guix/current/bin/guix > > Hope this is the expected path. :) Thanks It is the correct path. That's where `guix pull` installs everything. -- (

Re: [PATCH 1/3] gnu: openssl-3.0: Update to 3.0.4.

2022-07-08 Thread zimoun
Hi, Well, I do not know what are the status of these patches. However, I think it would be better to send them to guix-patc...@gnu.org instead of help-guix@gnu.org. Whereas all contribution is very welcome whatever the mean, it eases the work if they go via the Patch Tracker. See

Re: emacs-guix and build-farm

2022-07-08 Thread zimoun
Hi, I do not daily use emacs-guix so I do not know. On dim., 15 mai 2022 at 09:16, 白い熊 wrote: > I was intrigued by the B keybinding in emacs-guix which when displaying > the list of all packages should enable you to see the list of all built > versions available via substitutes, if I

Re: package exists but not showing

2022-07-08 Thread Ricardo Wurmus
Andy Tai writes: > Hi, I am running the latest mainline guix on top of Fedora. After doing > > guix pull && guix package -u > > I run into this situation: > > $ hash guix > $ which firefox > ~/.guix-profile/bin/firefox > $ guix show firefox > guix show: error: firefox: package not found > $

Re: package exists but not showing

2022-07-08 Thread zimoun
Hi, On Thu, 07 Jul 2022 at 22:16, Andy Tai wrote: > $ which guix > ~/.guix-profile/bin/guix That’s odd. It means you are running the package guix, not the pulled guix which usually lives at ~/.config/guix/current/bin/guix Could you try: $ ~/.config/guix/current/bin/guix show firefox ?

Re: package exists but not showing

2022-07-08 Thread (
On Fri Jul 8, 2022 at 6:16 AM BST, Andy Tai wrote: > $ which guix > ~/.guix-profile/bin/guix Run `guix remove guix` ;) You're not supposed to install guix using `guix install`; it's updated when you `guix pull`. -- (