Re: Having trouble with a pip installed internet archive addon on Cygwin

2019-06-23 Thread Brian Inglis
On 2019-06-23 21:03, Zeether wrote:
> I've been trying to run the internetarchive pip python script in Cygwin and
> when I try to enter "ia configure" to set up my Internet Archive account it
> hangs when I enter my email address instead of asking me for my password
> afterwards and I cannot continue. I'm not sure what to do because it works
> fine on the Windows command line but not on Cygwin. Please help!

If you are mixing Cygwin and Windows Python or PEX, you will have issues.
It sounds like you are running a Windows console program which does not work on
Cygwin ptys without using an interface like winpty.
What steps did you take with which console and python to install pex and ia?

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

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



Having trouble with a pip installed internet archive addon on Cygwin

2019-06-23 Thread Zeether
Hi,
I've been trying to run the internetarchive pip python script in Cygwin and
when I try to enter "ia configure" to set up my Internet Archive account it
hangs when I enter my email address instead of asking me for my password
afterwards and I cannot continue. I'm not sure what to do because it works
fine on the Windows command line but not on Cygwin. Please help!

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



Re: Bug in libX11 or something near ?

2019-06-23 Thread Philippe
Hi Jon,
glad to view an answer !
Just for your information, since I posted, I did some others tests, and I
can reproduce it with k3b (which use qt4) but NOT with kcalc (which use
qt5).
Then I tried some little python tests from Envisage for qt5 and wasn't able
to reproduce this crash.

So I guess there's something wrong with qt4.

Tomorrow I'll try your snapshot to confirm or not your fix !

Thanks for your time.

On Sun, Jun 23, 2019 at 7:57 PM Jon Turney 
wrote:

> On 18/06/2019 17:07, Philippe wrote:
> > I'm using Cygwin/X and identified a critical bug using some piece of
> > software.
> > I don't really know where to begin, but I'm able to crash some
> applications
> > via the application's menu, only with Cygwin/X (no crash with Xming, and
> no
> > crash under any Linux distributions).
> >
> > For information, It goes through VirtualGL. I'll give the example on how
> to
> > reproduce it with a free software : Paraview (under linux).
> >
> > So you open Paraview, then clic on "View" > show the "Toolbars" submenu,
> > then you move your mouse directly on the "Sources" or "Edit" menu, then
> it
> > crashes immediately. The only error message in the linux shell (from
> where
> > it was launched) is "paraview: Fatal IO error: client killed".
> >
> > I got those lines in the XWin.0.log file :
> > SetupSysMenu: GetSystemMenu() failed for HWND 0x130746
> > winTopLevelWindowProc - WM_DESTROY - WM_WM_KILL
>
> Thanks for reporting this problem, and the clear reproduction steps.
>
> This is an interesting bug in the Cygwin X server's multiwindow mode. It
> seems that under some circumstances, when removing a WM_TRANSIENT_FOR
> window which in turn had a child WM_TRANSIENT_FOR window (e.g. a menu
> which has a sub-menu), the X server's integrated WM would get confused
> and think that the main window had been closed (so terminating the
> application).
>
> I've has a go at fixing this and uploaded a snapshot at [1].  Perhaps
> you could try that and see if it improves things for you?
>
> (I guessed you are using 64-bit Cygwin. If you need a 32-bit build
> instead, please let me know and I'll generate one)
>
> [1]
>
> ftp://cygwin.com/pub/cygwinx/x86_64/XWin.20190623-git-210c90b328cf8f18.exe.bz2
>
> --
> Jon Turney
> Volunteer Cygwin/X X Server maintainer
>

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



[ANNOUNCEMENT] Updated: Perl distributions

2019-06-23 Thread Achim Gratz


The following Perl distributions have been updated to their latest
version on CPAN, respectively:

x86/x86_64
--
perl-Cpanel-JSON-XS-4.12-1
perl-Proc-ProcessTable-0.59-1
perl-YAML-LibYAML-0.79-1

noarch
--
perl-CGI-4.44-1
perl-Config-Tiny-2.24-1
perl-Date-Manip-6.77-1
perl-JSON-PP-4.03-1
perl-XML-SAX-1.02-1


-- 
  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

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



Re: Bug in libX11 or something near ?

2019-06-23 Thread Jon Turney

On 18/06/2019 17:07, Philippe wrote:

I'm using Cygwin/X and identified a critical bug using some piece of
software.
I don't really know where to begin, but I'm able to crash some applications
via the application's menu, only with Cygwin/X (no crash with Xming, and no
crash under any Linux distributions).

