public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: WinXP is dead [WAS: 2.6.x: broken compatibility with Wine]
@ 2016-11-10 16:14 Andrey Gursky
  2016-11-10 19:21 ` Andrey Gursky
  0 siblings, 1 reply; 13+ messages in thread
From: Andrey Gursky @ 2016-11-10 16:14 UTC (permalink / raw)
  To: cygwin; +Cc: Corinna Vinschen

<snip>
> https://cygwin.com/ml/cygwin-announce/2015-08/msg00049.html

Thanks,
Andrey

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: WinXP is dead [WAS: 2.6.x: broken compatibility with Wine],
@ 2016-11-10 14:20 Andrey Gursky
  2016-11-10 14:38 ` Andrey Gursky
  2016-11-10 15:06 ` Corinna Vinschen
  0 siblings, 2 replies; 13+ messages in thread
From: Andrey Gursky @ 2016-11-10 14:20 UTC (permalink / raw)
  To: cygwin; +Cc: Corinna Vinschen

> On Nov 10 04:21, Andrey Gursky wrote:
> > Hi cyg Simple,
> > 
> > On 11/9/2016 7:59 AM, Andrey Gursky wrote:
> > > > 
> > > > P.S. Was it not too early to remove WinXP support? Though it is
> > > > officially not supported anymore, there are still PCs running WinXP
> > > > (and Wine). Also there are still systems, I've heard, using some
> > > > embedded Windows, that shares the same code with WinXP, thus making it
> > > > not yet truly obsolete. Additionally a lot of work has been done by
> > > > Cygwin contributors to support this OS and I believe the most of bugs
> > > > have been workarounded, while due to stopped development it is not
> > > > likely one has to spend time solving new problems. So was it really
> > > > worth to drop the hardly crafted code? Are there already some
> > > > worthwhile advantages? Why wasn't it possible to switch Cygwin WinXP
> > > > support to just "not officially supported"? (kindly asking)
> > > 
> > > This has been answered.  The problem with supporting XP into infinitude
> > > is that every application would need to agree to do the same.
> > > Improvements to the OS API would not be able to be used so there are
> > > trade-offs for the continued support of an OS that is no longer
> > > supported.  The code becomes unwieldy to maintain because a change needs
> > > to be tested on other systems.  Security maintenance becomes impossible
> > > because the OS vendor no longer supports the older OS.  There is the
> > > cygwin time machine, USE IT if you need old software for old OS.
> > 
> > Thanks for your reply (however I haven't received it, because you
> > likely didn't click on "reply all"?).
> > 
> > Do you refer to the recent message [1]?
> > 
> > Regarding cygwin time machine. I can't use it, since cygwin is compiled
> > for MSYS2. And then it is being run under Wine on GNU/Linux. While
> > WinXP is still not dead, Wine is definitively not an old OS. It's just
> > an active project doing WinAPI implementation from scratch according to
> > documentation. Thus I hope Cygwin developers could talk directly to
> > Wine ones to find the minimum needed changes in both projects.
> 
> Ending XP support was announced last year and only a year later we
> actually dropped it.  So we don't support Windows XP anymore, but we
> *would* support Wine.  However, the problem here is not on the Cygwin
> side.
> 
> It seems Cygwin under Wine was not tested outside of XP compatibility
> mode, or Wine doesn't support certain post-XP functions albeit claiming
> Vista caompatibility.  Cygwin doesn't require any functionality which
> isn't available in Vista.

Corinna,

sorry, I missed that early announce. Is there any link? Since I'm aware
only of almost "last minute" MSYS2 mail [1] referring to your recent
announce.

If I understood you correctly, previously discussed changes in Cygwin
itself are not considered anymore and from now Wine is really left
alone with this issue?

Regards,
Andrey

[1] Announcement: msys2-runtime 2.5.1 -- last version to support XP/2003
    30. June 2016
    https://sourceforge.net/p/msys2/mailman/message/35191999/

P.S. I didn't receive your message also. Does Cygwin mailing list
program strips my E-Mail address (though I see it in the archive)?
(And it even can't guess a possibly follow-up :( )

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: WinXP is dead [WAS: 2.6.x: broken compatibility with Wine]
@ 2016-11-10  3:22 Andrey Gursky
  2016-11-10  9:04 ` Corinna Vinschen
  2016-11-11  0:15 ` Herbert Stocker
  0 siblings, 2 replies; 13+ messages in thread
From: Andrey Gursky @ 2016-11-10  3:22 UTC (permalink / raw)
  To: cygwin; +Cc: cyg Simple

Hi cyg Simple,

On 11/9/2016 7:59 AM, Andrey Gursky wrote:
>> 
>> P.S. Was it not too early to remove WinXP support? Though it is
>> officially not supported anymore, there are still PCs running WinXP
>> (and Wine). Also there are still systems, I've heard, using some
>> embedded Windows, that shares the same code with WinXP, thus making it
>> not yet truly obsolete. Additionally a lot of work has been done by
>> Cygwin contributors to support this OS and I believe the most of bugs
>> have been workarounded, while due to stopped development it is not
>> likely one has to spend time solving new problems. So was it really
>> worth to drop the hardly crafted code? Are there already some
>> worthwhile advantages? Why wasn't it possible to switch Cygwin WinXP
>> support to just "not officially supported"? (kindly asking)
> 
> This has been answered.  The problem with supporting XP into infinitude
> is that every application would need to agree to do the same.
> Improvements to the OS API would not be able to be used so there are
> trade-offs for the continued support of an OS that is no longer
> supported.  The code becomes unwieldy to maintain because a change needs
> to be tested on other systems.  Security maintenance becomes impossible
> because the OS vendor no longer supports the older OS.  There is the
> cygwin time machine, USE IT if you need old software for old OS.

Thanks for your reply (however I haven't received it, because you
likely didn't click on "reply all"?).

Do you refer to the recent message [1]?

Regarding cygwin time machine. I can't use it, since cygwin is compiled
for MSYS2. And then it is being run under Wine on GNU/Linux. While
WinXP is still not dead, Wine is definitively not an old OS. It's just
an active project doing WinAPI implementation from scratch according to
documentation. Thus I hope Cygwin developers could talk directly to
Wine ones to find the minimum needed changes in both projects.

Regards,
Andrey

[1] Re: New Cygwin "setup" program useless on my Win-XP box. Not very
    nice at all.
    https://cygwin.com/ml/cygwin/2016-11/msg00060.html

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 13+ messages in thread
* 2.6.x: broken compatibility with Wine
@ 2016-11-09 13:00 Andrey Gursky
  2016-11-09 18:23 ` WinXP is dead [WAS: 2.6.x: broken compatibility with Wine] cyg Simple
  0 siblings, 1 reply; 13+ messages in thread
