Re: Removing a faulty package?

2018-01-15 Thread Yaakov Selkowitz
On 2018-01-15 12:37, Andy Li wrote: > Currently the libgc1 package contains 3 dll > files: cyggc-1.dll, cyggccpp-1.dll, and cygcord-1.dll. > The new libgc (7.6.2) bumped gc to cyggc-2.dll, while the other 2 remain at > so version 1. > My plan is to split the current (7.6.0) libgc1 into 3 packages,

Re: [PATCH setup 00/14] Use libsolv, solve all our problems... (WIP)

2018-01-15 Thread Ken Brown
On 1/15/2018 2:01 PM, Jon Turney wrote: On 13/01/2018 19:56, Ken Brown wrote: On 1/13/2018 9:14 AM, Jon Turney wrote: On 09/01/2018 15:49, Ken Brown wrote: On 1/9/2018 10:37 AM, Ken Brown wrote: I just did a quick test, trying to uninstall B in the situation above, and it didn't work as

Re: Removing a faulty package?

2018-01-15 Thread Jon Turney
On 15/01/2018 18:37, Andy Li wrote: On Tue, Jan 16, 2018 at 12:43 AM, Jon Turney wrote: https://cygwin.com/package-upload.html#deleting should work. Indeed, thanks! Another question: Is there a way to list all the packages that depends on a dll? Currently the libgc1 package contains 3 dll

Re: [PATCH setup 00/14] Use libsolv, solve all our problems... (WIP)

2018-01-15 Thread Jon Turney
On 13/01/2018 19:56, Ken Brown wrote: On 1/13/2018 9:14 AM, Jon Turney wrote: On 09/01/2018 15:49, Ken Brown wrote: On 1/9/2018 10:37 AM, Ken Brown wrote: I just did a quick test, trying to uninstall B in the situation above, and it didn't work as expected.  Even though "Uninstall A" was the

Re: Planned setup.ini changes for early 2018

2018-01-15 Thread Jon Turney
On 13/01/2018 18:35, Achim Gratz wrote: Jon Turney writes: * De-duplicate source archives Source archives which are identical[2] between x86 and x86_64 will be moved to paths starting src/ in the release area. You keep acting like using a new src/ hierarchy was already decided upon, yet I

Re: Removing a faulty package?

2018-01-15 Thread Andy Li
On Tue, Jan 16, 2018 at 12:43 AM, Jon Turney wrote: > > https://cygwin.com/package-upload.html#deleting should work. > Indeed, thanks! Another question: Is there a way to list all the packages that depends on a dll? Currently the libgc1 package contains 3 dll files:

Re: setup libsolv UI: Silently install dependencies?

2018-01-15 Thread Ken Brown
On 1/9/2018 8:32 AM, Jon Turney wrote: I'm not sure it's ideal to make a text report of this, though. Displaying it in the chooser somehow seems a better fit. (i.e. after you've made your selections, you get something like the "pending" view in the chooser again, showing what will be done,

Re: Removing a faulty package?

2018-01-15 Thread Jon Turney
On 15/01/2018 16:36, Andy Li wrote: I made a mistake when updating libgc. The new version bumped the so version so it now ships cyggc-2.dll instead of cyggc-1.dll, but I didn't rename the libgc1 package to libgc2. Is there a way to take down the new version (7.6.2)?

Removing a faulty package?

2018-01-15 Thread Andy Li
I made a mistake when updating libgc. The new version bumped the so version so it now ships cyggc-2.dll instead of cyggc-1.dll, but I didn't rename the libgc1 package to libgc2. Is there a way to take down the new version (7.6.2)? Sorry for the trouble. Best regards, Andy