[ANNOUNCEMENT] Updated: R-3.3.3-1

2017-03-12 Thread Marco Atzeri via cygwin
Versions 3.3.3-1 of R libRmath libRmath-devel for cygwin are now available: CHANGES New upstream release https://mailman.stat.ethz.ch/pipermail/r-announce/2017/000611.html DESCRIPTION R is a language and environment for statistical computing and graphics. R provides a

Re: PTY not working in Mintty

2020-04-10 Thread Marco Atzeri via Cygwin
Am 10.04.2020 um 14:05 schrieb Pavel Fedin via Cygwin:  Hello everyone!  I have two machines in my posession: a desktop and a laptop. Both machines have Windows 10 and the same up to date version of Cygwin installed. The only difference is "age". The laptop is a new one, with freshly

Re: cygwin gfortran segfaulting on valid write statements

2020-04-17 Thread Marco Atzeri via Cygwin
Am 17.04.2020 um 20:42 schrieb wors...@bellsouth.net: I'm getting segfaults in valid write statements Using current cygwin gfortran (--version reports 9.3.0). This is with old code that runs on current debian stable and was running on cygwin a few years ago. I have been unable to construct a

Re: Two naive questions

2020-04-16 Thread Marco Atzeri via Cygwin
Am 16.04.2020 um 22:21 schrieb Fergus Daly via Cygwin: I've been reading/writing to this list since 2001 or maybe earlier and have only just Subscribe'd. Mainly because I have been aware when contributing to a thread I have always broken it by not using Follow-up properly, just artificially

segfault on 32bit

2020-04-07 Thread Marco Atzeri via Cygwin
while trying to build the 32bit version on python, I hit this never seen before issue: checking for %zd printf() format support... make: *** No targets specified and no makefile found. Stop. *** ERROR: make failed 4 [main] sh 18479 D:\cygwin32\bin\sh.exe: *** fatal error in forked

Re: Naming conventions for python packages

2020-04-06 Thread Marco Atzeri via Cygwin
Am 06.04.2020 um 16:35 schrieb Åke Rehnman via Cygwin: Hello all, Sorry if this question is covered somewhere else...  I did try googling... What are the naming conventions for python packages ? python2-libftdi1-1.4-1 or python27-libftdi1-1.4-1 or just python-libftdi1-1.4-1 Same for

Re: cygport requires same package twice?

2020-04-06 Thread Marco Atzeri via Cygwin
Am 06.04.2020 um 22:18 schrieb Åke Rehnman via Cygwin: Hello all, After running cygport package I get for one of my packages the same dependency twice: >>> libftdi1 requires: bash cygwin libconfuse1 libgcc1 libstdc++6 libusb1.0 libconfuse1 Any ideas why? Is it a problem? BR /Ake not

g++ 9.3.0 segfaults

2020-04-12 Thread Marco Atzeri via Cygwin
Joy, this segfault happens on 9.3.0 but not on 9.2.0 To replicate is enough to download cdo-1.9.9rc2.tar.gz from https://code.mpimet.mpg.de/projects/cdo/files https://code.mpimet.mpg.de/attachments/download/21529/cdo-1.9.9rc2.tar.gz ./configure make Entering directory

Re: [ANNOUNCEMENT] Updated: binutils-2.34-2 (x86/x86_64)(Test)

2020-04-12 Thread Marco Atzeri via Cygwin
Am 12.04.2020 um 06:09 schrieb JonY via Cygwin-announce: The following packages have been uploaded to the Cygwin distribution: * binutils-2.34 no plan to reduce the targets ? nm: supported targets: pe-x86-64 elf32-bigaarch64 elf32-littleaarch64 elf64-bigaarch64 elf64-bigaarch64-cloudabi

Re: catdoc optional dependency

2020-04-14 Thread Marco Atzeri via Cygwin
Am 14.04.2020 um 09:12 schrieb Phill Ramsden: Hi, I installed catdoc from the repos and catdocx doesn't work without unzip installed too, I thought maybe it should be marked as a dependency? Thanks, Phill Noted -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: [ANNOUNCEMENT] Updated: binutils-2.34-2 (x86/x86_64)(Test)

2020-04-12 Thread Marco Atzeri via Cygwin
Am 12.04.2020 um 11:59 schrieb JonY via Cygwin: On 4/12/20 8:46 AM, Marco Atzeri via Cygwin wrote: Am 12.04.2020 um 06:09 schrieb JonY via Cygwin-announce: The following packages have been uploaded to the Cygwin distribution: * binutils-2.34 no plan to reduce the targets

Re: Cygwin setup error

2020-04-21 Thread Marco Atzeri via Cygwin
Am 21.04.2020 um 17:29 schrieb Antonio Cesar Rosa via Cygwin: Good afternoon, I am trying to run setup for Windows 7 X64 server, setup_x86-64.exe file but my AVG anti-virus blocked the file said it contains IDP.Generic issue. Could you tell me if this issue is already reported for you and what

Re: PTY not working in Mintty

2020-04-13 Thread Marco Atzeri via Cygwin
Am 13.04.2020 um 09:58 schrieb Pavel Fedin: Hi! On 10.04.2020 19:21, Thomas Wolff wrote: If your desktop Windows version is a bit older, it may not yet support the ConPTY API, so cygwin will silently drop its own conpty support. You might compare the build numbers (cmd /c ver, or winver).  

Re: OpenSSL