For information, It goes through VirtualGL. I'll give the example on how to
reproduce it with a free software : Paraview (under linux).

So you open Paraview, then clic on "View" > show the "Toolbars" submenu,
then you move your mouse directly on the "Sources" or "Edit" menu, then it
crashes immediately. The only error message in the linux shell (from where
it was launched) is "paraview: Fatal IO error: client killed".

I got those lines in the XWin.0.log file :
SetupSysMenu: GetSystemMenu() failed for HWND 0x130746
winTopLevelWindowProc - WM_DESTROY - WM_WM_KILL


Thanks for reporting this problem, and the clear reproduction steps.

This is an interesting bug in the Cygwin X server's multiwindow mode. It 
seems that under some circumstances, when removing a WM_TRANSIENT_FOR 
window which in turn had a child WM_TRANSIENT_FOR window (e.g. a menu 
which has a sub-menu), the X server's integrated WM would get confused 
and think that the main window had been closed (so terminating the 
application).


I've has a go at fixing this and uploaded a snapshot at [1].  Perhaps 
you could try that and see if it improves things for you?


(I guessed you are using 64-bit Cygwin. If you need a 32-bit build 
instead, please let me know and I'll generate one)


[1] 
ftp://cygwin.com/pub/cygwinx/x86_64/XWin.20190623-git-210c90b328cf8f18.exe.bz2


--
Jon Turney
Volunteer Cygwin/X X Server maintainer

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



Re: Fork problems on master branch

2019-06-23 Thread Ken Brown
On 6/9/2019 12:51 PM, Ken Brown wrote:
> On 6/8/2019 3:44 PM, Ken Brown wrote:
>> In my testing, I found that running the test program would yield "read: Bad
>> address" about 1 out of 10 times.  Occasionally I would get "read: 
>> Communication
>> error on send" instead.  Both error messages indicate a problem with the 
>> child
>> process reading from an fd inherited from the parent.
> 
> Never mind.  This seems to be a bug in my recently added FIFO code.  I just
> never before ran my test many times in a row, so I never saw the error before.

For the record, I've just pushed what I think is a fix for this problem.  (At 
least I can't reproduce the problem any more.)

Ken


Re: ImageMagick 'convert' program broken, error in cyggs-9.dll x86_64/release/ghostscript/libgs9/libgs9-9.27-1.tar.xz

2019-06-23 Thread Marco Atzeri

Am 13.06.2019 um 12:06 schrieb Massimiliano Alvioli:

I actually run into the same problem: convert is unable to convert eps
files to png files,
right after an update, like a month ago. I updated everything again a
couple of times
since then, but still it does not work. I am running cygwin in windows
10, here are my
settings:


uname -a

CYGWIN_NT-10.0 ventress 3.0.7(0.338/5/3) 2019-04-30 18:08 x86_64 Cygwin


/lib/csih/winProductName.exe

Microsoft Windows 10 Professional, 64-bit (build 17763)

and the output of strace on convert.exe is attached.

Any help greatly appreciated, since I've been sending my eps files to
a linux box, running
convert there, and copying files back for quite some time ..



as workaround you can use Graphics Magick "gm convert" for
 the conversion

I will look on why ImageMagick convert is currently broken.



---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus


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