public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* Two identically-named libtool directories
@ 2009-02-07 18:58 Christopher Faylor
  2009-02-07 19:23 ` Ditto apr1 and aprutil1 (was Two identically-named libtool directories) Christopher Faylor
  2009-02-09  6:45 ` Two identically-named libtool directories Charles Wilson
  0 siblings, 2 replies; 5+ messages in thread
From: Christopher Faylor @ 2009-02-07 18:58 UTC (permalink / raw)
  To: cygwin-apps

We have two libtool directories with two setup.hints in
~release/_obsolete and ~release.  This is causing problems.  It seems
like things have been like this since at least November and no one was
complaining because upset threw out the _obsolete package in favor of a
newer one thanks purely to the fragile sort order directory inspection.
That has changed now thanks to last week's problems.

People are complaining about getting out-of-date versions of libtool.
Maybe I'll figure out the intent two seconds after sending this message
but I can't see any reason to have two packages with identical names in
the release so I have deleted the _obsolete/libtool packages.

Looks like even error-checking for upset is in order.

cgf

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Ditto apr1 and aprutil1 (was Two identically-named libtool  directories)
  2009-02-07 18:58 Two identically-named libtool directories Christopher Faylor
@ 2009-02-07 19:23 ` Christopher Faylor
  2009-02-07 21:09   ` David Rothenberger
  2009-02-09  6:45 ` Two identically-named libtool directories Charles Wilson
  1 sibling, 1 reply; 5+ messages in thread
From: Christopher Faylor @ 2009-02-07 19:23 UTC (permalink / raw)
  To: cygwin-apps

On Sat, Feb 07, 2009 at 01:58:24PM -0500, Christopher Faylor wrote:
>We have two libtool directories with two setup.hints in
>~release/_obsolete and ~release.  This is causing problems.  It seems
>like things have been like this since at least November and no one was
>complaining because upset threw out the _obsolete package in favor of a
>newer one thanks purely to the fragile sort order directory inspection.
>That has changed now thanks to last week's problems.
>
>People are complaining about getting out-of-date versions of libtool.
>Maybe I'll figure out the intent two seconds after sending this message
>but I can't see any reason to have two packages with identical names in
>the release so I have deleted the _obsolete/libtool packages.
>
>Looks like even error-checking for upset is in order.

Two more culprits.

I don't understand why these duplicate named directories and setup.hints
were created.  Package names are supposed to be unique so it was
basically luck (and an upset bug) that the _obsolete directories were
quietly overridden before.

I've removed _obsolete/apr1 and _obsolete/aprutil1.

cgf

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Ditto apr1 and aprutil1 (was Two identically-named libtool  directories)
  2009-02-07 19:23 ` Ditto apr1 and aprutil1 (was Two identically-named libtool directories) Christopher Faylor
@ 2009-02-07 21:09   ` David Rothenberger
  2009-02-08  2:43     ` Christopher Faylor
  0 siblings, 1 reply; 5+ messages in thread
From: David Rothenberger @ 2009-02-07 21:09 UTC (permalink / raw)
  To: cygwin-apps

On 2/7/2009 11:22 AM, Christopher Faylor wrote:
> On Sat, Feb 07, 2009 at 01:58:24PM -0500, Christopher Faylor wrote:
>> We have two libtool directories with two setup.hints in
>> ~release/_obsolete and ~release.  This is causing problems.  It seems
>> like things have been like this since at least November and no one was
>> complaining because upset threw out the _obsolete package in favor of a
>> newer one thanks purely to the fragile sort order directory inspection.
>> That has changed now thanks to last week's problems.
>>
>> People are complaining about getting out-of-date versions of libtool.
>> Maybe I'll figure out the intent two seconds after sending this message
>> but I can't see any reason to have two packages with identical names in
>> the release so I have deleted the _obsolete/libtool packages.
>>
>> Looks like even error-checking for upset is in order.
> 
> Two more culprits.
> 
> I don't understand why these duplicate named directories and setup.hints
> were created.  Package names are supposed to be unique so it was
> basically luck (and an upset bug) that the _obsolete directories were
> quietly overridden before.
> 
> I've removed _obsolete/apr1 and _obsolete/aprutil1.