2020-04-08 Thread Marco Atzeri via Cygwin
Am 08.04.2020 um 11:30 schrieb Tommie King: Hey, sorry if this is the wrong place. Hi Tommie, right place But im struggling to see how I can upgrade openssl >1.1.1d Compliance checks state that we must have a more up to date version, I know that it exists (1.1.1f) that was released just 2

Re: rlwrap no longer works with windows console apps

2020-03-13 Thread Marco Atzeri via Cygwin
Am 13.03.2020 um 17:34 schrieb Kostya Altukhov via Cygwin: Just try e.g. "rlwrap cmd" from bash and attempt to work in it -> completely broken. Is this related to the recent pty changes? It worked fine earlier. -- Problem reports: http://cygwin.com/problems.html Please define what do

Re: Using ARM GNU GCC with Cygwin

2020-04-04 Thread Marco Atzeri via Cygwin
Am 04.04.2020 um 21:10 schrieb Ben: On 4/4/20 1:58 PM, Åke Rehnman via Cygwin wrote: I do cross compiling all the time in cygwin and the reason is of course to not have to deal with windows paths and what not plus you have access to all the build tools like make binutils grep sed autotools.

Re: How do I write a cygport file for two different configurations in the same cygport package

2020-04-05 Thread Marco Atzeri via Cygwin
Am 05.04.2020 um 22:51 schrieb Åke Rehnman via Cygwin: Hello all, I was going to update the libftdi1 package which in addition to the regular ftdi library contains python bindings. Unfortunately the cmake CMakeLists only builds python 3 bindings for this library unless explicitly passed some

Re: How to make a package request

2020-04-03 Thread Marco Atzeri via Cygwin
Am 03.04.2020 um 22:08 schrieb Pander via Cygwin: Hi all, How can I make a package request for Nuspell? Nuspell is a spell checking library and command-line tool written in modern C++, see https://nuspell.github.io/ and https://github.com/nuspell/nuspell/wiki/Nuspell-packaged-binaries Thanks,

Re: Admin privileges

2020-04-03 Thread Marco Atzeri via Cygwin
Am 04.04.2020 um 03:55 schrieb Phoenix Soul via Cygwin: The setup-x86_64.exe requires admin priveleges. Is it possible to put it into a ZIP file for use? -- it does not if you are installing only for one user. IT is not clear to me what you mean for "put it into a ZIP file" Regards MArco

Re: gnu make broken?

2020-03-27 Thread Marco Atzeri via Cygwin
Am 27.03.2020 um 18:21 schrieb Ryan Johnson: Hi all, Running `make` for the first time in over a year, it exits silently without doing anything at all. Running `strace make` pops up the following windows alert: The procedure entry point sched_getaffinity could not be located in the dynamic

Re: errors in altera quartus

2020-04-01 Thread Marco Atzeri via Cygwin
Am 01.04.2020 um 23:29 schrieb Clive Maynard via Cygwin: C:\altera\13.0sp1\quartus\bin\quartus_pgm -c "USB-Blaster [USB-0]" -m jtag -o "P;C:\altera\13.0sp1\University_Program\NiosII_Computer_Systems\DE2\DE2_Basic_Computer\verilog\DE2_Basic_Computer.sof" 1 [main] bash 7136

"Bad file descriptor" at startup

2020-04-01 Thread Marco Atzeri via Cygwin
Hi guys, sometime, not always, the first time I run the Cygwin terminal the session is not usable $ cygcheck -cd |grep general grep: write error: Bad file descriptor the only solution is to close the session and restart the terminal. It is just me and my AV bloda ? $ uname -svr

Re: patch command incorrectly capitalizes filenames that live on external USB flash drives

