Re: Rethinking configuration tuples

2023-09-11 Thread Po Lu
"Dmitry V. Levin"  writes:

> Hi,
>
> On Mon, Sep 11, 2023 at 10:11:39AM +0800, Po Lu wrote:
>> Where are the config maintainers?  Karl Barry and company?
>> (I don't remember his e-mail nor do I have it at hand.)
>> 
>> I would expect them to be actively reading this list, but instead my
>> original request has been left twisting in the wind.
>
> I'm the maintainer and I'm actively reading this list now,
> a bit surprised to find so many messages at this time of year. :)
>
> Apparently, you don't quite like commit
> 91f6a7f616b161c25ba2001861a40e662e18c4ad that added
> $cpu-$vendor-windows-{gnu,msvc} support to config.sub, but I'm not sure
> I understood what exactly do you suggest to change in this case.

To either revert the change, or to canonicalize them to
CPU-VENDOR-mingw* and CPU-VENDOR-winnt* respectively.  Neither `gnu' nor
`msvc' are appropriate for the operating system field.




Re: Rethinking configuration tuples

2023-09-11 Thread Po Lu
"Zack Weinberg"  writes:

> If you could provide me a reference to your original request (e.g. URL
> in the mailing list archive) I will undertake to get it done. If I try
> to find it myself I'm afraid I will pick the wrong thing.
>
> If there is a specific git commit or commits you want reverted, the full
> hashes of those commits would also be very helpful.
>
> zw

This commit:

  
https://git.savannah.gnu.org/cgit/config.git/commit/?id=91f6a7f616b161c25ba2001861a40e662e18c4ad

should be reverted or modified to canonicalize such invalid tuples into
either *-windows-mingw* or *-windows-winnt*, which they are intended to
represent.

Thanks.



Re: Rethinking configuration tuples

2023-09-11 Thread John Ericson
I can submit two patches (effectively amending my prior, landed patch) 
with options that I think people would prefer. Will do that shortly.


On 9/11/23 17:53, Dmitry V. Levin wrote:

Hi,

On Mon, Sep 11, 2023 at 10:11:39AM +0800, Po Lu wrote:

Where are the config maintainers?  Karl Barry and company?
(I don't remember his e-mail nor do I have it at hand.)

I would expect them to be actively reading this list, but instead my
original request has been left twisting in the wind.

I'm the maintainer and I'm actively reading this list now,
a bit surprised to find so many messages at this time of year. :)

Apparently, you don't quite like commit
91f6a7f616b161c25ba2001861a40e662e18c4ad that added
$cpu-$vendor-windows-{gnu,msvc} support to config.sub, but I'm not sure
I understood what exactly do you suggest to change in this case.






Re: Rethinking configuration tuples

2023-09-11 Thread Dmitry V. Levin
Hi,

On Mon, Sep 11, 2023 at 10:11:39AM +0800, Po Lu wrote:
> Where are the config maintainers?  Karl Barry and company?
> (I don't remember his e-mail nor do I have it at hand.)
> 
> I would expect them to be actively reading this list, but instead my
> original request has been left twisting in the wind.

I'm the maintainer and I'm actively reading this list now,
a bit surprised to find so many messages at this time of year. :)

Apparently, you don't quite like commit
91f6a7f616b161c25ba2001861a40e662e18c4ad that added
$cpu-$vendor-windows-{gnu,msvc} support to config.sub, but I'm not sure
I understood what exactly do you suggest to change in this case.


-- 
ldv



Re: Rethinking configuration tuples

2023-09-11 Thread Zack Weinberg
On Sun, Sep 10, 2023, at 10:11 PM, Po Lu wrote:
> Where are the config maintainers?  Karl Barry and company? (I don't
> remember his e-mail nor do I have it at hand.)

Karl Berry is the Automake maintainer. I'm not sure if there *is* an
official config.* maintainer. The person most appropriately described as
the de facto maintainer is probably Dmitry V. Levin.

> I would expect them to be actively reading this list, but instead my
> original request has been left twisting in the wind.

If you could provide me a reference to your original request (e.g. URL
in the mailing list archive) I will undertake to get it done. If I try
to find it myself I'm afraid I will pick the wrong thing.

If there is a specific git commit or commits you want reverted, the full
hashes of those commits would also be very helpful.

zw