unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Thiago Jung Bauermann <bauermann@kolabnow.com>
To: help-guix@gnu.org
Cc: Roy Lemmon <roy@roylemmon.com>
Subject: Re: cmake error
Date: Thu, 13 May 2021 10:48:41 -0300	[thread overview]
Message-ID: <1943168.NvbeWOY1x7@popigai> (raw)
In-Reply-To: <878s4isyze.fsf@roylemmon.com>

Hello Roy,

Em quinta-feira, 13 de maio de 2021, às 07:35:17 -03, Roy Lemmon escreveu:
> I have a problem with the cmake build package.
> 
> Below is a small CMakeLists.txt test file where I attempt to download the
> file fastjet-3.3.3.tar.gz.
> 
> *************************************************************************
> ********* # Specify the minimum version for CMake
> cmake_minimum_required(VERSION 3.13.5)
> 
> # Project's name
> 
> project(hello)
> 
> file(DOWNLOAD "http://fastjet.fr/repo/fastjet-3.3.3.tar.gz"
> "fastjet-3.3.3.tar.gz"  TIMEOUT 60)
> ************************************************************************
> **********
> 
> When I run this file I get an error about the certificates:
> 
> **********************************************************************
> rlemmon@parton ~/example$ cmake .
> CMake Error at CMakeLists.txt:8 (file):
>   file /home/rlemmon/.guix-profile/etc/ssl/certs/ca-certificates.crt
> 
> 
> -- Configuring incomplete, errors occurred!
> See also "/home/rlemmon/example/CMakeFiles/CMakeOutput.log".
> **********************************************************************
> 
> Can someone help ?

Do you have the nss-certs package installed? The Guix manual mentions¹ that 
it may need to be, in order for apps installed by Guix to authenticate 
certificates.

If you already have that package, then it's necessary to look at 
CMakeOutput.log to see if there are more hints.

Thanks,
Thiago


¹ https://guix.gnu.org/manual/en/html_node/Application-Setup.html




  reply	other threads:[~2021-05-13 13:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-13 10:35 cmake error Roy Lemmon
2021-05-13 13:48 ` Thiago Jung Bauermann [this message]
2021-05-13 14:12   ` Roy Lemmon
2021-05-13 15:05     ` Thiago Jung Bauermann
2021-05-13 16:54       ` Roy Lemmon
2021-05-13 17:07     ` Thiago Jung Bauermann
2021-05-13 17:17       ` Roy Lemmon
2021-05-13 18:09         ` Thiago Jung Bauermann
2021-05-13 18:17           ` Roy Lemmon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1943168.NvbeWOY1x7@popigai \
    --to=bauermann@kolabnow.com \
    --cc=help-guix@gnu.org \
    --cc=roy@roylemmon.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).