2020-04-28 Thread Marco Atzeri via Cygwin
Am 28.04.2020 um 21:27 schrieb Jason Gross via Cygwin: Consider the following script in foo.sh: ``` #!/usr/bin/env bash set -ex cd "$1" rm -rf foo mkdir foo cd foo cat > Makefile < diff < use a flash driver with NTFS and check the difference I doubt it is a patch issue -- Problem reports:

Re: Odd hang of cc1.exe *now further isolated, potential console issues* cpp/gcc

2020-04-28 Thread Marco Atzeri via Cygwin
Am 29.04.2020 um 06:06 schrieb Shaddy Baddah: Hi Eliot, On 28/4/20 10:46 pm, Eliot Moss wrote: Could it be a cygwin fork problem?  Definitely possible in a 32-bit environment.  I had to rebase all the time. Now that I'm mostly in the 64-bit environment it's not such an issue. I suspected so

lyx and QT5 blank windows

2020-04-26 Thread Marco Atzeri via Cygwin
I am trying to rebuild lyx with QT5 enabled instead of QT4. The build is fine and it seems to start fine, but opening new windows like "open file" only produces a blank and black window. At running I see only this output, that is not clear if it is related QXcbShmImage: shmget() failed (88:

Re: lyx and QT5 blank windows

2020-04-26 Thread Marco Atzeri via Cygwin
Am 26.04.2020 um 15:54 schrieb Yaakov Selkowitz: On Sun, 2020-04-26 at 11:15 +0200, Marco Atzeri via Cygwin wrote: I am trying to rebuild lyx with QT5 enabled instead of QT4. Good idea, since Qt4 is obsolete and unmaintained (both upstream and downstream). side effect of the python 2 to 3

Re: Cygwin setup error

2020-04-21 Thread Marco Atzeri via Cygwin
Am 21.04.2020 um 18:08 schrieb Antonio Cesar Rosa: Hello, I do not think so. See the output from Virustotal: 2431de4597a2162f3e1d60af90f638b41677265b07cc66fcb0231fdde452c841 setup-x86_64.exe 1.29 MB 2020-04-21 00:31:19 UTC Size 15 hours ago 64bits direct-cpu-clock-access overlay peexe

Re: debuging a flaky X11 client connection

2020-04-22 Thread Marco Atzeri via Cygwin
Am 23.04.2020 um 03:15 schrieb Randy Dawson via Cygwin: I have reinstalled this more times than I can count. It works, and then suddenly it does not. Launching FVWM (which was working, and no software changes) now does not. The X11 window is there, but no mouse. Closing the window says 3

Re: Problems with ssh when I log into my PC using my corporate domain while working from home

2020-04-23 Thread Marco Atzeri via Cygwin
Am 23.04.2020 um 13:54 schrieb Mark Hansen: On 4/21/2020 2:52 PM, Mark Hansen wrote: On 4/21/2020 8:33 AM, Mark Hansen wrote: I have a Windows 10 laptop, on which I installed Cygwin. I always log into the machine using my corporate domain account. When I log into the machine from my office,

Re: R does not handle package non-ASCII DESCRIPTION files properly

2020-04-30 Thread Marco Atzeri via Cygwin
Am 30.04.2020 um 17:28 schrieb Markus Hoenicka: Hi, I've contacted the processx package maintainer on a problem reported here previously (see https://cygwin.com/pipermail/cygwin/2020-April/244667.html). He suggested to try the github version but that triggered a different type of error

Re: R does not handle package non-ASCII DESCRIPTION files properly

2020-05-01 Thread Marco Atzeri via Cygwin
Am 30.04.2020 um 22:17 schrieb Marco Atzeri: Am 30.04.2020 um 17:28 schrieb Markus Hoenicka: Hi, I've contacted the processx package maintainer on a problem reported here previously (see https://cygwin.com/pipermail/cygwin/2020-April/244667.html). He suggested to try the github version but

Re: openblas-devel is missing

2020-04-30 Thread Marco Atzeri via Cygwin
Am 30.04.2020 um 14:32 schrieb Pavel Fedin via Cygwin:  Hello evereyone! For one of my projects i need to use openblas, but i find no "devel" package for it on Setup. Am i missing something out or is the package is really missing ? Kind regards. Hi Pavel, cygwin openblas library has been

changed behaviour for "cygcheck -p "

2020-05-02 Thread Marco Atzeri via Cygwin
It seems there is a new escape system that is fooling the search engine $ cygcheck -p 'bin/mutt' Found 0 matches for binx2fmutt same on the Web Marco -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:

Re: Oracle SQLPLUS and the latest release Kill a line (control U default) not working

2020-05-02 Thread Marco Atzeri via Cygwin
Am 30.04.2020 um 17:34 schrieb jsteifel: I'm totally frustrated by this. I do not want to have to add this to all the systems I have since I don't have a development env setup with compilers, I am finding the shift key doesn't work at all. that is strange, can you clarify the conditions ? I

Re: changed behaviour for "cygcheck -p "

2020-05-02 Thread Marco Atzeri via Cygwin
Am 02.05.2020 um 17:36 schrieb Frank Ch. Eigler via Cygwin: Hi - It seems there is a new escape system that is fooling the search engine $ cygcheck -p 'bin/mutt' https://cygwin.com/packages/ I suspect it's not new, but yes, urlescaped %XY characters are not correctly handled in

Re: mpi.mod of openmpi40 Version 3.1.5-1 cannot be used with gfortran5 9.3.0-2

2020-05-04 Thread Marco Atzeri via Cygwin
Am 04.05.2020 um 15:14 schrieb Neder, Reinhard: Hi, I can no longer compile my fortran program with gfortran5 Version 9.3.0-2 with openmpi40 version 3.1.5-1 I receive the error message $ mpif90 simple.f90 simple.f90:2:4:     2 | USE mpi   |    1 Fatal Error: Cannot read module file

Re: Problems with ssh when I log into my PC using my corporate domain while working from home

2020-04-23 Thread Marco Atzeri via Cygwin
Am 23.04.2020 um 17:25 schrieb Mark Hansen: On 4/23/2020 5:51 AM, Marco Atzeri via Cygwin wrote: Am 23.04.2020 um 13:54 schrieb Mark Hansen: On 4/21/2020 2:52 PM, Mark Hansen wrote: On 4/21/2020 8:33 AM, Mark Hansen wrote: I have a Windows 10 laptop, on which I installed Cygwin. I always log

Re: Problems with ssh when I log into my PC using my corporate domain while working from home

2020-04-23 Thread Marco Atzeri via Cygwin
Am 23.04.2020 um 21:19 schrieb Marco Atzeri: Am 23.04.2020 um 17:25 schrieb Mark Hansen: On 4/23/2020 5:51 AM, Marco Atzeri via Cygwin wrote: Am 23.04.2020 um 13:54 schrieb Mark Hansen: On 4/21/2020 2:52 PM, Mark Hansen wrote: On 4/21/2020 8:33 AM, Mark Hansen wrote: I have a Windows 10

Re: Can't use strace on curses application

2020-04-22 Thread Marco Atzeri via Cygwin
Am 22.04.2020 um 21:50 schrieb ak...@free.fr: Hi, My initial current versions : Windows 10 Professional Ver 10.0 Build 18363 cygwin 3.1.4-1 OK I have encountered too many problems with console tty use, that with a curses application. With cygwin 3.1.4, bash under cmd, and mintty are not

Re: Can I find where cygwin is installed (for automation purposes)

2020-04-15 Thread Marco Atzeri via Cygwin
Am 15.04.2020 um 15:29 schrieb Paul Moore via Cygwin: On Wed, 15 Apr 2020 at 11:54, Csaba Ráduly via Cygwin wrote: On my machine, I have a HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup key, which contains a string value named "rootdir" with the date "C:\cygwin64". Thanks, that looks more

Re: incorrect text mode graphic character display

2020-05-09 Thread Marco Atzeri via Cygwin
Am 09.05.2020 um 22:37 schrieb bri...@pounceofcats.com: On Sat, 9 May 2020 08:32:17 +0200 Marco Atzeri via Cygwin wrote: Can you install a parallel Cygwin with only Base category ? I use C:\cygwin64T for my parallel Cygwin installation. This will help to check if a fresh version without any

Re: Symbol visibility problems with -std=

2020-05-13 Thread Marco Atzeri via Cygwin
Am 13.05.2020 um 12:21 schrieb Pavel Fedin via Cygwin: Hello everyone! While compiling various software packages for Cygwin i notice that very often i have to add something like #define _GNU_SOURCE to them in order to compile correctly. Meanwhile on Linux they compile with no problems at

Re: socat-2.0.0-b8-1 -- missing

2020-05-16 Thread Marco Atzeri via Cygwin
On 16.05.2020 22:22, Kevin Schnitzius via Cygwin wrote: The socat-2.0.0-b8-1 package is missing. I get "The following package(s) had download errors: socat-2.0.0-b8-1" also that was a test. Remove it from the download cache and the error should disappear. socat-2.0.0-b9-1, listed as "Test",

Re: issue with reply to mailing list

2020-05-16 Thread Marco Atzeri via Cygwin
On 16.05.2020 20:47, Andrey Repin wrote: Greetings, Marco Atzeri! it is just me or the cygwin mailing lists post are not reporting anymore the reply to the list tag ? You seems to have replied to an off-list mail. msgid:0d9b4a1b-05ba-8ab1-3783-c3d1f04f9...@gmail.com is not found in my list

Re: socat-2.0.0-b8-1 -- missing

2020-05-16 Thread Marco Atzeri via Cygwin
On 16.05.2020 23:52, Kevin Schnitzius via Cygwin wrote: On Saturday, May 16, 2020, 04:50:27 PM EDT, Marco Atzeri via Cygwin wrote: On 16.05.2020 22:22, Kevin Schnitzius via Cygwin wrote: The socat-2.0.0-b8-1 package is missing. I get "The following package(s) had download errors:

Re: 640bit HDF5 1.10.6: where are the libraries stored?

2020-05-16 Thread Marco Atzeri via Cygwin
On 17.05.2020 04:29, René Berber via Cygwin wrote: On 5/16/2020 8:37 PM, Dennis Heimbigner via Cygwin wrote: Cygwin 64-bit. WIndows 10 Download hdf5 package. Search for the libraries: cd /usr find . -name '*hdf5*' Nothing is found. Where is it being installed? You can look for

Re: XWin problem (xinit launche twice)

2020-05-17 Thread Marco Atzeri via Cygwin
On 17.05.2020 12:15, Franz Fehringer via Cygwin wrote: This is a repost, because sending to group gmane.os.cygwin seemingly did not get through. Am 27.03.2020 um 12:39 schrieb Franz Fehringer: Dear group, Since a few weeks i see "hangs" wich X11 clients. Upon investigation i find two xinit

Re: XWin problem (xinit launche twice)

2020-05-17 Thread Marco Atzeri via Cygwin
On 17.05.2020 13:00, Franz Fehringer via Cygwin wrote: Am 17.05.2020 um 12:23 schrieb Marco Atzeri: On 17.05.2020 12:15, Franz Fehringer via Cygwin wrote: This is a repost, because sending to group gmane.os.cygwin seemingly did not get through. Hi Franz, can you follow guideline and

Re: Cannot use Cygwin64 with MSVC 64-bit DLL

2020-05-18 Thread Marco Atzeri via Cygwin
On 17.05.2020 23:03, Old Wolf via Cygwin wrote: Hi all I am ultimately trying to use Cygwin 64-bit to port a Solaris server application which uses the Informix Client SDK.  However, the Win64 version of that product comes as a binary-only distribution of DLLs built by MSVC . I have managed

Re: sshfs or alike

2020-05-06 Thread Marco Atzeri via Cygwin
Am 06.05.2020 um 20:14 schrieb Morten Kjærulff via Cygwin: Hi, As I understand, you can get sshfs to work with cygwin, but you have to install some non-cygwin tools also. Can I get sshfs or something like that with only cygwin tools? /Morten No. Cygwin is a user space program, so it can not

Re: R does not handle package non-ASCII DESCRIPTION files properly

2020-05-05 Thread Marco Atzeri via Cygwin
Am 05.05.2020 um 16:55 schrieb Brian Inglis: On 2020-05-05 02:47, Markus Hoenicka wrote: Am 2020-04-30 22:17, schrieb Marco Atzeri via Cygwin: Am 30.04.2020 um 17:28 schrieb Markus Hoenicka: I've contacted the processx package maintainer on a problem reported here previously (see https

German Keyboard for X

2020-05-05 Thread Marco Atzeri via Cygwin
I see a glitch on the Keyboard for X (not on Mintty), when I am running this Keyboard Layout (--) Windows keyboard layout: "A407" (a407) "Deutsch - no dead keys", type 34668816 (--) Found matching XKB configuration "German (Germany)" (--) Model = "pc105" Layout = "de" Variant = "none"

Re: German Keyboard for X

2020-05-05 Thread Marco Atzeri via Cygwin
Am 05.05.2020 um 18:20 schrieb Jon Turney: On 05/05/2020 17:01, Marco Atzeri via Cygwin wrote: There's some code in the X server which tries to identify if you are using Windows under bootcamp on a mac, with the appropriate Windows keyboard layout, and turns on model=mac

Re: Cygwin convert environment paths

2020-05-10 Thread Marco Atzeri via Cygwin
Am 10.05.2020 um 17:48 schrieb Steven Penny via Cygwin: That's what cygpath is there for, among other things. You expect people to use cygpath... from within PHP? we expect they can use cygpath to set a cygwin equivalent variable in their own scripts or boot shell scripts $

Re: Trying to build OCRmyPDF under Cygwin, hit a brick wall

2020-05-15 Thread Marco Atzeri via Cygwin
On 15.05.2020 20:17, Jim Garrison via Cygwin wrote: On 5/14/2020 5:23 PM, René Berber via Cygwin wrote: [snip] if os.name == 'nt': libname = 'liblept-5' os.environ['PATH'] = shim_paths_with_program_files() Notice this change in search path, dll files in Windows are executables

issue with reply to mailing list

2020-05-16 Thread Marco Atzeri via Cygwin
Hi guys, it is just me or the cygwin mailing lists post are not reporting anymore the reply to the list tag ? I am using Thunderbird and the option reply to list is not offered anymore for any of the cygwin mailing list. When I reply the original sender is offered instead of the specific

Re: Trying to build OCRmyPDF under Cygwin, hit a brick wall

2020-05-14 Thread Marco Atzeri via Cygwin
Am 15.05.2020 um 00:50 schrieb Jim Garrison via Cygwin: The magic incantation necessary to get strdup turns out to be - D_GNU_SOURCE, as noted on StackOverflow. However, now I'm encountering a problem with Python's DLL handling code. When attempting to run OCRmyPDF I get $ ocrmypdf --help

Re: [ITA from Yaakov] harfbuzz

2020-05-13 Thread Marco Atzeri via Cygwin
Am 13.05.2020 um 02:27 schrieb Ken Brown via Cygwin-apps: My cygport file is attached.  It bumps the version to 2.6.6, which is the latest upstream release and is also the version packaged by Fedora as of today.  Other than that, it's the same as Yaakov's cygport file except for trivial

Re: [ITA from Yaakov] libpaper

2020-05-13 Thread Marco Atzeri via Cygwin
Am 13.05.2020 um 03:05 schrieb Ken Brown via Cygwin-apps: My cygport file is attached.  It bumps the version to 1.1.28 (latest upstream release) and changes one URL.  Otherwise it is the same as Yaakov's. Ken updated maintainer Regards Marco -- Problem reports:

Re: [ITA] libpng

2020-05-14 Thread Marco Atzeri via Cygwin
Am 14.05.2020 um 17:17 schrieb Ken Brown via Cygwin-apps: Builds fine from Yaakov's cygport file, no update needed at present. Ken updated maintainer -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:

Re: Downgrading Cygwin components and dependencies

2020-05-08 Thread Marco Atzeri via Cygwin
Am 08.05.2020 um 14:10 schrieb Maarten Hoes via Cygwin: Hi, In another thread (that I did not want to hijack) it was mentioned that you can downgrade (parts of) your cygwin installation by selecting previous/older versions of things. In the cygwin installer, I can select (a few) older

Re: incorrect text mode graphic character display

2020-05-08 Thread Marco Atzeri via Cygwin
Am 07.05.2020 um 17:18 schrieb bri...@pounceofcats.com: Hi, Doesn't matter what terminal i'm using, I'm having a problem with the way graphic characters print. Julia uses unicode output, and will generate output that should look like this: julia> x=DataFrame([(1,2,3), (4,5,6)]) 2×3 DataFrame

Re: [ANNOUNCEMENT] Updated: binutils-2.34+1git.de9c1b7cfe-1 (x86/x86_64)

2020-03-18 Thread Marco Atzeri via Cygwin
Am 19.03.2020 um 01:25 schrieb Steven Penny via Cygwin: The following packages have been uploaded to the Cygwin distribution: * binutils-2.34+1git.de9c1b7cfe This release should fix libtool shared library builds on 32bit Cygwin. Below are the current "non Base" dependencies (and transitive

Re: Why is taskset still not in util-linux?

2020-03-19 Thread Marco Atzeri via Cygwin
Am 19.03.2020 um 11:14 schrieb Eliot Moss: On 3/16/2020 7:34 PM, Mark Geisert wrote: > Mark Geisert wrote: >> Eliot Moss wrote: >>> >>> Dear cygwin-ers -- >>> >>> Something I had asked about a while ago was the absence os taskset in cygwin's >>> util-linux.  At the time, it was pointed

Re: Perl problem w. pty: Can't install IO::Pty

2020-03-17 Thread Marco Atzeri via Cygwin
Am 17.03.2020 um 12:37 schrieb Henry S. Thompson via Cygwin: Trying to upgrade App::Ack, ran into various odd test failures, but that's a problem for another day, as notest install appears to work. But in the test output, the fact that IO::Pty wasn't installed was mentioned, so I tried to

updating Perl problem

2020-03-20 Thread Marco Atzeri via Cygwin
Hi, trying to update some of Yaakov's perl packages I hit this >>> Compiling perl-Pango-1.227-3.x86_64 Pre-requisites not found: Can't locate ExtUtils/Depends.pm in @INC (you may need to install the ExtUtils::Depends module) (@INC contains:

Re: [ANNOUNCEMENT] Updated: binutils-2.34+1git.de9c1b7cfe-1 (x86/x86_64)

2020-03-20 Thread Marco Atzeri via Cygwin
Am 20.03.2020 um 20:24 schrieb Hans-Bernhard Bröker: Am 20.03.2020 um 00:18 schrieb Brian Inglis: On 2020-03-18 23:25, Marco Atzeri via Cygwin wrote: It seems something is adding 5M or more to the normal size of the programs See attached for summary details by arch, but main points

Re: [ANNOUNCEMENT] Updated: binutils-2.34+1git.de9c1b7cfe-1 (x86/x86_64)

2020-03-21 Thread Marco Atzeri via Cygwin
Am 21.03.2020 um 05:55 schrieb Marco Atzeri: Am 20.03.2020 um 20:24 schrieb Hans-Bernhard Bröker: Am 20.03.2020 um 00:18 schrieb Brian Inglis: On 2020-03-18 23:25, Marco Atzeri via Cygwin wrote: It seems something is adding 5M or more to the normal size of the programs See attached

Re: Why is taskset still not in util-linux?

2020-03-21 Thread Marco Atzeri via Cygwin
Am 21.03.2020 um 12:07 schrieb Eliot Moss: So here's a thing, though I don't understand it: In addition the build/taskset.exe, there's a build/.libs/taskset.exe. that is usually the unstripped version If I install the latter in /usr/bin/.libs/taskset.exe, then /usr/bin/taskset works.  In

Re: New pty implementation is really slow

2020-03-21 Thread Marco Atzeri via Cygwin
Am 22.03.2020 um 04:21 schrieb Joe via Cygwin: I'm using cygwin 3.1.4 on Windows 10. The new pseudo terminal stuff seems really slow. For example: $ time seq 1 (output omitted) real0m23.510s user0m1.515s sys 0m4.483s If I minimize the mintty window while seq is running, it

Re: shell expansion produces e.g. "ls: cannot access '*.pdf': No such file or directory" in Windows CMD shell, but works okay in bash

2020-03-22 Thread Marco Atzeri via Cygwin
Am 22.03.2020 um 18:50 schrieb Jay Libove via Cygwin: I've never seen this before. In a Windows CMD shell, Cygwin shell expansion, for example: ls *.pdf returns: ls: cannot access '*.PDF': No such file or directory (Indeed, any Cygwin shell expansion, when executed from within Windows CMD,

Re: [ANNOUNCEMENT] Updated: binutils-2.34+1git.de9c1b7cfe-1 (x86/x86_64)

2020-03-22 Thread Marco Atzeri via Cygwin
Am 22.03.2020 um 21:19 schrieb Yaakov Selkowitz: On Sat, 2020-03-21 at 07:40 +0100, Marco Atzeri via Cygwin wrote: Am 21.03.2020 um 05:55 schrieb Marco Atzeri: Am 20.03.2020 um 20:24 schrieb Hans-Bernhard Bröker: Am 20.03.2020 um 00:18 schrieb Brian Inglis: On 2020-03-18 23:25, Marco Atzeri

Re: shell expansion produces e.g. "ls: cannot access '*.pdf': No such file or directory" in Windows CMD shell, but works okay in bash

2020-03-23 Thread Marco Atzeri via Cygwin
Am 23.03.2020 um 19:34 schrieb Jay Libove via Cygwin: Hi Andrey, (I have no idea what you mean about "top posting".) https://lmgtfy.com/?q=top+posting+vs+bottom+posting -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:

Re: please update cygwin lighttpd pkg to version 1.4.55

2020-03-24 Thread Marco Atzeri via Cygwin
Am 24.03.2020 um 06:50 schrieb gs-cygwin@gluelogic.com: Please update cygwin lighttpd pkg to version 1.4.55 lighttpd 1.4.55 was released 31 Jan 2020 (upstream). Thank you. Glenn -- In this moment the package is without a maintainer. Any specific reason why you need absolutely the last

Re: Difference Between Binutils Packages

2020-03-17 Thread Marco Atzeri via Cygwin
Am 17.03.2020 um 04:04 schrieb Mortimer Hemmit via Cygwin: Hello Cygwin Mailing List, Hi Mortimer I am trying to obtain the ld tool for Cygwin. I found out that it is included in the Binutils package. However, when I look for that package in the list during setup, I see 4 versions: this

Re: incorrect text mode graphic character display

2020-05-07 Thread Marco Atzeri via Cygwin
Am 07.05.2020 um 17:18 schrieb bri...@pounceofcats.com: Hi, Doesn't matter what terminal i'm using, I'm having a problem with the way graphic characters print. Julia uses unicode output, and will generate output that should look like this: julia> x=DataFrame([(1,2,3), (4,5,6)]) 2×3 DataFrame

Re: incorrect text mode graphic character display

2020-05-09 Thread Marco Atzeri via Cygwin
Am 08.05.2020 um 22:14 schrieb bri...@pounceofcats.com: On Fri, 8 May 2020 20:41:55 +0200 Marco Atzeri via Cygwin wrote: Am 07.05.2020 um 17:18 schrieb bri...@pounceofcats.com: Hi, Doesn't matter what terminal i'm using, I'm having a problem with the way graphic characters print. Julia

Re: incorrect text mode graphic character display

2020-05-09 Thread Marco Atzeri via Cygwin
Am 09.05.2020 um 08:45 schrieb Thomas Wolff: Am 09.05.2020 um 08:32 schrieb Marco Atzeri via Cygwin: Am 08.05.2020 um 22:14 schrieb bri...@pounceofcats.com: On Fri, 8 May 2020 20:41:55 +0200 Marco Atzeri via Cygwin wrote: Am 07.05.2020 um 17:18 schrieb bri...@pounceofcats.com: Hi, Doesn't

Re: Update of packages by non-maintainer

2020-05-21 Thread Marco Atzeri via Cygwin
On 21.05.2020 06:47, Yasuhiro KIMURA wrote: From: Brian Inglis Subject: Re: Update of packages by non-maintainer Date: Wed, 20 May 2020 08:32:59 -0600 You should discuss changes and intent on cygwin list, post patches on cygwin-apps list. Thank you for reply. My first candidate is anthy.

Re: Cygwin doesn't support IO_REPARSE_TAG_APPEXECLINK

2020-05-23 Thread Marco Atzeri via Cygwin
On 23.05.2020 17:09, Kagami Rosylight via Cygwin wrote: Hi Cygwin community, I found that Cygwin can’t run UWP based CLI tools, as they expose their executables as reparse points with the tag IO_REPARSE_TAG_APPEXECLINK which Cygwin does not support. Way to reproduce this issue on Cygwin: 1.

Re: Cygwin doesn't support IO_REPARSE_TAG_APPEXECLINK

2020-05-24 Thread Marco Atzeri via Cygwin
Reply always with mailing list in copy, please and bottom posting as standard On 23.05.2020 18:34, Kagami Rosylight wrote: Hi Marco, Not clear why you expect that a Windows specific tag as IO_REPARSE_TAG_APPEXECLINK should be supported on a Posix platform ?

Re: Cygwin doesn't support IO_REPARSE_TAG_APPEXECLINK

2020-05-24 Thread Marco Atzeri via Cygwin
On 24.05.2020 11:51, Kagami Rosylight via Cygwin wrote: From: Marco Atzeri `Reply always with mailing list in copy, please and bottom posting as standard have you tested "cygstart /cygdrive/c/Users/Kagami/AppData/Local/Microsoft/WindowsApps/python3.8.exe " ? Regards Marco That

