* question on nss-certs [not found] <87o79fkkam.fsf.ref@yahoo.com.br> @ 2024-05-09 16:43 ` Antonio Carlos Padoan Junior 2024-05-09 17:53 ` Olivier Dion 0 siblings, 1 reply; 6+ messages in thread From: Antonio Carlos Padoan Junior @ 2024-05-09 16:43 UTC (permalink / raw) To: guix-devel Hi, I made a system reconfigure today and I noticed that my folder /etc/ssl/certs disappeared and this annoys me (for instance, mbsync is missing it). I suppose this is related to the fact that nss-certs now is included in base-packages, but not sure. Am I supposed to still have the standard folder /etc/ssl/certs in my system? If no, how can I gracefully handle that? This is the system I build this morning: Generation 97 May 09 2024 12:07:20 (current) nonguix 7081518 repository URL: https://gitlab.com/nonguix/nonguix branch: master commit: 7081518be7d2dbb58f3fbfeb1785254a6f0059c8 guix cf5f7a8 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: cf5f7a8bf9ca2288700fcf351bbca0fc341ec969 -- Antonio Carlos PADOAN JUNIOR PGP fingerprint: 243F 237F 2DD3 4DCA 4EA3 1341 2481 90F9 B421 A6C9 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: question on nss-certs 2024-05-09 16:43 ` question on nss-certs Antonio Carlos Padoan Junior @ 2024-05-09 17:53 ` Olivier Dion 2024-05-09 22:13 ` bug#70850: " jbranso--- via Bug reports for GNU Guix 0 siblings, 1 reply; 6+ messages in thread From: Olivier Dion @ 2024-05-09 17:53 UTC (permalink / raw) To: Antonio Carlos Padoan Junior, guix-devel On Thu, 09 May 2024, Antonio Carlos Padoan Junior <acpadoanjr@yahoo.com.br> wrote: > Hi, > > I made a system reconfigure today and I noticed that my folder > /etc/ssl/certs disappeared and this annoys me (for instance, mbsync is > missing it). I suppose this is related to the fact that nss-certs now is > included in base-packages, but not sure. Am I supposed to still have the > standard folder /etc/ssl/certs in my system? If no, how can I gracefully > handle that? This actualy broke my system. Could not do `guix pull' anymore afterward because it could not do authentication. I had to roll-back to previous system and remove nss-certs from the list of system packages and reconfigure the system. -- Olivier Dion oldiob.ca ^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#70850: question on nss-certs 2024-05-09 17:53 ` Olivier Dion @ 2024-05-09 22:13 ` jbranso--- via Bug reports for GNU Guix 2024-05-10 5:51 ` Antonio Carlos Padoan Junior via Bug reports for GNU Guix 0 siblings, 1 reply; 6+ messages in thread From: jbranso--- via Bug reports for GNU Guix @ 2024-05-09 22:13 UTC (permalink / raw) To: olivier.dion, acpadoanjr, 70850 May 9, 2024 at 1:53 PM, "Olivier Dion" <olivier.dion@polymtl.ca> wrote: > > On Thu, 09 May 2024, Antonio Carlos Padoan Junior <acpadoanjr@yahoo.com.br> wrote: > > > > > > Hi, > > > > I made a system reconfigure today and I noticed that my folder > > > > /etc/ssl/certs disappeared and this annoys me (for instance, mbsync is > > > > missing it). I suppose this is related to the fact that nss-certs now is > > > > included in base-packages, but not sure. Am I supposed to still have the > > > > standard folder /etc/ssl/certs in my system? If no, how can I gracefully > > > > handle that? > > This is the system I build this morning: > > Generation 97 May 09 2024 12:07:20 (current) > > nonguix 7081518 > > repository URL: https://gitlab.com/nonguix/nonguix > > branch: master > > commit: 7081518be7d2dbb58f3fbfeb1785254a6f0059c8 > > guix cf5f7a8 > > repository URL: https://git.savannah.gnu.org/git/guix.git > > branch: master > > commit: cf5f7a8bf9ca2288700fcf351bbca0fc341ec969 > > > > > > This actualy broke my system. Could not do `guix pull' anymore > > > > afterward because it could not do authentication. I had to roll-back to > > > > previous system and remove nss-certs from the list of system packages > > > > and reconfigure the system. > > > > -- > > > > Olivier Dion > > > > oldiob.ca > The best place for bugs, is to discuss them on bug-guix@gnu.org. That way it ends up in our bug tracker. guix-devel@gnu.org is really meant for massive cool changes that you want guix to include. :) Not to worry. I am including your bug report to bug-guix@gnu.org! I believe that guix is having some issues with building nss at the moment. https://issues.guix.gnu.org/70663 Maybe that is related to this? (possibly not). Thanks, Joshua ^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#70850: question on nss-certs 2024-05-09 22:13 ` bug#70850: " jbranso--- via Bug reports for GNU Guix @ 2024-05-10 5:51 ` Antonio Carlos Padoan Junior via Bug reports for GNU Guix 2024-05-10 14:21 ` jbranso--- via Bug reports for GNU Guix 0 siblings, 1 reply; 6+ messages in thread From: Antonio Carlos Padoan Junior via Bug reports for GNU Guix @ 2024-05-10 5:51 UTC (permalink / raw) To: jbranso; +Cc: olivier.dion, 70850 jbranso@dismail.de writes: > May 9, 2024 at 1:53 PM, "Olivier Dion" <olivier.dion@polymtl.ca> wrote: > > The best place for bugs, is to discuss them on bug-guix@gnu.org. That way > > it ends up in our bug tracker. guix-devel@gnu.org is really meant for > > massive cool changes that you want guix to include. :) > Thank you, I was not certain it was a bug. And yes, next time I will try to be more precise in which list to post. -- Antonio Carlos PADOAN JUNIOR PGP fingerprint: 243F 237F 2DD3 4DCA 4EA3 1341 2481 90F9 B421 A6C9 ^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#70850: question on nss-certs 2024-05-10 5:51 ` Antonio Carlos Padoan Junior via Bug reports for GNU Guix @ 2024-05-10 14:21 ` jbranso--- via Bug reports for GNU Guix 2024-05-16 2:58 ` Maxim Cournoyer 0 siblings, 1 reply; 6+ messages in thread From: jbranso--- via Bug reports for GNU Guix @ 2024-05-10 14:21 UTC (permalink / raw) To: Antonio Carlos Padoan Junior; +Cc: olivier.dion, 70850 May 10, 2024 at 1:51 AM, "Antonio Carlos Padoan Junior" <acpadoanjr@yahoo.com.br> wrote: > > jbranso@dismail.de writes: > > > > > May 9, 2024 at 1:53 PM, "Olivier Dion" <olivier.dion@polymtl.ca> wrote: > > > > The best place for bugs, is to discuss them on bug-guix@gnu.org. That way > > > > it ends up in our bug tracker. guix-devel@gnu.org is really meant for > > > > massive cool changes that you want guix to include. :) > > > > Thank you, I was not certain it was a bug. And yes, next time I will try > > to be more precise in which list to post. No worries. I hope the bug gets fixed. :) > > -- > > Antonio Carlos PADOAN JUNIOR > > PGP fingerprint: > > 243F 237F 2DD3 4DCA 4EA3 1341 2481 90F9 B421 A6C9 > ^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#70850: question on nss-certs 2024-05-10 14:21 ` jbranso--- via Bug reports for GNU Guix @ 2024-05-16 2:58 ` Maxim Cournoyer 0 siblings, 0 replies; 6+ messages in thread From: Maxim Cournoyer @ 2024-05-16 2:58 UTC (permalink / raw) To: jbranso; +Cc: olivier.dion, 70850-done, Antonio Carlos Padoan Junior Hello, jbranso@dismail.de writes: > May 10, 2024 at 1:51 AM, "Antonio Carlos Padoan Junior" <acpadoanjr@yahoo.com.br> wrote: > > > >> >> jbranso@dismail.de writes: >> >> > >> > May 9, 2024 at 1:53 PM, "Olivier Dion" <olivier.dion@polymtl.ca> wrote: >> > >> > The best place for bugs, is to discuss them on bug-guix@gnu.org. That way >> > >> > it ends up in our bug tracker. guix-devel@gnu.org is really meant for >> > >> > massive cool changes that you want guix to include. :) >> > >> >> Thank you, I was not certain it was a bug. And yes, next time I will try >> >> to be more precise in which list to post. > > No worries. I hope the bug gets fixed. :) Should be fixed with: 35ae95061e ("system: Do not delete all nss-certs packages when they are the same object."). Sorry for the breakage, and thanks for the report! -- Thanks, Maxim ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-05-16 3:00 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <87o79fkkam.fsf.ref@yahoo.com.br> 2024-05-09 16:43 ` question on nss-certs Antonio Carlos Padoan Junior 2024-05-09 17:53 ` Olivier Dion 2024-05-09 22:13 ` bug#70850: " jbranso--- via Bug reports for GNU Guix 2024-05-10 5:51 ` Antonio Carlos Padoan Junior via Bug reports for GNU Guix 2024-05-10 14:21 ` jbranso--- via Bug reports for GNU Guix 2024-05-16 2:58 ` Maxim Cournoyer
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/guix.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.