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 displayed messages on the screen only a summary of what is 
there? or are the messages in an other folder stored?

(because my ACPI doesn't work and every time it says ACPI bug in bios)

thanks for helping
Gottfried


OpenPGP_0x61FAF349C9FB7F94.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature


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 remove guix` ;) You're not supposed to install guix using
> `guix install`; it's updated when you `guix pull`.
>
> -- (



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 .


Cheers,
simon



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 understand it correctly. This 
> came to my ming after doing a guix pull then trying to install 
> libreoffice which started to build for ages due to unavailable built 
> substitute.

>From my understanding, it is hard to know beforehand.  You need to check
using “guix weather libreoffice”…

> However trying to display it in emacs-guix tells you:
> guix-assert-build-farm: This feature requires ‘build-farm’ package, 
> which is not installed
>
> The only package available though is emacs-build-farm which doesn't 
> solve this as Emacs still says build-farm not installed. How can I fix 
> this?

…and maybe emacs-guix is doing this under-the-hood which would be really
nice; other said, check the substitute avaibility using the data
provided by an equivalent of “guix weather” and if the substitute is
available, install it.

But it would be more complicated, because you would like to know if all
the dependencies you need are substituable; which is, AFAIK, not
straightforward to know beforehand.


Cheers,
simon




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
> $ guix package --list-installed|grep firefox
> firefox 100.0.2 out
> /gnu/store/wmlyxw4jx2d75cwn2hv5g99b61jwpinz-firefox-100.0.2
> $
>
> I wonder if this is a valid state for guix?

It is a valid state.  You could for example do this:

  guix time-machine -C channels-with-firefox -- install firefox

That would install firefox into your profile, but when you then do “guix
show firefox” it would print an error, because *this* Guix doesn’t know
anything about the “firefox” package.

What is installed is separate from what Guix knows about.  All this
tells you is that the package you installed was provided by a different
version of Guix (with possibly different channels) than the version of
Guix you are using to run “guix show”.

-- 
Ricardo



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

?  And if the issue is probably from:

$ cat ~/.config/guix/channels.scm
$ guix package --list-installed | grep guix


Hope that helps,
simon



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`.

-- (