Re: IDP.Generic in setup-x86_64.exe

2020-05-03 Thread Marco Atzeri via Cygwin
Am 03.05.2020 um 00:26 schrieb Fausto Arinos de A. Barbuto via Cygwin: Hi, Attempts to update my Cygwin installation with the new setup-x86_64.exeended up in failure. Avast Free Antivirus says the file has a IDP.Genericmalware and moved it promptly to the virus vault, where setup-x86_64.exeis

Re: [ANNOUNCEMENT] Updated: mintty 3.1.5

2020-05-21 Thread Marco Atzeri via Cygwin
On 21.05.2020 16:48, Ken Brown via Cygwin wrote: On 5/20/2020 11:34 AM, Thomas Wolff wrote: I have uploaded mintty 3.1.5 with the following changes: The homepage is at http://mintty.github.io/ It also links to the issue tracker. After this release the right Alt key on my keyboard has

Re: XWin problem (xinit launche twice)

2020-05-21 Thread Marco Atzeri via Cygwin
On 21.05.2020 20:07, Franz Fehringer wrote: There is maybe a race (condition) i just managed starting xinit only once (where it was started twice all the time). A race it is possible. Sometimes I see xinit or Xwin stuck and I need to kill X, while the second time goes fine. May be in your

Re: Regarding cigwin

