Re: cygport: Request a new feature in order to set owner/group names in packaged tarballs.

2020-08-07 Thread ASSI
Lemures Lemniscati via Cygwin-apps writes: > But I feel uneasy about the usase of CYGPORT_TAR_CMD, because we must > specify 'tar' in it. It is a redundancy. It is also a way to do nefarious things, but there are already many more such places. > The following is a thought experiment to avoid

Re: git repositories for cygwin packaging - please test

2020-08-07 Thread ASSI
Ken Brown via Cygwin-apps writes: >>> - take an inordinate amount of time to run (exceeding the resource limits) >> >> That is a problem that comes with CI I think and we didn't really have >> had to consider so far. I have a few packages that I don't run tests on >> by default because the test

Re: cmake upstream has merged cygwin patches

2020-08-07 Thread Lemures Lemniscati via Cygwin-apps
On Fri, 7 Aug 2020 21:51:00 +0200, Marco Atzeri via Cygwin-apps > On 07.08.2020 18:06, Lemures Lemniscati via Cygwin-apps wrote: > > Hi. > > > > The cygwin patches for cmake-3.17.3 have been merged into its upstream > > (though I should have discussed for it here). > > > > Merged by there

Re: cygport: Request a new feature in order to set owner/group names in packaged tarballs.

2020-08-07 Thread Lemures Lemniscati via Cygwin-apps
On Fri, 07 Aug 2020 21:09:11 +0200, ASSI > Lemures Lemniscati via Cygwin-apps writes: > >> No, I was talking about things like XZ_OPT or ZSTD_CLEVEL. > > > > I think XZ_OPT or ZSTD_CLEVEL can be passed through environment. > > And this should control xz or zstd.. > > > > XZ_OPT="..." cygport

Re: git repositories for cygwin packaging - please test

2020-08-07 Thread Ken Brown via Cygwin-apps
On 8/7/2020 3:42 PM, Achim Gratz wrote: Jon Turney writes: One problem I have noticed is that some packages have test suites (which are getting run via 'cygport test' invoking src_test()) which: - require lots of extra dependencies to run, or I currently subsume these in BUILD_REQUIRES as

Re: cmake upstream has merged cygwin patches

2020-08-07 Thread Marco Atzeri via Cygwin-apps
On 07.08.2020 18:06, Lemures Lemniscati via Cygwin-apps wrote: Hi. The cygwin patches for cmake-3.17.3 have been merged into its upstream (though I should have discussed for it here). Merged by there merge-requests: https://gitlab.kitware.com/cmake/cmake/-/merge_requests/5092

Re: git repositories for cygwin packaging - please test

2020-08-07 Thread Achim Gratz
Jon Turney writes: > One problem I have noticed is that some packages have test suites > (which are getting run via 'cygport test' invoking src_test()) which: > > - require lots of extra dependencies to run, or I currently subsume these in BUILD_REQUIRES as they are indeed required for a

Re: cygport: Request a new feature in order to set owner/group names in packaged tarballs.

2020-08-07 Thread ASSI
Lemures Lemniscati via Cygwin-apps writes: >> No, I was talking about things like XZ_OPT or ZSTD_CLEVEL. > > I think XZ_OPT or ZSTD_CLEVEL can be passed through environment. > And this should control xz or zstd.. > > XZ_OPT="..." cygport foo.cygport package > ZSTD_CLEVEL="..." cygport foo.cygport

cmake upstream has merged cygwin patches

2020-08-07 Thread Lemures Lemniscati via Cygwin-apps
Hi. The cygwin patches for cmake-3.17.3 have been merged into its upstream (though I should have discussed for it here). Merged by there merge-requests: https://gitlab.kitware.com/cmake/cmake/-/merge_requests/5092 https://gitlab.kitware.com/utils/kwsys/-/merge_requests/197 Merged patches for

Re: cygport: Request a new feature in order to set owner/group names in packaged tarballs.

2020-08-07 Thread Lemures Lemniscati via Cygwin-apps
On Thu, 6 Aug 2020 18:13:52 +0100, Jon Turney > On 05/08/2020 22:50, Lemures Lemniscati via Cygwin-apps wrote: > > On Wed, 5 Aug 2020 20:34:24 +0100, Jon Turney > >> > >> However, I think there is a consistency problem here, as other variables > >> which should only produce a single line in the

Re: cygport: Request a new feature in order to set owner/group names in packaged tarballs.

2020-08-07 Thread Lemures Lemniscati via Cygwin-apps
On Fri, 7 Aug 2020 09:45:34 +0200, Thomas Wolff > Am 04.08.2020 um 22:34 schrieb Lemures Lemniscati via Cygwin-apps: > > CYGPORT_TAR_OPTS="--owner=foo --group=bar" cygport baz.cygport package > > > > And if you have tar >=1.31, these will also work: > > > > CYGPORT_TAR_EXT=".tar.zst" cygport

Re: cygport: Request a new feature in order to set owner/group names in packaged tarballs.

2020-08-07 Thread Thomas Wolff
Am 04.08.2020 um 22:34 schrieb Lemures Lemniscati via Cygwin-apps: On Tue, 4 Aug 2020 15:46:13 +0200, Thomas Wolff Am 04.08.2020 um 14:54 schrieb Lemures Lemniscati via Cygwin-apps: Date: Mon, 03 Aug 2020 21:24:11 +0200 From: Achim Gratz Lemures Lemniscati via Cygwin writes: This is another