Re: problem with make 4.4.1-2 or gcc-fortran 11.4.0-1

2024-04-19 Thread René Berber via Cygwin
On 4/19/2024 2:59 PM, Arnab Paul via Cygwin wrote: Hello, I am trying to install a software which requires the libraries gcc-fortran, make, libarpack-devel, liblapack-devel, libnetcdf-fortran-devel, git. As I did and ran the commands given below, git clone https://github.com/Aida-Alvera/DINEOF

Re: Aren't Windows System Error popups meant to be disabled in Cygwin?

2024-01-31 Thread René Berber via Cygwin
On 1/31/2024 7:40 AM, David Allsopp via Cygwin wrote: Starting with this very trivial C program: #include #include int main(void) { printf("Zstandard v%d\n", ZSTD_versionNumber()); } and compiling with x86_64-w64-mingw32-gcc -o test.exe test.c -lzstd when I then run ./test.exe, I get

Re: Cygwin 3.4.9 - how to install ssh-keygen

2023-11-29 Thread René Berber via Cygwin
On 11/29/2023 3:13 PM, Jose Isaias Cabrera via Cygwin wrote: [snip] --- Process 23800 loaded C:\Program Files (x86)\Citrix\ICA Client\epclient64.dll at 7ffe0007 [snip] Try getting rid of Citrix. Its the only significant difference I see with my working ssh trace (and all the other

Re: Cygwin 3.4.9 - how to install ssh-keygen

2023-11-24 Thread René Berber via Cygwin
On 11/24/2023 5:31 AM, Matthias--- via Cygwin wrote: [snip] * Answered "no" to use StrictMode OK, this makes the .ssh directory have the wrong permissions. $ ls -alh $HOME/.ssh total 4.0K drwxr-xr-x 1 meyer Kein 0 Nov 24 12:11 . drwxr-xr-x 1 meyer Kein 0 Nov 24 12:11 ..

Re: inkscape installed but does nothing.

2023-11-23 Thread René Berber via Cygwin
On 11/22/2023 10:27 PM, J.F. Huesman via Cygwin wrote: (I tried to reply to this message twice and got mailer-daemon failure notices both times. My apologies if this is a duplicate message.) Yes, they are installed. which xwin xinit/usr/bin/xwin/usr/bin/xinit When I try to run inkscape, I

Re: Cygwin 3.4.9 - how to install ssh-keygen

2023-11-23 Thread René Berber via Cygwin
On 11/23/2023 2:15 AM, Matthias--- via Cygwin wrote: [snip] It create $HOME/.ssh with an empty authorized_keys and no keys: $ ls -alh $HOME/.ssh total 4.0K drwxr-xr-x 1 meyer Kein 0 Nov 23 09:06 . drwxr-xr-x 1 meyer Kein 0 Nov 23 09:06 .. -rw-r--r-- 1 meyer Kein 0 Nov 23 09:06 authorized_keys

Re: inkscape installed but does nothing

2023-11-21 Thread René Berber via Cygwin
On 11/21/2023 10:23 PM, J.F. Huesman via Cygwin wrote: I installed inkscape 0.92.3-1 using the cygwin update program.Calling inkscape does nothing. [snip] All graphical apps use CygwinX (or any X Windows). -- RB -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: rand is not ISO C compliant in Cygwin

2023-11-11 Thread René Berber via Cygwin
On 11/11/2023 10:50 AM, Allen, Norton T. via Cygwin wrote: [snip] The srand function is not required to avoid data races with other     calls to pseudo-random sequence generation functions. ..." That is not the same as "... required never to avoid data races ...". "not required" means the

Re: mintty mouse behavior with vim

2023-05-11 Thread René Berber via Cygwin
On 5/11/2023 8:16 PM, Duncan Roe via Cygwin wrote: You expect too much of ssh. ssh is a text utility, not an X one. The remote vim never sees your mouse actions: it's mintty that performs select / paste. Are you sure? man ssh: " -X Enables X11 forwarding. This can also be

Re: exe in path directory, "command not found"

2023-03-14 Thread René Berber via Cygwin
On 3/14/2023 9:00 PM, WyntrHeart via Cygwin wrote: I've added /cygdrive/c/program\ files/notepad++ Notepad is not there. In addition to what Elliot said you need the correct path. The executable is at: /cygdrive/c/Program Files/Notepad++/notepad++ So the path is all that except the .exe

Re: RE: [EXTERNAL] [BULK] Re: Internal Server Error running perl script in browser

2022-11-17 Thread René Berber
On 11/17/2022 12:57 PM, Michael Lascuola via Cygwin wrote: Thanks for the response! Forgive me, as I am SQL Server DBA. Is there another way I should check this? $ perl -v This is perl 5, version 32, subversion 1 (v5.32.1) built for x86_64-cygwin-threads-multi (with 7 registered patches,

Re: Internal Server Error running perl script in browser

2022-11-17 Thread René Berber
On 11/17/2022 10:22 AM, Michael Lascuola via Cygwin wrote: Good day! I have an issue where I receive "Internal Server Error" when running perl scripts in the browser. Here's an example script that works OK when running from the Cygwin Terminal: #!/usr/local/bin/perl That is not Cygwin

Re: Running cygwin from python

2022-08-31 Thread René Berber
On 8/31/2022 1:39 PM, Eliot Moss wrote: On 8/31/2022 1:41 PM, Toyoshima Denis wrote: Hi there, how are you? I’d like to know if there’s any possibility of running simple commands inside Cygwin through Python code. - If yes, could you provide some

Re: Vim gives error message since 8.2.3755-1

2022-07-24 Thread René Berber
On 7/24/2022 8:11 PM, Thomas DiModica via Cygwin wrote: Since 8.2.3755-1, Vim has given me an error message about being unable to open the defaults.vim file whenever I open a file with vi. I do not see this message with 8.2.0486-1. Notably, vi --version for the last two updates tell me that the

Re: [ANNOUNCEMENT] Test: coreutils 9.0 (TEST)

2022-07-19 Thread René Berber
On 7/19/2022 11:50 AM, René Berber wrote: [snip] Do it by hand as I described, then adjust your scrip or whatever you are using (apparently you depend on setup.ini, which seems to be out of sync in your case). Or not, see Brian Inglis message. -- Problem reports: https://cygwin.com

Re: [ANNOUNCEMENT] Test: coreutils 9.0 (TEST)

2022-07-19 Thread René Berber
On 7/19/2022 6:34 AM, Keith Christian wrote: The installed version of coreutils is 8.32-1. Correct, latest release. I see coreutils-9.0-1.tar.gz referenced in setup.ini, but Incorrect, there's a newer test version 9.1-1 coreutils-9.0-1.tar.gz is not downloaded to disk. Setup.exe's

Re: [ANNOUNCEMENT] Test: coreutils 9.0 (TEST)

2022-07-18 Thread René Berber
On 7/18/2022 8:50 PM, Keith Christian wrote: I'd like to test coreutils but cannot find the docs for how to install a test version. Sorry, but I don't see anything in setup.exe that would facilitate installing a test version, seems I recall that test versions were available to install via

Re: the gpg and asci/sha256sums files are located here

2022-06-24 Thread René Berber
On 6/24/2022 11:46 AM, Jim McNamara via Cygwin wrote: https://getfedora.org/static/checksums/36/iso/Fedora-Spins-36-1.5-x86_64-CHECKSUM $ curl -O https://getfedora.org/static/fedora.gpg https://spins.fedoraproject.org/kde/download/index.html I think that is all I need. I ran the curl command

Re: weird error gpg

2022-06-24 Thread René Berber
; K+oSCMG1wIhwVDBPO0rz/PdmeVnHNrLndrboJxYTApfJAZdVjoMwRivGtFtBjOPu > okSnkheDIwMnW3CvEwdxTrfZD2AL/nfm5I3qnJ6WSAwcF96TFWJj1/KDYrA1mE+b > hVbBkL7m+WCTN/DqegYefxDHEE09qvOLSDCSYOuZJpwVKxXame8C5/Zoe9AAJVDj > t8lbWKKPMauFFN/SXQ18JT0mECWWx84qmBvbezma2ecH2frMAuc= > =KcCN > -END PGP SIGNATURE- > > thank

Re: weird error gpg

2022-06-24 Thread René Berber
On 6/24/2022 10:55 AM, Jim McNamara via Cygwin wrote: $ gpg --verify fedora.asc Fedora-KDE-Live-x86_64-36-1.5.iso gpg: can't handle text lines longer than 19995 characters gpg: Signature made Fri May  6 10:21:35 2022 EDT using RSA key ID 38AB71F4 gpg: BAD signature from "Fedora (36) " I am

Re: [ANNOUNCEMENT] mle-1.5.0-1

2022-06-11 Thread René Berber
On 6/11/2022 12:07 PM, as@... wrote: The following packages have been uploaded to the Cygwin distribution: * mle 1.5.0-1 [snip] Its marked as "Test", was that intentional? Regards, -- R.B. -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: error: CYGWIN_NT-10.0-x86_64 is not supported (yet?) on Windows 10

2022-04-24 Thread René Berber
On 4/24/2022 10:37 AM, René Berber wrote: On 4/24/2022 10:3 AM, John Balkunas wrote: Thank you!  It makes sense.  Upon further reading it looks like chrony's docs say it does not run on/support Windows. That is not the same as not supporting Cygwin. [snip] Taken from chrony's FAQ: &quo

Re: error: CYGWIN_NT-10.0-x86_64 is not supported (yet?) on Windows 10

2022-04-24 Thread René Berber
syncing/updating on this Win10 machine. Bet that will be fun. I wouldn't give up, chrony probably works out of the box, it just needs to accept that the environment is Linux-like. Thanks again. You are welcome. -- René Berber -- Problem reports: https://cygwin.com/problems.html FAQ

Re: error: CYGWIN_NT-10.0-x86_64 is not supported (yet?) on Windows 10

2022-04-24 Thread René Berber
On 4/24/2022 9:02 AM, John Balkunas wrote: I installed Cywin64 Terminal so that I can compile chrony-4.2 for use with Windows 10 Pro 64-bit. I used the Cygwin Setup program/installer named setup-x86_64.exe for 64 bit Windows.  The install appeared to go well.  After the install, from within

Re: xterm (or x11) pastes are highlighted

2022-03-17 Thread René Berber
On 3/17/2022 1:03 PM, n952162 wrote: Does anyone know how I can disable the highlighting that occurs when I copy and paste in xterm? Escape sequences are added to achieve that and sometimes they're not being properly interpreted. Why would I want that anyway? The same thing happens to

Re: Renaming (with 'mv') very large files is SLOW

2022-01-31 Thread René Berber
On 1/31/2022 8:59 AM, Eliot Moss wrote: On 1/31/2022 9:52 AM, cyg...@kosowsky.org wrote: I tried renaming some very large files (20-40 GB) using: mv without changing the directory of course. The process took about 10-20 minutes with Task Manager showing disk activity of 100+ MB/s. Is

Re: Unable to start Cygwin64 terminal after password change

2021-08-01 Thread René Berber via Cygwin
On 8/1/2021 11:57 AM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin wrote: [snip] BTW, $USER is not defined in the bash environment (not sure if it should be) Quoting man bash: "When bash is invoked as an interactive login shell, or as a non-interactive shell with the --login option, it

Re: libtool with mingw hangs building openocd in func_convert_core_msys_to_w32

2021-06-28 Thread René Berber via Cygwin
On 6/28/2021 8:56 AM, Dietmar May via Cygwin wrote: Thanks for submitting the bug report. I can now see what may be a duplicate report under: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=10949 responding that //c is deliberate so MSYS does not convert a posix path, so in the Cygwin Mingw

Re: cgdb fails with cygwin 3.2.0 but is OK with 3.1.6

2021-04-13 Thread René Berber via Cygwin
On 4/13/2021 1:56 PM, Arthur Norman via Cygwin wrote: René Berber wrote At one time it was recommended to disable a Cygwin feature, something like this: alias cgdb="env CYGWIN=disable_pcon cgdb" Not sure if this is still necesary. Thank you for the reminder about that. I had

Re: cgdb fails with cygwin 3.2.0 but is OK with 3.1.6

2021-04-13 Thread René Berber via Cygwin
On 4/13/2021 9:05 AM, Arthur Norman via Cygwin wrote: With the latest cygwin if I go "gcc -O0 -g hello.c -o hello" then "cgdb ./hello", break main, run then cgdb exits abruptly without sign on actually starting my code. If I use just gdb not cgdb all is OK. If I try "gcd -tui hello" I can

Re: Questions on how to upgrade Apache

2021-04-08 Thread René Berber via Cygwin
On 4/8/2021 10:49 AM, Andy Romens via Cygwin wrote: > Is there something else Cygwin provides that I should use instead of > Apache? Sorry for the elementary questions, I’m still quite new to > this :) nginx is an alternative (NGINX Open Source. The open source web server). Cygwin is at

Re: Sv: g++ and c++17 filesystem

2020-11-18 Thread René Berber via Cygwin
On 11/18/2020 3:00 AM, Kristian Ivarsson via Cygwin wrote: On 11/17/2020 9:15 AM, Kristian Ivarsson via Cygwin wrote: The filesystem-library as a part of C++17 seems to have some defects and flaws in the cygwin-package and pretty much every lexical- and canonical operation works in mysterious

Re: g++ and c++17 filesystem

2020-11-17 Thread René Berber via Cygwin
On 11/17/2020 9:15 AM, Kristian Ivarsson via Cygwin wrote: The filesystem-library as a part of C++17 seems to have some defects and flaws in the cygwin-package and pretty much every lexical- and canonical operation works in mysterious ways (or not at all) [snip]

Re: Fwd: Switching to posix with no acl

2020-11-14 Thread René Berber via Cygwin
On 11/14/2020 12:37 PM, Jim McNamara via Cygwin wrote: Since there are no adduser or addgroup, I guess I'd create those files manually off /etc. I think the recommended way is using the mkpasswd command. Actually the recommended procedure is not to use anything. Just run that command and

Fwd: RE: I have a problem with some applications in Cygwin

2020-10-23 Thread René Berber via Cygwin
Redirecting to the list... Forwarded Message Subject: RE: I have a problem with some applications in Cygwin Date: Fri, 23 Oct 2020 09:29:49 + From: Eirik Nordbrøden To: René Berber -Original Message- From: Cygwin On Behalf Of René Berber via Cygwin Sent

Re: I have a problem with some applications in Cygwin

2020-10-22 Thread René Berber via Cygwin
On 10/22/2020 9:15 AM, Eirik Nordbrøden via Cygwin wrote: I have been using for many years and have not really had any major problems, but now I have run into a problem with some of the applications in Cygwin that I have been struggling with for some time without being able to solve it.

Re: Is it possible to vnc into a linux guest?

2020-09-23 Thread René Berber via Cygwin
On 9/23/2020 1:07 PM, Jim McNamara via Cygwin wrote: I tried to use tigervnc to connect to a linux virtualbox guest from cygwin. Those 3 things are independent, i.e. there's no VNC in Cygwin (OK there is, but you don't need it... and installing an X server just for that is overkill), and

