Re: Help trying to debug an sbuild failure?

2022-12-26 Thread Theodore Ts'o
On Mon, Dec 26, 2022 at 08:45:53PM +0100, Santiago Vila wrote: > El 26/12/22 a las 20:29, Theodore Ts'o escribió: > > I: The directory does not exist inside the chroot. > > This is really a problem with schroot. I guess that this will not work either: > > schroot -c the-chroot-name > > This usua

Re: Build libzstd using cmake; add a non-cmake build profile?

2022-12-26 Thread Helmut Grohne
Hi Timo, On Mon, Dec 26, 2022 at 10:08:18AM +0100, Timo Röhling wrote: > I appreciate your concern for the implications for the Debian > ecosystem as a whole; in this particular case, I believe I can put > your mind at ease: cmake has a bootstrap profile already, because > dependency loops have co

Re: Help trying to debug an sbuild failure?

2022-12-26 Thread Santiago Vila
El 26/12/22 a las 20:29, Theodore Ts'o escribió: I: The directory does not exist inside the chroot. This is really a problem with schroot. I guess that this will not work either: schroot -c the-chroot-name This usually works when you are in your $HOME because this file: /etc/schroot/default/

Help trying to debug an sbuild failure?

2022-12-26 Thread Theodore Ts'o
Hi, I'm trying to figure out an sbuild failure on my laptop. The sbuild environment from replicated from my desktop where things work perfectly well. But in my laptop, things are failing at the "Setup apt archive" step with E: Failed to change to directory ‘/<>’: Permission denied And I'm c

Re: Build libzstd using cmake; add a non-cmake build profile?

2022-12-26 Thread Simon McVittie
On Mon, 26 Dec 2022 at 14:00:31 +0100, Andrea Pappacoda wrote: > or patch zstd's makefiles to install a small Find > module itself (this is not really a good practice, as ideally upstreams > should install CMake Config files, but should work nonetheless). If you're considering patching zstd's make

Re: Build libzstd using cmake; add a non-cmake build profile?

2022-12-26 Thread Peter Pentchev
On Mon, Dec 26, 2022 at 02:00:31PM +0100, Andrea Pappacoda wrote: > Il giorno lun 26 dic 2022 alle 08:37:51 +02:00:00, Peter Pentchev > ha scritto: > > In #1020403 there is a request to install the CMake build glue for > > the zstd library in its -dev package. I think that this is a good > > idea,

Re: Build libzstd using cmake; add a non-cmake build profile?

2022-12-26 Thread Andrea Pappacoda
Il giorno lun 26 dic 2022 alle 08:37:51 +02:00:00, Peter Pentchev ha scritto: In #1020403 there is a request to install the CMake build glue for the zstd library in its -dev package. I think that this is a good idea, and I have a pretty much ready-for-uploading set of changes that do that. For t

Re: Build libzstd using cmake; add a non-cmake build profile?

2022-12-26 Thread Timo Röhling
* Peter Pentchev [2022-12-26 08:37]: Hi, In #1020403 there is a request to install the CMake build glue for the zstd library in its -dev package. I think that this is a good idea, and I have a pretty much ready-for-uploading set of changes that do that. For the purposes of this discussion I hav

Re: Build libzstd using cmake; add a non-cmake build profile?

2022-12-26 Thread Peter Pentchev
On Mon, Dec 26, 2022 at 08:37:51AM +0200, Peter Pentchev wrote: > Hi, > > In #1020403 there is a request to install the CMake build glue for > the zstd library in its -dev package. I think that this is a good > idea, and I have a pretty much ready-for-uploading set of changes > that do that. For t