2020-09-03 Thread marco atzeri via Cygwin
On Thu, Sep 3, 2020 at 2:14 PM ANJALI BHISE via Cygwin wrote: > > Hello, > I am trying to download cygwin but after installation, the cygwin folder > is not available in c folder . What should I do? Please let me know. > > > > Regards. re-run Setup and check in which directory you installed

Re: that thing with the fonts and julia, and that other thing with plotutils

2020-09-03 Thread Marco Atzeri via Cygwin
On 04.09.2020 05:58, briand (at) pounceofcats.com wrote: Hi, Just got a new computer at work, so it got a very fresh install of cygwin. The problem i was having with the fonts not displaying correctly in Julia is now gone, and that's much more important than it sounds. A great many of the

Re: Cron installation issue

2020-09-02 Thread marco atzeri via Cygwin
On Wed, Sep 2, 2020 at 11:13 AM Anantha.Kumar wrote: > > Hi Team, > > Do you have any advice on this failure. Again: You must run service config scripts from an elevated admin shell. It seems very simple to me. Or do you not understand its meaning ? Regards Marco -- Problem reports:

Re: wish8.6 perfect in Cygwin32, misbehaves in Cygwin64

2020-09-02 Thread Marco Atzeri via Cygwin
On 02.09.2020 22:46, Fergus Daly via Cygwin wrote: Can't entirely recall* when wish8.4 was versioned up to the current wish8.6 in Cygwin, or whether there was an intermediate wish8.5 - I think it must be nearly a decade ago, or possibly longer - but I do remember that 1. wish8.4 "worked" in

