Re: Setup: How to automate source download for packages already installed?

2023-03-27 Thread Bill Stewart via Cygwin
On Wed, Mar 4, 2020 at 6:32 AM Jon Turney wrote: > If a package is listed for both -x and -P, it is reinstalled, so while > not ideal, you might be able to achieve something like what you want > with 'setup -I -x "package1,package2,package3" -P > "package1,package2,package3"' > > An option which

Re: Setup: How to automate source download for packages already installed?

2023-03-27 Thread Bill Stewart via Cygwin
On Mon, Mar 27, 2023 at 2:18 PM Bill Stewart wrote: On Wed, Mar 4, 2020 at 6:32 AM Jon Turney wrote: > > >> If a package is listed for both -x and -P, it is reinstalled, so while >> not ideal, you might be able to achieve something like what you want >> with 'setup -I -x

Re: Setup: How to automate source download for packages already installed?

2023-03-27 Thread Jon Turney via Cygwin
On 27/03/2023 21:18, Bill Stewart via Cygwin wrote: On Wed, Mar 4, 2020 at 6:32 AM Jon Turney wrote: If a package is listed for both -x and -P, it is reinstalled, so while not ideal, you might be able to achieve something like what you want with 'setup -I -x "package1,package2,package3" -P

Returned mail: see transcript for details

2023-03-27 Thread Mail Delivery Subsystem via Cygwin
The original message was received at Fri, 24 Mar 2023 09:36:17 -0700 from Athenae [192.168.3.12] - The following addresses had permanent fatal errors - (reason: 550-5.7.26 The MAIL FROM domain [cygwin.com] has an SPF record with a hard fail) - Transcript of session

Warning: could not send message for past 4 hours

2023-03-27 Thread Mail Delivery Subsystem via Cygwin
** ** THIS IS A WARNING MESSAGE ONLY ** ** YOU DO NOT NEED TO RESEND YOUR MESSAGE ** ** The original message was received at Fri, 24 Mar 2023 09:36:17 -0700 from Athenae

Re: [PATCH cygport] lib/src_postinst.cygpart: parallelize __prepstrip

2023-03-27 Thread Jon Turney via Cygwin-apps
On 26/03/2023 19:12, Jon Turney via Cygwin-apps wrote: -    usr/lib/gcc/*/lib*|usr/lib/gcc/*/*.o) +    usr/lib/gcc/*/*.o) Why this change? +    local nproc=$(nproc) This limit should probably be taken from the --jobs command line parameter, if specified Looking at this a bit