Re: rsync.exe: error while loading shared libraries: cyglz4-1.dll

2020-09-06 Thread René Berber via Cygwin
On 9/6/2020 3:43 PM, Ulli Horlacher wrote: I have installed cygwin with cygwin-portable-installer (recommendation from this mailing-list). Everything seems fine, but when I run rsync I get: W10dev:~: rsync -h C:/Users/admin/cygwin/bin/rsync.exe: error while loading shared libraries:

Re: Assistance with 'split -l' command

2020-08-11 Thread René Berber via Cygwin
On 8/11/2020 6:57 PM, Gary Vaughan via Cygwin wrote: I am working with csv files and when I perform the split -l, it splits the fioe correctly, but is putting the 'aa','ab','ac' after the file extension. Would love to know how to get it after the file name before the file extension. as an

Re: ssh not working for past few months?

2020-07-18 Thread René Berber via Cygwin
On 7/18/2020 6:29 PM, Lester Ingber via Cygwin wrote: Is anyone else having problems with ssh -- a most basic tool? No. It is working as expected. $ cygcheck -c openssh Cygwin Package Information Package VersionStatus openssh 8.3p1-1OK $ ssh -p

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

2020-05-16 Thread René Berber via Cygwin
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 yourself what is being installed and where:

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

2020-05-14 Thread René Berber via Cygwin
On 5/14/2020 5:50 PM, Jim Garrison via Cygwin wrote: 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 [snip] line 18, in

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

