Re: cmake error

2021-05-13 Thread Thiago Jung Bauermann
Em quinta-feira, 13 de maio de 2021, às 11:12:15 -03, Roy Lemmon escreveu: > Hi Thiago, > > Below is CMakeOutput.log > > I see no occurence of fastjet though. Yes, this is strange. > I should mention that I get no > error if I just use curl or wget to download the file (and it has a > proper si

Re: cmake error

2021-05-13 Thread Thiago Jung Bauermann
Hello Roy, Em quinta-feira, 13 de maio de 2021, às 14:17:21 -03, Roy Lemmon escreveu: > Hi again, > > Just to not that the original CMakeList.txt file for fastjet uses > ExternalProject_Add with the URL command. Perhaps no-one has used cmake > in Guix with that option before ... That's a good po

Re: cmake error

2021-05-13 Thread Thiago Jung Bauermann
Em quinta-feira, 13 de maio de 2021, às 11:12:15 -03, Roy Lemmon escreveu: > Hi Thiago, > > Below is CMakeOutput.log > > I see no occurence of fastjet though. Yes, this is strange. > I should mention that I get no > error if I just use curl or wget to download the file (and it has a > proper si

Version 0.73.0 for uncrustify is available

2021-05-13 Thread Guy Maurel
Hello! I am the maintainer from uncrustify. A new version: 0.73.0 is now available. Have a look to: https://sourceforge.net/projects/uncrustify/ https://github.com/uncrustify/uncrustify If you have any problem, feel free to ask me. Thanks Have a nice day. guy -- Guy Maurel Sebastian-Fische

Re: cmake error

2021-05-13 Thread Roy Lemmon
Hi Thiago, Thanks very much for your help. At least you have confirmed my take on guix's cmake ! Perhaps someone else will come along with some insight. The cmake patch makers for instance ... I'll keep trying with the log file ... Cheers Roy On 13 May 2021 19:09:58 BST, Thiago Jung Bauerma

Re: `guix pull` of an ssh channel fails

2021-05-13 Thread Phil
Hi, Bone Baboon writes: > I received help from civodul on #guix. They suggested I run > `ssh-agent`. Yes this is necessary - Guix will only read a key from an agent not a file. > > After running `ssh-agent` and using the environment variables it outputs > in the command `SSH_AUTH_SOCK=/tmp/ssh

Re: cmake error

2021-05-13 Thread Roy Lemmon
Hi again, Just to not that the original CMakeList.txt file for fastjet uses ExternalProject_Add with the URL command. Perhaps no-one has used cmake in Guix with that option before ... Still no solution ... Cheers Roy On 13 May 2021 18:07:01 BST, Thiago Jung Bauermann wrote: >Em quinta-fei

Re: cmake error

2021-05-13 Thread Roy Lemmon
Hi Thiago, In fact it is happening when I make a high energy physics python package (matplo/heppy on GitHub). I narrowed down the issue to the inability to download the file and so wrote the CMakeFile.txt that I sent you to isolate that issue. In fact I had the idea you mentioned of the LOG fi

Re: cmake error

2021-05-13 Thread Roy Lemmon
Hi Thiago, Below is CMakeOutput.log I see no occurence of fastjet though. I should mention that I get no error if I just use curl or wget to download the file (and it has a proper size) plus it can then be extracted. Here the download seems to be interrupted or not started as the file has zero si

Re: cmake error

2021-05-13 Thread Thiago Jung Bauermann
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. > > **

Re: mount.davfs: program is not setuid root

2021-05-13 Thread Simon Streit
Efraim Flashner writes: > On Mon, Apr 19, 2021 at 08:47:08PM -0400, Leo Famulari wrote: >> On Mon, Apr 19, 2021 at 10:30:13PM +0200, Simon Streit wrote: >> > I just tried again, and called mount as: >> > --8<---cut here---start->8--- >> > /run/setuid-programs/m

cmake error

2021-05-13 Thread Roy Lemmon
Hi, 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_require

Re: patch files

2021-05-13 Thread Ricardo Wurmus
Hi Roy, What does the Patches part of the Guix Packages web page mean ? For example, the cmake 3.19.2 shows Patches: snippet, cmake-curl-certificates.patch Does it mean that I have to build cmake.scm using that patch file or is the package already built with it ? The package is automatic

patch files

2021-05-13 Thread Roy Lemmon
Hi, What does the Patches part of the Guix Packages web page mean ? For example, the cmake 3.19.2 shows Patches: snippet, cmake-curl-certificates.patch Does it mean that I have to build cmake.scm using that patch file or is the package already built with it ? Thanks Roy