Re: curl doesn't follow redirection?
Roger Pack gmail.com> writes: > As a note, the following "seems" to work fine in Linux, but not Cygwin: > curl -v https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-0.6.0.tar.bz2 -O -L > curl --version > curl 7.49.1 (i686-pc-cygwin) libcurl/7.49.1 OpenSSL/1.0.2h zlib/1.2.8 > libidn/1.29 libpsl/0.13.0 (+libidn/1.29) libssh2/1.7.0 nghttp2/1.7.1 > Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps > pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp > Features: Debug IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM > NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets Metalink PSL Cygwin curl current 7.49 supports SPNEGO, ALPN, HTTP/2 with BitBucket and AWS. It is likely that your Linux version is older and does not support these features (like mine at 7.26), unless you have upgraded it to your distro's experimental release: check its version, and the supported features. It looks as if Cygwin curl and/or the target sites do not correctly handle the new features. Your original command does not work for me either, but disable the new features by adding --no-npn --no-alpn, and the following works for me: curl -LOv --no-npn --no-alpn https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-0.6.0.tar.bz2 If your Linux curl supports the same features as Cygwin, or if you can upgrade to a test or experimental release, and get the same issues as Cygwin, the issue should be reported upstream to the curl developer. If both have the new features, but Linux works as expected, run a curl trace on both and attach to a followup here, with the other information requested in the Cygwin problem reporting page. -- 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/New] Perl distributions
The following Perl distributions have been updated to their latest version available from CPAN: perl-DBD-mysql-4.035-1 perl-IO-Socket-SSL-2.029-1 perl-List-MoreUtils-0.416-1 perl-Parse-CPAN-Meta-1.4421-1 perl-Socket6-0.28-1 perl-Test-Simple-1.302040-1 perl-Text-BibTeX-0.74-1 perl-YAML-1.18-1 perl-YAML-LibYAML-0.63-1 The following Perl distribution is new in Cygwin as dependency for other packages: perl-XSLoader-0.22-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: System tray menu tuning & Xwin0.log in mintty console with startx
Hello, thank you for your prompt answer. I write again my email in text format because I think my previous was discarded (It could be in html format) so I hope this time it arrives at the mailing list.:-) With reference to the first question let me specify the steps. When I launch Cygwin it appears on the task bar (at the bottom right) a system tray icon. Pushing the mouse botton, I open a menu (unfortunately I can't attached a little screenshot into my mail) and I find items like: Script .. Open Bash Open XServer ... Beenden The item "open XSever" no runs so I think it starts with wrong parameter command inserted "in background" to the choice . This is because on bash environment with startxwin it is all OK without problem. I want to tune the parameters hidden on the menu -choice. After I would to change the "Beenden" with "Exit-Cyg" Where can I find the commands hidden in this menu-items? With reference to the second point my dubt: is there a way to erase the echoin in mintty? This is because when I go with startx & startxwin in "ConEmu" shell I don't see the log messages on to the screen, otherwise when I go within mintty, startx makes the echo & startxwin doesn't make it I hope that I reach to explain more well the my dubt than my previous email Could you help me? I thank you again for your big assistance Have a nice weekend With my best regards Alessandro -- 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: cygcheck feature request: cygwin1.dll build info
On Jul 18, 2016, at 10:27 AM, Marco Atzeri wrote: > > On 18/07/2016 17:46, Warren Young wrote: >> While examining someone’s checkcheck -rsv output, I failed to find a simple >> statement telling me which word size the DLL was built for. > > For 32 bit cygwin running under 64 system > The hint is: > > Running under WOW64 on AMD64 …which means you’re listening for the dog that doesn’t bark when looking at cygcheck output run under 64-bit Cygwin on a 64-bit box. That is to say, the string “Running” doesn’t appear at all in that situation. In the end, this is just another oblique clue. What I’m asking for is an explicit declaration. -- 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: Parallelization
On 7/18/2016 1:38 AM, Tony Kelman wrote: Eliot Moss cs.umass.edu> writes: True ... it also made me think of Python, which is designed to use parallelized numpy (etc.) libraries, optimized for your platform. Can use all the hardware threads on your machine, as well as make good use of vector extensions such as AVX. A 64-bit (x86-64) version will give best use of vector processing, in my experience. Regards -- Eliot Moss numpy is only as parallel as the underlying BLAS/LAPACK library that it uses is. So if you're using Cygwin's openblas then you're in decent shape. But I don't think cv_adams spends much time (if any?) in BLAS/LAPACK dense linear algebra functions, I think it's mostly dominated by function evaluation time. Ok -- I'm not sure what to suggest then ... Regards -- EM -- 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] stunnel-5.35-1
stunnel 5.35-1 is now available in Cygwin. This is a new upstream release, with minor updates and bug fixes. You can read the upstream changelog at https://www.stunnel.org/sdf_ChangeLog.html. stunnel is a program that allows you to encrypt arbitrary TCP connections inside SSL (Secure Sockets Layer). stunnel can allow you to secure non-SSL aware daemons and protocols (like POP, IMAP, LDAP, etc) by having stunnel provide the encryption, requiring no changes to the daemon's code. Andrew E. Schulman *** To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Then, run setup and answer all of the questions. *** 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.com_at_cygwin.com If you need more information on unsubscribing, start reading here: http://cygwin.com/lists.html#subscribe-unsubscribe 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: cygcheck feature request: cygwin1.dll build info
On 18/07/2016 17:46, Warren Young wrote: While examining someone’s checkcheck -rsv output, I failed to find a simple statement telling me which word size the DLL was built for. I was able to puzzle it out based on hints in the file, such as that “cygwin32” packages means he has the 32-bit cross-compile toolchain, which means it’s a 64-bit install, but what if those packages weren’t installed? There’s a section where cygcheck gives info about the Cygwin DLL itself. It would be nice to see a word size declaration, or a config.guess string, or… -- For 32 bit cygwin running under 64 system The hint is: Running under WOW64 on AMD64 If I am not wrong the system information has clue about 32 bit systems, but I am not so sure as by long time I am only running 64 bit system Regards Marco -- 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
cygcheck feature request: cygwin1.dll build info
While examining someone’s checkcheck -rsv output, I failed to find a simple statement telling me which word size the DLL was built for. I was able to puzzle it out based on hints in the file, such as that “cygwin32” packages means he has the 32-bit cross-compile toolchain, which means it’s a 64-bit install, but what if those packages weren’t installed? There’s a section where cygcheck gives info about the Cygwin DLL itself. It would be nice to see a word size declaration, or a config.guess string, or… -- 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: Problem with git on cygwin64 on Windows 10 (2.8.3-1), again
On Jul 16, 2016, at 9:19 AM, Thomas Nilsson wrote: > > git not performing its job So fire it: http://fossil-scm.org/ :) github.com is easy and sexy, but standing up a cheap VPS isn’t all that difficult or expensive. >> + git clone g...@github.com:thoni56/cgreen.git -v -v I take it this is your own project? If so, can you tie the checkin history to the two failure times? I mean, can you say, “I was doing X and Y just before it stopped working both times”? > I've attached a cygcheck.out. Nothing jumps out at me. -- 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
curl doesn't follow redirection?
As a note, the following "seems" to work fine in Linux, but not Cygwin: curl -v https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-0.6.0.tar.bz2 -O -L Reporting it here. Cheers! -roger- curl --version curl 7.49.1 (i686-pc-cygwin) libcurl/7.49.1 OpenSSL/1.0.2h zlib/1.2.8 libidn/1.29 libpsl/0.13.0 (+libidn/1.29) libssh2/1.7.0 nghttp2/1.7.1 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp Features: Debug IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets Metalink PSL -- 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