2020-04-15 Thread René Berber via Cygwin
On 4/15/2020 1:39 PM, Paul Moore via Cygwin wrote: https://docs.microsoft.com/en-us/dotnet/standard/io/file-path-formats Look for "DOS device paths" Thanks. That's \\?\C:\... and what I'm seeing is \??\C:\... Is that just a typo/bug? That's the discrepancy that was confusing me :-( A bug.

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

2020-04-15 Thread René Berber via Cygwin
On 4/15/2020 1:10 PM, Paul Moore via Cygwin wrote: [snip] Thanks. Can you explain what the \?? prefix on the Installations values is about? I'm nervous that there's something going on there that means that just ignoring the first 3 characters isn't sufficient... ;-)

How to fix mv under SMB/CIFS?

2020-01-30 Thread René Berber
Hi, Main question is how to make mv behave intelligently when used in SMB filesystem? Its probably obvious but "intelligently" in this context means do simple move between the same file system (SMB to same SMB), and only use copy-delete under different file systems (usually different

Re: Problem to develop Qt5 application in Samba share

2020-01-07 Thread René Berber
On 1/7/2020 2:42 AM, PAULUS, Raimund, TI-ABN wrote: For many years i develop C/C++ applications in Cygwin with source code located in Samba shares. The shares are available on Windows with "net use ..." command. In Cygwin they are available via /cygdrive. Now I have to write applications using

Re: mintty window flashes open and immediately closes

2019-12-17 Thread René Berber
On 12/17/2019 6:55 PM, Brent Epp wrote: Yep, I messed up, those options were for bash, not for minnty. > This is interesting: I have a backup copy of my cygwin installation from > 2 days ago.  I restored it to another folder, made a shortcut... and it > works. > > I'll have to run some diffs to

Re: mintty window flashes open and immediately closes

2019-12-17 Thread René Berber
On 12/17/2019 2:58 PM, Brent Epp wrote: > I've been using cygwin for years with no problems.  I just updated > cygwin again and I suddenly can't get into the terminal. When I click > the cygwin icon, the window just flashes and immediately closes. > > What's interesting is that I have a number

Re: why is mintty trying to connect to google through my browser

2019-10-11 Thread René Berber
On 10/11/2019 1:33 PM, LMH wrote: [snip] > I opened a cygwin terminal to do something and got a > firewall alert that mintty was attempting to inject network traffic. [snip] Perhaps the .bashrc/.bash_profile/etc. script runs something that does that. -- R.Berber -- Problem reports:

Re: OpenMPI Download and CMake Compilation Errors with C++

2019-10-01 Thread René Berber
On 10/1/2019 2:32 PM, Nicholas Brunk wrote: > I am trying to use Cygwin with hybrid OMP/MPI parallelization, which > worked previously with OpenMP version 1.10.7-1. However, upon updating > this in Cygwin, the removal of the C++ compiler functionality with OMP 3+ > (as reported here

Re: [ANNOUNCEMENT] TEST: fetchmail 6.4.0.rc3-1

2019-08-29 Thread René Berber
On 8/28/2019 10:05 PM, Eliza wrote: [snip] > Yes the certs files are there: > > $ ls /etc/pki/tls/certs > ca-bundle.crt  ca-bundle.trust.crt Oops! Sorry, that's just the location of links to the real certs. Better try: ls -al /etc/pki/ca-trust/extracted/{pem,openssl} In .fetchmailrc, is there

Re: [ANNOUNCEMENT] TEST: fetchmail 6.4.0.rc3-1

2019-08-28 Thread René Berber
On 8/28/2019 8:46 PM, Eliza wrote: > Hello, Hi, > on 2019/8/29 9:35, René Berber wrote: >> You probably have to (re)install (package) ca-certificates. >> >> Or, if you are using your own installed certificate, it may be installed >> in the wrong place (i.e. that c

Re: [ANNOUNCEMENT] TEST: fetchmail 6.4.0.rc3-1

2019-08-28 Thread René Berber
On 8/28/2019 8:15 PM, Eliza wrote: > I still got the error: > > unable to get local issuer certificate > fetchmail: Broken certification chain at: /C=US/O=DigiCert > Inc/OU=www.digicert.com/CN=GeoTrust RSA CA 2018 > fetchmail: This could mean that the server did not provide the > intermediate

Re: How to start and verify cron?

2019-07-11 Thread René Berber
On 7/11/2019 5:57 PM, René Berber wrote: > parameter in the installation as service ("-L 1" in the cygrunsrv line Sorry this is not clear. I should have writen something like 'cygrunsrv -I ... -a "-L 1" ...' -- R.Berber -- Problem reports: http://cygwi

Re: building expect problems on W10

2019-07-11 Thread René Berber
On 7/11/2019 4:25 PM, rih3306 wrote: > I'm having trouble building expect. > > I'm using W10 + cygwin + GCC 9.1.0 > > $ uname -a > CYGWIN_NT-10.0 GZ1CB 2.11.2(0.329/5/3) 2018-11-08 14:34 x86_64 Cygwin That's an odd combination, an ancient version of Cygwin with a new gcc (which you probably

Re: How to start and verify cron?

2019-07-11 Thread René Berber
On 7/11/2019 4:20 PM, David Karr wrote: How do I add service dependencies to start up in a particular order? >>> >>> In an elevated cmd or bash shell: >>> elevated > OR # sc config syslog-ng depend= cygserver >>> elevated > OR # sc config cron depend= syslog-ng/cygserver >>> N.B. the "=" is

Re: Question about the ldd output

2019-07-09 Thread René Berber
On 7/9/2019 11:40 AM, Brian Inglis wrote: > Libraries may be loaded asynchronously as they are accessed, and ldd just > dumps > the dll import table once the subprocess is ready to run. > Perhaps these are import entries that ldd should detect and skip or annotate > in > some more useful way.

Re: [ANNOUNCEMENT] Updated: mintty 3.0.1

2019-05-28 Thread René Berber
On 5/28/2019 1:59 PM, Thomas Wolff wrote: > Am 28.05.2019 um 20:16 schrieb René Berber: >> On 5/28/2019 12:29 AM, Thomas Wolff wrote: >> >>> I have uploaded mintty 3.0.1 with the following changes: >> Scroll bar now appears on the right side, its c

Re: [ANNOUNCEMENT] Updated: mintty 3.0.1

2019-05-28 Thread René Berber
On 5/28/2019 12:29 AM, Thomas Wolff wrote: > I have uploaded mintty 3.0.1 with the following changes: Scroll bar now appears on the right side, its configured to be on the left... and there is no way to change it back to the left, only no scroll bar works (other than right s.b.) if you try to

Re: Question about D-Bus and cygrunsrv

2019-02-22 Thread René Berber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2/22/2019 3:55 AM, Corinna Vinschen wrote: >>> On 20 Feb 2019, at 21:50, Mike Brady >>> wrote: >>> >>> Hi there. I'm trying to set up Shairport Sync as a CYGWIN >>> service, and I'm trying to use cygrunsrv. >>> >>> Briefly, I can get

Re: undefined reference when linking against glib-2.0

2019-02-10 Thread René Berber
On 2/10/2019 4:28 AM, C.J. Wagenius wrote: > gcc -Wl,--verbose -o testa `pkg-config --cflags --libs glib-2.0` test.c Try: gcc -o testa test.c `pkg-config --cflags --libs glib-2.0` Its the way the compiler works under Windows (i.e. no unresolved references, and the order of searching for them).

Re: cygwin: how to mount linux FS from cygwin

2018-10-28 Thread René Berber
On 10/27/2018 8:32 PM, hauck.adrian451 wrote: > - Created the file fuse.pc indicated the location the dll: > > user@cliente~/winfsp-master/opt/cygfuse/fuse > $ more fuse.pc > arch=x64 > prefix=${pcfiledir}/.. > incdir=C:\Program Files (x86)\WinFsp > implib=C:\Program Files

Re: AutoSSH problem

2018-06-01 Thread René Berber
On 6/1/2018 10:31 AM, Germain Le Chapelain : The behavior looks normal. Quoting from the autossh man page: "Startup behaviour If the ssh session fails with an exit status of 1 on the very first try, autossh 1.' will assume that there is some problem with syntax or the connection setup, and

Re: cron running but not executing user crontab

2018-01-15 Thread René Berber
On 1/15/2018 2:48 PM, Chris Johnson wrote: > Bit of a conundrum here.  Running WIN7 and cygwin64.  Have the terminal > running and Perl is installed and runs.  AFAIK, that all works.  Used > cygrunsrv to get cron going. Not sure if I remember this right, but there is a cron-config in the

Re: [ANNOUNCEMENT] python-sphinx 1.6.5-1

2017-11-30 Thread René Berber
On 11/27/2017 12:39 AM, Yaakov Selkowitz wrote: > The following packages have been uploaded to the Cygwin distribution: > > * python2-alabaster-0.7.10-1 > * python2-babel-2.5.1-1 > * python2-imagesize-0.7.1-1 > * python2-jinja2-2.9.6-1 > * python2-pytz-2017.3-1 > *

Re: undefined reference to LAPACKE_***

2017-11-18 Thread René Berber
On 11/18/2017 10:24 AM, Constantinos Zekios wrote: >  I recently installed cygwin trying to compile my cpp code (it is build > under linux) under windows. I am using LAPACKE (the c wrapper to run all > the lapack libraries) in my code, but it seems that I am not able to > install the packages in

Re: missing include file in rel 2.9.0 cygwin/types.h

2017-10-24 Thread René Berber
On 10/24/2017 10:22 AM, FRANCIS Westerman wrote: > I am trying to do a make on DC3DD code under Cygwin 2.9.0. I last did this > under Cygwin 2.5.0. when I execute the make for the compiled version I get > and error that /user/include/cygwin/types.h is missing. > > The .h file is not in the

Re: gpg ca-cert-file=[which file???]

2017-07-16 Thread René Berber
On 7/16/2017 11:38 AM, Lee wrote: [snip] > ok... man update-ca-trust > FILES > /etc/pki/tls/certs/ca-bundle.trust.crt > Classic filename, file contains a list of CA certificates in > the extended BEGIN/END TRUSTED CERTIFICATE file format, > which includes trust (and/or

Re: gpg ca-cert-file=[which file???]

2017-07-15 Thread René Berber
On 7/15/2017 11:56 PM, Lee wrote: [snip] > I'm guessing the "keyserver-options ca-cert-file=" needs to be > pointing at the ca-certificate package root store - but damnifiknow > where it is :(

Re: gpg ca-cert-file=[which file???]

2017-07-15 Thread René Berber
On 7/15/2017 1:40 PM, Lee wrote: [snip] > in my ~/.gnupg/gpg.conf so I can do auto-key-retrieve securely ... or > at least over an encrypted channel. But what file should I be using > as the ca-cert file? You should be using the "system" files. On Cygwin that means installing the

Re: Compiled programs fail to run from Cygwin Terminal, but work from windows cmd

2017-06-25 Thread René Berber
On 6/25/2017 1:14 AM, Wouter van Doorn wrote: > The tools are the original ones, as shown below: > User@User-PC ~/c_dir > $ ./hello.exe > > User@User-PC ~/c_dir > $ type make > make is hashed (/usr/bin/make) > > User@User-PC ~/c_dir > $ type gcc > gcc is /usr/bin/gcc Try a simple: $ gcc -o

Re: Compiled programs fail to run from Cygwin Terminal, but work from windows cmd

2017-06-22 Thread René Berber
On 6/22/2017 10:59 AM, Wouter van Doorn wrote: > With 'outside', I meant a normal run not involving gdb at all. Sorry > if I was unclear. > > Yes, it's minty, and it's /bin/bash. > > Out of desperation, I have added a sleep for two seconds both before > and after the printf statement. The sleep

Re: rxvt won't stay running

2017-06-22 Thread René Berber
On 6/22/2017 4:45 AM, Mike Brown wrote: > I've installed the latest (as of this writing) Cygwin base and a few other > packages. [snip] > Any ideas why it is failing? Something you need me to look at? It isn't > anything in the home files that I copied over from the XP box, because before > I

Re: Compiled programs fail to run from Cygwin Terminal, but work from windows cmd

2017-06-22 Thread René Berber
On 6/22/2017 8:13 AM, Wouter van Doorn wrote: [snip] > STOP PRESS: in gdb, the output IS there: > User-PC-> gdb hello.exe > GNU gdb (GDB) (Cygwin 7.10.1-1) 7.10.1 ... > Reading symbols from hello.exe...done. > (gdb) run > Starting program: /home/User/c_dir/hello.exe > [New Thread 6868.0x5b0] >

Re: Compiled programs fail to run from Cygwin Terminal, but work from windows cmd

2017-06-21 Thread René Berber
On 6/21/2017 4:10 PM, Wouter van Doorn wrote: > Having installed Cygwin with no errors I could see, I went on to > compile and run "hello world" - as you do. I could make it go from a > windows command prompt after modifying the system path to include > cygwin\bin, so - so far so good. > > From

Re: opencv 3.2.0-1: imshow() very slow

2017-05-13 Thread René Berber
On 5/13/2017 6:50 PM, Falk Tannhäuser wrote: [snip] > Starting the cvtest programs in a Gnome session doesn't change anything: > always the same warning message and a 25-seconds delay before displaying > the picture in a window. Then it gets complicated, the problem seems to be Dbus'

Re: g++ -mno-cygwin flag not recognized

2017-05-12 Thread René Berber
On 5/12/2017 10:03 PM, Allan C. wrote: > I am trying to build a win32 project with gcc 5.4 with the flag > -mno-cygwin but the flag is not recognized. Is there an approach I > could release an exe without bundling cygwin's dll? That option has been deprecated for many years. What you have to do

Re: opencv 3.2.0-1: imshow() very slow

2017-05-07 Thread René Berber
On 5/7/2017 10:31 AM, Falk Tannhäuser wrote: > I started to test the new OpenCV packages and I noticed that each call > to the imshow() function delays for usually 25 seconds. Most of the > time, the following message is displayed: > > ** (Great title:11352): WARNING **: Error retrieving

Re: Unable to delete Cygwin from PATH environment variable

2017-03-23 Thread René Berber
On 3/23/2017 3:10 PM, Tanya Sandoval wrote: > I recently had to reinstall Cygwin and in doing so, I have ran into a > problem with some application because Cygwin seems to be appended to > my PATH environment variable. I have tried to remove this by following > these instructions

Re: Malwarebytes flags qdbusviewer-qt5.exe as Adware.Elex malware

2017-03-19 Thread René Berber
On 3/19/2017 6:05 PM, Chris Johnson wrote: > Don't virus scanners in general get caught by other virus scanner > because their databases have the same signatures as the viruses they > look for? I don't know how to get around this other than an exclusion > list. Off-topic, this has nothing to do

Re: Malwarebytes flags qdbusviewer-qt5.exe as Adware.Elex malware

2017-03-19 Thread René Berber
Back to the list, and keep it there. Forwarded Message From: Chris Johnson To: Do not reply I'm probably going to catch hell for this. Don't virus scanners in general get caught by other virus scanner because their databases have the same signatures as the viruses they

Re: Malwarebytes flags qdbusviewer-qt5.exe as Adware.Elex malware

2017-03-19 Thread René Berber
On 3/19/2017 12:18 PM, Ed Koerber via cygwin wrote: > It bears asking to be thorough... are we sure that the cygwin package > has not been compromised somehow? You are correct in not taking unsubstantiated remarks as useful. We usually run the program in question through

Re: Cygwin 2.6.0 Fork issue

2017-01-06 Thread René Berber
On 1/6/2017 3:05 AM, Mark Geisert wrote: [snip] > I don't know why you've specified both -lcygwin and -lmingw32. That may be > standard procedure for building MinGW programs; I don't know about > that. No, that is not a procedure to build MinGW programs. Some times mixing libraries does work,

Re: falled compilations

2016-10-18 Thread René Berber
onfigure CC=gcc In fact you can learn that by simply running: ./configure --help Reagards. -- René Berber -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http:

Re: FD_SETSIZE and sizeof(fd_set)

2016-06-22 Thread René Berber
d Cygwin. Just look at sys/select.h and you'll understand. -- René Berber -- 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: FD_SETSIZE and sizeof(fd_set)

2016-06-22 Thread René Berber
on of the program has the code: > > #undef FD_SETSIZE > #define FD_SETSIZE 256 > #include Wrong include file, use #include (which is the one that actually has the definition of fd_set, and uses FD_SETSIZE). -- René Berber -- Problem reports: http://cygwin.com/problems

Re: Fork and Windows Heap

2016-06-15 Thread René Berber
ons are called services (and created differently). 2. Keep the base Unix version for everything. Fork/exec works fine, daemon works fine but you'll have to use cygrunsrv to install the daemon as service. You should read the documentation: https://cygwin.com/cygwin-ug-net/highlights.html#ov-hi

Re: Fwd: Re: Help debugging a dll issue

2016-05-21 Thread René Berber
with the wrong information... only if it happens to strip all the bad symbols, very unlikely, it would apparently work. Regards. -- René Berber -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com

Re: Help debugging a dll issue

2016-05-21 Thread René Berber
dinals")" and also point to an interesting bug report (5 years old): https://sourceware.org/bugzilla/show_bug.cgi?id=12969 No answers, but at least an explanation. -- René Berber -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Docum

Mediainfo (and perhaps others) needs to be rebuilt.

2016-04-23 Thread René Berber
the issue. I didn't check which DLL had fmodl before, my guess is the change in gcc that modified libstdc++ is the cause. $ uname -a CYGWIN_NT-10.0-WOW T7400 2.5.1(0.297/5/3) 2016-04-21 22:12 i686 Cygwin Regards. -- René Berber -- Problem reports: http://cygwin.com/problem

Re: multiple definition of `atan2l' on the current Cygwin

2016-04-13 Thread René Berber
gt; here Those lines point to the double definition very clearly. In Linux, libstdc++ doesn't include atan2l, only libm has it. The question then is: why is libstdc++ different? -- René Berber -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq

Re: pass arguments enclosed with double quotes from bash shell to windows program

2016-04-02 Thread René Berber
k in a > directory > that is on my path). Anyway, works fine for me to pop up acrobat > displaying > a file. I've not tired an incantation for printing ... And there's always cygstart, no need to do anything special with the arguments, if the file has the .pdf extension, it will be opened by

Re: library compilation undefined reference to extern function

2016-03-06 Thread René Berber
undefined foo(). You have to provide it, wherever it may be. -- René Berber -- 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: has anyone used Cygwin as a build system for android?

2015-12-28 Thread René Berber
ithout Cygwin its doable, its just the user's preference (a little bit Unix-like, or not... anyway you'll configure Eclipse one way or another). -- René Berber -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cyg

Re: fork issue when lauching cygwin64 process from 32bit native app on Windows 10 TH2

2015-12-03 Thread René Berber
On 12/3/2015 2:13 AM, David Macek wrote: > I've always used the trusty `winver` for version info. Thanks. But I don't know what to make of this: Version 10.0 (build 10240), perhaps the "1511" is the last 4 digits. -- René Berber -- Problem reports: http://cygwin.com/prob

Re: fork issue when lauching cygwin64 process from 32bit native app on Windows 10 TH2

2015-12-03 Thread René Berber
On 12/3/2015 12:56 PM, René Berber wrote: > But I don't know what to make of this: Version 10.0 (build 10240), > perhaps the "1511" is the last 4 digits. Never-mind, Windows update just installed "version 1511, 10586". -- René Berber -- Problem reports: http:

Re: fork issue when lauching cygwin64 process from 32bit native app on Windows 10 TH2

2015-12-02 Thread René Berber
00: 0 $ uname -a CYGWIN_NT-10.0 T7400 2.3.1(0.291/5/3) 2015-11-14 12:44 x86_64 Cygwin I don't know were you can see the specific Windows version, but AFAIK it hasn't been updated recently (the System Info only shows "Windows 10 Pro", 64-bit). -- René Berber -- Problem reports:

Re: Cygwin unable to resolve hostnames

2015-07-22 Thread René Berber
. -- René Berber -- 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: tab autocomplete is going mad (waiting and giving a beep or being slow then displaying too many possibilities)

2015-04-14 Thread René Berber
(1.1.3). $ cygcheck --check-setup | grep -v OK Cygwin Package Information Package VersionStatus libsasl2 2.1.23-1 Incomplete which seems irrelevant. -- René Berber -- Problem reports: http://cygwin.com

Re: tab autocomplete is going mad (waiting and giving a beep or being slow then displaying too many possibilities)

2015-04-14 Thread René Berber
Additional info: It works sometimes, then doesn't. Bash left a stackdump, after repeated ^C s. $ cat bash.exe.stackdump Stack trace: Frame Function Args 0028BC68 61030F12 (0310, EA60, 00A4, 0028BCC8) 0028BD88 610E514A (0010, , 0001, 0010) -- René Berber

  1   2   3   4   5   6   7   8   >