Re: XOpenDisplay sporadically hangs with no errors

2020-09-07 Thread Marco Atzeri via Cygwin
On 07.09.2020 21:34, Dan Rather via Cygwin wrote: No computer h/w s/w changes for the last year. Suddenly, xwindows program that have run for years get to the XOpenDisplay function, and the process hangs. Getting PID from ps and using kill command doesnt kill it. I can go to windows task

Re: postinstall: fontconfig abnormal exit

2020-09-11 Thread Marco Atzeri via Cygwin
On 11.09.2020 10:32, Hamish McIntyre-Bhatty via Cygwin wrote: On 11/09/2020 08:22, Fergus Daly via Cygwin wrote: On 2020-09-10 04:57, Fergus Daly via Cygwin wrote: Sorry if this has been asked 4 million times already. $ head /etc/postinstall/{fontconfig_dtd,libxml2}.*

Re: Setting up a proper modelling environment in Cygwin

2020-09-11 Thread Marco Atzeri via Cygwin
On 11.09.2020 04:37, Lawrence Bernardo via Cygwin wrote: Dear Cygwin users and developers, I am trying to run some models based on the ROMS ocean modeling system. And although I mainly run such models on Linux supercomputing systems, I sometimes use Cygwin to make test runs. However, whenever I

Re: postinstall: fontconfig abnormal exit

