GNU bug report logs -
#76000
Installer adds "nss-certs" to generated operating-system packages list, but it is included in %base-packages
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 2 Feb 2025 21:38:57 -0500
with message-id <Z6AsQcpUuA1C4S8c <at> jasmine.lan>
and subject line Re: bug#76000: Installer adds "nss-certs" to generated operating-system packages list, but it is included in %base-packages
has caused the debbugs.gnu.org bug report #76000,
regarding Installer adds "nss-certs" to generated operating-system packages list, but it is included in %base-packages
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
76000: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76000
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Guix System was installed via guix-system-install-1.4.0.x86_64-linux.iso
Running "guix system reconfigure" produces this message:
"guix system: warning: multiple 'nss-certs' packages found;
'nss-certs' is now included by default in '%base-packages'; ensure it
is not explicitly listed in the operating system 'packages' field"
The config.scm generated by the graphical installer has the following
packages section:
(packages (append (list (specification->package "i3-wm")
(specification->package "i3status")
(specification->package "dmenu")
(specification->package "st")
(specification->package "emacs")
(specification->package "emacs-exwm")
(specification->package
"emacs-desktop-environment")
(specification->package "nss-certs"))
%base-packages))
Removing the "(specification->package "nss-certs")" line fixes the
problem, but perhaps the installer needs to be updated to no longer
add nss-certs?
--
Laurence
[Message part 3 (message/rfc822, inline)]
On Sat, Feb 01, 2025 at 08:11:03PM +0000, Laurence Rochfort wrote:
> Running "guix system reconfigure" produces this message:
>
> "guix system: warning: multiple 'nss-certs' packages found;
> 'nss-certs' is now included by default in '%base-packages'; ensure it
> is not explicitly listed in the operating system 'packages' field"
>
>
> The config.scm generated by the graphical installer has the following
> packages section:
[...]
> (specification->package "nss-certs"))
Thanks for the report! Yes, that's the problem.
> Removing the "(specification->package "nss-certs")" line fixes the
> problem, but perhaps the installer needs to be updated to no longer
> add nss-certs?
The code that creates the installer has been adjusted, but we haven't
issued a new release since nss-certs was added to %base-packages:
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=65e8472a4b6fc6f66871ba0dad518b7d4c63595e
So, unfortunately, this warning message will be seen by everyone who
installs Guix System 1.4.0.
However, I don't believe it will break anything. Let us know if it does
seem to cause a problem beyond the annoying warning.
It's not that easy to "just update the installer", so we'll have to wait
for 1.5, 2.0, or whatever the next release is before this warning goes
away.
Thanks again for the report!
This bug report was last modified 104 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.