cmake ca-certificates

2021-05-08 Thread Roy Lemmon
Hi, I have an issue with a program I would like to install. It uses cmake to download and make the executable. However when I download the file, which is a tar.gz file, the file is downloaded ok but then is never extracted. Cmake then crashes. I am assuming that there is an issue with the cert

Re: cmake ca-certificates

2021-05-08 Thread Leo Famulari
On Sat, May 08, 2021 at 04:24:15PM +0100, Roy Lemmon wrote: > Hi, > > I have an issue with a program I would like to install. It uses cmake to > download and make the executable. However when I download the file, which is > a tar.gz file, the file is downloaded ok but then is never extracted. Cm

Building Go package - GNU or Go build system

2021-05-08 Thread phodina via
I'm trying to package sbctl - secureboot manager written in Golang. However, the repository contains a Makefile to simplify the process which works great without packaging. Firstly, I'd like to ask about the opinion on building the programs that use Makefiles just to invoke the language builder