2020-09-11 Thread Marco Atzeri via Cygwin
On 11.09.2020 15:12, Ken Brown via Cygwin wrote: On 9/11/2020 7:31 AM, Marco Atzeri via Cygwin wrote: On 11.09.2020 10:32, Hamish McIntyre-Bhatty via Cygwin wrote: On 11/09/2020 08:22, Fergus Daly via Cygwin wrote: On 2020-09-10 04:57, Fergus Daly via Cygwin wrote: Sorry if this has been

Re: Setting up a proper modelling environment in Cygwin

2020-09-12 Thread Marco Atzeri via Cygwin
On 12.09.2020 08:13, ASSI wrote: Marco Atzeri via Cygwin writes: Now the current gfortran has $ zcat /usr/lib/gcc/x86_64-pc-cygwin/9.3.0/finclude/ieee_arithmetic.mod|head -n 1 GFORTRAN module version '15' created from ieee_arithmetic.F90 openmpi was built with last gcc so it is aligned

Re: Setting up a proper modelling environment in Cygwin

2020-09-12 Thread Marco Atzeri via Cygwin
On 12.09.2020 07:39, Brian Inglis wrote: On 2020-09-11 08:59, Marco Atzeri via Cygwin wrote: On 11.09.2020 04:37, Lawrence Bernardo via Cygwin wrote: Dear Cygwin users and developers, I am trying to run some models based on the ROMS ocean modeling system. And although I mainly run such models

