Re: cmake ca-certificates

2021-05-10 Thread Roy Lemmon
Hi, More information ... In fact it does NOT download the file ... Well it starts to download it because the name appears in the right directory (/home/rlemmon/heppy/external/fastjet/download/fastjet-3.3.3.tar.gz). However it has zero size, whereas the Docker version that works has a large size.

Re: cmake ca-certificates

2021-05-10 Thread Roy Lemmon
Yes, I forgot the logfile(s). Here they are: ** rlemmon@parton ~/heppy$ ./external/fastjet/build.sh [ building fastjet /home/rlemmon/heppy/external/fastjet ] -[ configuratio

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