apr1 and aprutil1 packages are supposed to be in the _obsolete category. 
The other packages should be in libapr1 and libaprutil1.

-- 
David Rothenberger  ----  daveroth@acm.org

enhance, v.:
         To tamper with an image, usually to its detriment.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Ditto apr1 and aprutil1 (was Two identically-named libtool  directories)
  2009-02-07 21:09   ` David Rothenberger
@ 2009-02-08  2:43     ` Christopher Faylor
  0 siblings, 0 replies; 5+ messages in thread
From: Christopher Faylor @ 2009-02-08  2:43 UTC (permalink / raw)
  To: cygwin-apps

On Sat, Feb 07, 2009 at 01:09:35PM -0800, David Rothenberger wrote:
> On 2/7/2009 11:22 AM, Christopher Faylor wrote:
>> On Sat, Feb 07, 2009 at 01:58:24PM -0500, Christopher Faylor wrote:
>>> We have two libtool directories with two setup.hints in
>>> ~release/_obsolete and ~release.  This is causing problems.  It seems
>>> like things have been like this since at least November and no one was
>>> complaining because upset threw out the _obsolete package in favor of a
>>> newer one thanks purely to the fragile sort order directory inspection.
>>> That has changed now thanks to last week's problems.
>>>
>>> People are complaining about getting out-of-date versions of libtool.
>>> Maybe I'll figure out the intent two seconds after sending this message
>>> but I can't see any reason to have two packages with identical names in
>>> the release so I have deleted the _obsolete/libtool packages.
>>>
>>> Looks like even error-checking for upset is in order.
>> Two more culprits.
>> I don't understand why these duplicate named directories and setup.hints
>> were created.  Package names are supposed to be unique so it was
>> basically luck (and an upset bug) that the _obsolete directories were
>> quietly overridden before.
>> I've removed _obsolete/apr1 and _obsolete/aprutil1.
>
> apr1 and aprutil1 packages are supposed to be in the _obsolete category. 
> The other packages should be in libapr1 and libaprutil1.

They were but they were spread out in two different locations in the
ftp area.

cgf

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Two identically-named libtool directories
  2009-02-07 18:58 Two identically-named libtool directories Christopher Faylor
  2009-02-07 19:23 ` Ditto apr1 and aprutil1 (was Two identically-named libtool directories) Christopher Faylor
@ 2009-02-09  6:45 ` Charles Wilson
  1 sibling, 0 replies; 5+ messages in thread
From: Charles Wilson @ 2009-02-09  6:45 UTC (permalink / raw)
  To: CygWin-Apps

Christopher Faylor wrote:
> We have two libtool directories with two setup.hints in
> ~release/_obsolete and ~release.  

I believe this was mostly historical. First we had libtool. Then,
libtool was obsoleted in favor of libtool-stable and libtool-devel. Then
THOSE were obsoleted in favor of (new) libtool.  Which was then
obsoleted in favor of libtool1.5 and (test only) libtool2.2.  Which were
then obsoleted in favor of (yet once again) libtool.

Sounds silly, but it ccurred over seven or eight years, and at each
stage the decision -- taken in isolation -- made sense.  Taken in
aggregate, I look really indecisive.  <g>

> so I have deleted the _obsolete/libtool packages.

I'm sure that's fine.

--
Chuck

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-02-09  6:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-07 18:58 Two identically-named libtool directories Christopher Faylor
2009-02-07 19:23 ` Ditto apr1 and aprutil1 (was Two identically-named libtool directories) Christopher Faylor
2009-02-07 21:09   ` David Rothenberger
2009-02-08  2:43     ` Christopher Faylor
2009-02-09  6:45 ` Two identically-named libtool directories Charles Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).