Re: Setting up a proper modelling environment in Cygwin

2020-09-12 Thread Marco Atzeri via Cygwin
On 12.09.2020 08:13, ASSI wrote: Marco Atzeri via Cygwin writes: Now the current gfortran has $ zcat /usr/lib/gcc/x86_64-pc-cygwin/9.3.0/finclude/ieee_arithmetic.mod|head -n 1 GFORTRAN module version '15' created from ieee_arithmetic.F90 openmpi was built with last gcc so it is aligned

Re: Setting up a proper modelling environment in Cygwin

2020-09-14 Thread Marco Atzeri via Cygwin
On 14.09.2020 04:07, Lawrence Bernardo wrote: Thank you Marco for addressing my concerns. And I think checking for the fortran module consistency will be really helpful for me to assess issues I run into in the future. I have rolled back the versions I have been using to all be based on

Re: Cygwin installation fails in Windows 10

2020-10-15 Thread Marco Atzeri via Cygwin
On 15.10.2020 18:47, Chevva,Pramod Kumar via Cygwin wrote: Hi Team, Cygwin installation fails in windows 10 after we ran the setup-x86_64.exe and unable to see the installation window. Please advise. Thanks Pramod Have you checked your Antivirus logs or settings ? -- Problem reports:

Re: openssh 8.4

2020-10-05 Thread Marco Atzeri via Cygwin
On 05.10.2020 18:05, Bruce Halco wrote: Is there any information available on when openssh 8.4 will be available? Bruce No. It all depends when the package manager have time to dedicate to it. -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: cygcheck doesn't work on DLLs and executables in current working directory

2020-10-05 Thread Marco Atzeri via Cygwin
On 05.10.2020 17:20, Hamish McIntyre-Bhatty via Cygwin wrote: On 02/10/2020 17:33, Marco Atzeri via Cygwin wrote: On 02.10.2020 17:59, Hamish McIntyre-Bhatty via Cygwin wrote: Hi, I've noticed that cygcheck doesn't work when run against executables and DLLs in the current working directory

  1   2   3   4   5   6   7   8   9   10   >