Re: error building new package (In procedure chdir: Not a directory)

2021-06-22 Thread Giovanni Biscuolo
Hello Julien and Tobias, Julien Lepiller writes: > I think that's because the patch first extracts the archive, chdirs to > the first directory, and applies the patch. But if there's no > directory, it can't chdir and fails. Yes, that's the problem: I thought that (patches (search-patches "r

Re: error building new package (In procedure chdir: Not a directory)

2021-06-22 Thread Julien Lepiller
I think that's because the patch first extracts the archive, chdirs to the first directory, and applies the patch. But if there's no directory, it can't chdir and fails. Note that (with-directory-excursion ".") does nothing :) Le 22 juin 2021 12:35:45 GMT-04:00, Giovanni Biscuolo a écrit : >He

Re: error building new package (In procedure chdir: Not a directory)

2021-06-22 Thread Giovanni Biscuolo
Hello, some more info since I still do not understand where *.gz files are coming from Giovanni Biscuolo writes: [...] >> Your source tarball contains multiple gzipped files, one of which >> itself a tarball: >> >>> metadata.gz >>> data.tar.gz >>> checksums.yaml.gz >>> source is under 'checks

Re: error building new package (In procedure chdir: Not a directory)

2021-06-22 Thread Giovanni Biscuolo
Hello Tobias, thank you for your help, Tobias Geerinckx-Rice writes: > Giovanni Biscuolo 写道: >> If I try to build the package I get this error: > […] > > Your source tarball contains multiple gzipped files, one of which > itself a tarball: > >> metadata.gz >> data.tar.gz >> checksums.yaml.gz >

Re: error building new package (In procedure chdir: Not a directory)

2021-06-17 Thread Tobias Geerinckx-Rice
Tobias Geerinckx-Rice 写道: url-fetch/tarball Typo: /tarbomb. Kind regards, T G-R signature.asc Description: PGP signature

Re: error building new package (In procedure chdir: Not a directory)

2021-06-17 Thread Tobias Geerinckx-Rice
Giovanni, Giovanni Biscuolo 写道: If I try to build the package I get this error: […] Your source tarball contains multiple gzipped files, one of which itself a tarball: metadata.gz data.tar.gz checksums.yaml.gz source is under 'checksums.yaml.gz' Backtrace: 2 (primitive-load

error building new package (In procedure chdir: Not a directory)

2021-06-17 Thread Giovanni Biscuolo
Hello, I'm trying to apply a patch to the ruby-taskjuggler package I'm developing (https://debbugs.gnu.org/cgi/bugreport.cgi?bug=49042) If I try to add the patch this way: --8<---cut here---start->8--- (define-public ruby-taskjuggler (package (name "rub