From: Andrey Gursky @ 2016-11-09 13:00 UTC (permalink / raw)
  To: cygwin

Hi,

this issue has been reported 2 month ago [1]. Since MinGW-w64/MSYS2 on
Wine is still totally broken and Cygwin is a regression trigger, I'm
starting here a thread to track the progress. Qian Hong (fracting)
shared an excerpt from IRC-log [2] with some details. Corinna suggested
to revert ffcef70. But this didn't happen. I'd like to kindly ask about
current considerations towards fixing the lost compatibility.

Thanks,
Andrey

[1] mintty doesn't start under wine-staging
    https://github.com/Alexpux/MSYS2-packages/issues/682

[2] IRC-log cut
    https://github.com/Alexpux/MSYS2-packages/issues/682#issuecomment-247065973

P.S. Was it not too early to remove WinXP support? Though it is
officially not supported anymore, there are still PCs running WinXP
(and Wine). Also there are still systems, I've heard, using some
embedded Windows, that shares the same code with WinXP, thus making it
not yet truly obsolete. Additionally a lot of work has been done by
Cygwin contributors to support this OS and I believe the most of bugs
have been workarounded, while due to stopped development it is not
likely one has to spend time solving new problems. So was it really
worth to drop the hardly crafted code? Are there already some
worthwhile advantages? Why wasn't it possible to switch Cygwin WinXP
support to just "not officially supported"? (kindly asking)

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

end of thread, other threads:[~2016-11-11 20:49 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-10 16:14 WinXP is dead [WAS: 2.6.x: broken compatibility with Wine] Andrey Gursky
2016-11-10 19:21 ` Andrey Gursky
  -- strict thread matches above, loose matches on Subject: below --
2016-11-10 14:20 WinXP is dead [WAS: 2.6.x: broken compatibility with Wine], Andrey Gursky
2016-11-10 14:38 ` Andrey Gursky
2016-11-10 15:06 ` Corinna Vinschen
2016-11-10  3:22 WinXP is dead [WAS: 2.6.x: broken compatibility with Wine] Andrey Gursky
2016-11-10  9:04 ` Corinna Vinschen
2016-11-11  0:15 ` Herbert Stocker
2016-11-11  1:04   ` Peter A. Castro
2016-11-11 11:33     ` Herbert Stocker
2016-11-12  3:29       ` cyg Simple
2016-11-12  4:34       ` Peter A. Castro
2016-11-09 13:00 2.6.x: broken compatibility with Wine Andrey Gursky
2016-11-09 18:23 ` WinXP is dead [WAS: 2.6.x: broken compatibility with Wine] cyg Simple

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).