Re: posix_spawn facility

2023-04-19 Thread Csaba Raduly via Cygwin
On Wed, 19 Apr 2023 at 13:56, Bruno Haible via Cygwin wrote: > Note a typo: line 126541 is on page 3694 not on page 3594. > That sentence is scary in and of itself :) Csaba -- You can get very substantial performance improvements by not doing the right thing. - Scott Meyers, An Effective C++11/

Re: 3.4.6-1 shm_open always returns -1, errno EINVAL

2023-03-12 Thread Csaba Raduly via Cygwin
Hi Matthew, On Sun, 12 Mar 2023 at 07:44, Matthew Rickard wrote: > > Hi all, > > Cygwin 3.4.6-1 shm_open seems to reject all calls, returning the value > -1 and setting errno to 22 EINVAL. > > For example, this program: > > #include > #include > #include > #include > > int main() { >int

Re: OSError: Unsupported platform 'CYGWIN_NT-10.0-19044'

2023-02-20 Thread Csaba Raduly via Cygwin
On Mon, 20 Feb 2023 at 20:32, Jose Isaias Cabrera via Cygwin wrote: > > It says it works with Windows, why am I on my own? It should work. > Because you're not on Windows. You're on Cygwin, which acts as a POSIX (Unix-like) system. If you want Python *on Windows*, start here: https://www.python.

Re: clang doesn't work from cygwin-3.4.0 (Re: clang-format and clang-check return 127 and no text)

2023-01-08 Thread Csaba Raduly via Cygwin
On Sun, 8 Jan 2023 at 09:11, ggl329 via Cygwin wrote: > > In my environment, clang doesn't work as reported in > https://cygwin.com/pipermail/cygwin/2022-December/252719.html . > > I found that it doesn't work with cygwin-3.4.0-1, > but works with cygwin-3.3.6-1. > cygwin-3.5.0-0.69.g8a003605c1df

Re: Mailing list subscription problems

2022-12-20 Thread Csaba Raduly via Cygwin
Me too! On Mon, 19 Dec 2022 at 20:27, William Deegan via Cygwin wrote: > > ditto! > > On Mon, Dec 19, 2022 at 9:51 AM David Standish via Cygwin > wrote: > > > On 12/19/22, Kyle Marek via Cygwin wrote: > > > (CC'd the public mailing list for visibility of problems that may be > > > affecting oth

Re: Writing unit tests for newlib/libc/unix/dirname.c

2022-11-17 Thread Csaba Raduly
On Wed, 16 Nov 2022 at 18:57, Kevin Connor Arpe wrote: > I am trying to write unit tests for newlib/libc/unix/dirname.c. > (That function has so many tricky corner cases!) > I tried to follow from: newlib/testsuite/newlib.string/memcpy-1.c > However, I cannot make unit tests run via: make test > >

Re: Unexpected zero return code from `throw std::runtime_error`

2022-07-02 Thread Csaba Raduly
On Sat, 2 Jul 2022 at 23:34, Adam Dinwoodie wrote: > > That's definitely closer to the behaviour I'd expect! I don't think it > should be dumping a core, though, at least based on the behaviour I see > on Debian. It should be dumping core, because std:terminate() calls abort(), as Joost has expl

Re: Unexpected zero return code from `throw std::runtime_error`

2022-07-02 Thread Csaba Raduly
On Sat, 2 Jul 2022 at 15:22, Adam Dinwoodie wrote: > > I'm currently experimenting with compiling rdfind for Cygwin, and one of > the testcases is failing because std::runtime_error is expected to > result in the compiled program exiting with a non-zero return code, > but on Cygwin, it just seems

Re: Cygwin Perl has slowed in recent months

2022-05-24 Thread Csaba Raduly
On Mon, 23 May 2022 at 20:47, Lee wrote: > > On 5/22/22, David Christensen wrote: > > On 5/21/22 10:55, Hans-Bernhard Bröker wrote: > >> Am 18.05.2022 um 03:53 schrieb David Christensen: > >> > >> > I am working on a Perl module that runs on various Unix-like platforms. > >> > When I 'make test

Re: Compiling gnu diction on Cygwin

2022-04-06 Thread Csaba Raduly
On Tue, 5 Apr 2022 at 15:27, Keith Christian wrote: > > Hi Cygwin fans, > > Version info: > Windows 10:10.0.19043 N/A Build 19043 > Cygwin: CYGWIN_NT-10.0 3.3.4(0.341/5/3) 2022-01-31 19:35 x86_64 Cygwin > > I successfully compiled diction and style from this tar file, but with errors: > https://f

Re: -Wsign-conversion flag in gcc in cygwin.

2022-01-13 Thread Csaba Raduly
On Thu, 13 Jan 2022 at 15:34, Amit wrote: > > Hi, > > When I compile "long x = strlen("abcde")" on a linux system with the > following gcc flags -Wall -Wconversion, I get the following warning: ... > warning: conversion to ‘long int’ from ‘size_t’ may change the sign of the > result [-Wsign-conve

Re: How to change email address

2022-01-11 Thread Csaba Raduly
On Tue, 11 Jan 2022 at 22:37, Wells, Roger K. [US-US] via Cygwin wrote: > > For the lists I am currently subscribed? > I've tried several times but nothing works. > current: roger.k.we...@leidos.com > desired: roger.k.we...@alum.mit.edu Look here: > Unsubscribe info: https://cygwin.com/ml/#u

Re: gdb file

2021-12-29 Thread Csaba Raduly
Hi Blaz, Unfortunately, "it doesn't work" is not useful for diagnosing your problem (https://www.chiark.greenend.org.uk/~sgtatham/bugs.html#respect). What did you do? What happened? What did you expect to happen? Csaba On Wed, 29 Dec 2021 at 08:37, Blaz Stibelj wrote: > > Hello, > I have an is

Re: libprocps8 and missing free, prockill, pkill, pgrep, pmap, procps, tload, top, uptime, vmstat, w, and watch

2021-12-20 Thread Csaba Raduly
Hi Ken, On Mon, 20 Dec 2021 at 18:02, Ken Lobb wrote: > > I'm probably missing something that needs to be configured, but I'm trying > to utilize uptime & vmstat and other performance/load utilities in Cygwin. > I installed the libprocps8 package, but none of these utilities can be > found. libp

Re: Bitdefender detecting a file from cygwin as a trojan

2021-11-25 Thread Csaba Raduly via Cygwin
Hi, On Thu, 25 Nov 2021 at 20:33, Tyme LaDow via Cygwin wrote: > > Hey, > > I'm running Windows 10 Pro v. 10.0.19042 build 19042 and I installed cygwin > at least a year ago and haven't touched it since June 2020. Today, > November 25th, 2021, I got a notification from Bitdefender that it had >

Re: Program files environmental variables

2021-11-23 Thread Csaba Raduly via Cygwin
On Tue, 23 Nov 2021 at 10:02, john doe via Cygwin wrote: > > Cygwins, > > Is there a way to get the value of PROGRAMFILES(x86) and PROGRAMW6432 in > Bash: > $ env | grep PROGRAMFILES COMMONPROGRAMFILES=C:\Program Files\Common Files PROGRAMFILES=C:\Program Files These are the environment variable

Re: most links on cygwin.com are broken

2021-07-29 Thread Csaba Raduly via Cygwin
On Thu, 29 Jul 2021 at 12:31, Adam Dinwoodie wrote: > > On Thu, 29 Jul 2021 at 11:27, Roosz, Matthias via Cygwin wrote: > > most Cygwin webpage links cannot be navigated to, e.g. 'Gold Stars' points > > to https://cygwin.com/goldstars/, the working link (both in current Chrome > > and Firefox) f

Re: fstream::open crashes if first file it ever opening is in /proc

2021-07-09 Thread Csaba Raduly via Cygwin
On Thu, 8 Jul 2021 at 16:42, Max Mikhanosha wrote: > > You have same versions of cygwin1.dll and libstdc++ dll? > Csaba@AMDAHL ~ $ uname -a CYGWIN_NT-10.0 AMDAHL 3.2.0(0.340/5/3) 2021-03-29 08:42 x86_64 Cygwin Csaba@AMDAHL ~ $ cygcheck -f /usr/bin/cyggcc_s-seh-1.dll /usr/bin/cygstdc++-6.dll /usr

Re: fstream::open crashes if first file it ever opening is in /proc

2021-07-08 Thread Csaba Raduly via Cygwin
On Thu, 8 Jul 2021 at 07:42, Max Mikhanosha via Cygwin wrote: > > Fully updated Windows 10, with freshly downloaded Cygwin. > > trying to compile google/benchmark does not work coz it can't read > /proc/cpuinfo > > Reduced test test program > > #include > #include > > int main (int argc, char *

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-22 Thread Csaba Raduly via Cygwin
On Wed, 21 Apr 2021 at 19:44, Brian Inglis wrote: > > On 2021-04-21 09:49, Corinna Vinschen via Cygwin wrote: > > Eventually, we should really start thinking about dropping 32 bit > > support, I guess. Only 17 years left until time_t overflow... > > ...and start working on port to ARM64 Windows?

Re: Questions on how to upgrade Apache

2021-04-09 Thread Csaba Raduly via Cygwin
Hi Andy, On Tue, 6 Apr 2021 at 22:35, Andy Romens via Cygwin wrote: > > Hi Cygwin, > > I got a question for you all. Our cyber security team is yelling at us to > update Apache from 2.4.39 to 2.4.46. If that website is customer-facing, your cyber security team and your ops team should be yellin

Re: Cygwin Digest, Vol 13, Issue 22

2021-03-08 Thread Csaba Raduly via Cygwin
On Sun, 7 Mar 2021 at 19:24, Thomas Dickey wrote: > > > Date: Sun, 7 Mar 2021 15:05:55 + (UTC) > > From: Mike Gran > > To: "cygwin@cygwin.com" > > Subject: mingw.org may be dead, but is referenced in cygwin docs > > > > Hello Cygwin- > > I was reading the webpage "Building and Using DLLs". >

Re: GLX and Xlib

2021-01-24 Thread Csaba Raduly via Cygwin
Hi Rafal, On Sun, 24 Jan 2021 at 11:48, Rafał Jopek via Cygwin wrote: > > Hello, > > I have a compile error, can anyone help fix this? > > An example is here: > https://www.khronos.org/opengl/wiki/Programming_OpenGL_in_Linux:_GLX_and_Xlib > > Compile error: > > $ gcc quad.c -o quad -lX11 -lGL -lG

Re: Recompilation problems opencv (python3-cv2 --> python3.8)

2021-01-14 Thread Csaba Raduly via Cygwin
Hi Wilhelm, On Thu, 14 Jan 2021 at 08:10, wilhelm-eger--- via Cygwin wrote: (snip) > 3rdparty/lib/libittnotify.a(ittnotify_static.c.o): in function > `__itt_fini_ittlib': > /usr/src/debug/opencv-3.4.1-2/3rdparty/ittnotify/src/ittnotify/ittnotify_static.c:1076:(.text$__itt_fini_ittlib+0x104): >

Re: problem using gcc-core for compile qemu

2021-01-07 Thread Csaba Raduly via Cygwin
On Thu, 7 Jan 2021 at 15:39, Marco Atzeri via Cygwin wrote: ... > have you looked inside the configure script ? > It clearly needs to be patched for accepting other options, > and that is the reason why autoconf/cmake/.. were developed > some time ago. if check_define __linux__ ; then targetos=

Re: Re: bash-4.4.12-3: Building package with gcc-10.2 fails due to duplicate symbols

2020-12-17 Thread Csaba Raduly via Cygwin
On Wed, 16 Dec 2020 at 18:48, Mattl Mario wrote: > > You’re right > > e.g. setting environment CFLAGS=-fcommon before executing "configure" > > then it works What are you talking about? Is this a new kind of "me too" message? Are you responding to somebody? If yes, what did they say? You really s

Re: Environment variable named !:: (exclamation mark + colon + colon)

2020-12-05 Thread Csaba Raduly via Cygwin
On Sat, 5 Dec 2020 at 15:25, tzccinct wrote: > > Hi, > > I have found an environment variable that has a strange name `!::' > (exclamation mark + colon + colon) on my terminal (both mintty and Tera > Term). The value is also strange, `::\' (colon + colon + backslash). > > $ env | sort | head -n 3 >

pip newer version available

2020-11-28 Thread Csaba Raduly via Cygwin
Hi all, I recently installed python27-pip (20.2.2-1) and did a "pip install grip", and at the end, pip displayed the following warning (or maybe it's just an advertisement) WARNING: You are using pip version 20.1.1; however, version 20.2.4 is available. You should consider upgrading via the 'c:\u

Re: Date of first Cygwin release / 25th Anniversary

2020-09-23 Thread Csaba Raduly via Cygwin
On Wed, 23 Sep 2020 at 21:17, Buchbinder, Barry (NIH/NIAID) [E] via Cygwin wrote: > > > -Original Message- > > From: David Eisner via Cygwin ... > > Cygwin started in 1995. [1] Does anybody know the date of the first > > release? I recognize that there may be no definitive answer, depend

Re: help

2020-07-21 Thread Csaba Raduly via Cygwin
Hi Birane, On Tue, 21 Jul 2020 at 18:50, Birane Koundoul wrote: > > Hello I have a model with the petri net (I use cpn tools 4.0) but it > sometimes shows me errors like: > >1. Error! exception subscript raised when checking enabling >2. cannot bind variable ... from large color-set .

Re: Listing only manually installed package

2020-06-27 Thread Csaba Raduly via Cygwin
On Fri, 26 Jun 2020 at 20:20, Yasuhiro KIMURA wrote: > > From: Brian Inglis > Subject: Re: Listing only manually installed package > Date: Fri, 26 Jun 2020 11:20:26 -0600 > > > $ grep '\s1$' /etc/setup/installed.db # manual > > $ grep '\s0$' /etc/setup/installed.db # auto > > > > $ awk '1 == $3' /

Re: cygwin install blurry on high dpi Windows 10

2020-05-29 Thread Csaba Raduly via Cygwin
On Fri, May 29, 2020 at 7:16 PM Jon Turney wrote: > > On 27/05/2020 12:41, Sharuzzaman Ahmat Raslan via Cygwin wrote: > > Hi, > > > > My office laptop is Windows 10 with a high DPI display. > > > > I found that the installer is blurry, especially inside the window. The > > title of the window is c

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

2020-04-15 Thread Csaba Raduly via Cygwin
Hi Paul, On Wed, Apr 15, 2020 at 12:30 PM Paul Moore via Cygwin wrote: > I'm trying to write an automation script that works on a number of > machines. I know that on all machines Cygwin will be installed, but I > cannot guarantee that (1) it will be in the same location on each PC, > or (2) tha

Re: g++ 9.3.0 segfaults

2020-04-13 Thread Csaba Raduly via Cygwin
On Sun, Apr 12, 2020 at 12:04 PM JonY via Cygwin wrote: > > Please file a bug entry on https://gcc.gnu.org/bugzilla/, and attach the > preprocessed source code. > > Do something like: > g++ -DHAVE_CONFIG_H -MF .deps/cdo-cdo.Tpo -E -o cdo-cdo.ii > ../../cdo-1.9.9rc2/src/cdo.cc > Alternativel

Re: Using ARM GNU GCC with Cygwin

2020-04-05 Thread Csaba Raduly via Cygwin
On Sat, Apr 4, 2020 at 11:50 PM Andrey Repin wrote: > Greetings, Kaz Kylheku! > > > On 2020-04-04 02:00, Ben wrote: > >> Is there something else I'm missing? > > > That by cross-compiling for your targets on Cygwin instead of a real > > POSIX OS, you will something like double your compile times,

Re: Use cygwin to run autotools for MSVC?

2020-03-26 Thread Csaba Raduly via Cygwin
Hi Mike, On Thu, Mar 26, 2020 at 9:31 PM Mike Gran via Cygwin wrote: > Hi- > Is it possible use Cygwin to run an autotools 'configure' script but have > the compiler be MSVC? > I would be very surprised if this worked. 'configure' is likely to run the compiler with unix-style flags (started wit

Re: Programs using std::filesystem with gcc 9.2.0 fail to run

2020-02-08 Thread Csaba Raduly
On Sat, Feb 8, 2020 at 2:22 AM wrote: > It's possible to compile and link programs that use std::filesystem with > the g++ 9.2.0 compiler for Cygwin. For instance if I place the following > program into a file name "x.cpp": > > #include > #include > > int main() > { > s

Re: Unexpected output from curl and wttr.in

2019-12-20 Thread Csaba Raduly
On Thu, Dec 19, 2019 at 3:10 PM Mike MacEachern wrote: > I'm currently at a loss with how curl is parsing wttr.in. Now I've used > it without in the past, but it seems right now it's really struggling. > I've checked and echo $LANG reports en_US.UTF-8 just in case that was > the issue but it's n

Re: How does linker choose library with same function export?

2019-10-20 Thread Csaba Raduly
Hi, On Sat, Oct 19, 2019 at 2:57 PM Biswapriyo Nath wrote: > > I want to use socket() from ws2_32.dll file. But cygwin1.dll also has that > export. When I use `-lws2_32` option, will gcc **always** choose > ws2_32.lib? My query is somewhat similar with FAQ #5.11. I think the FAQ is pretty clear:

Re: assert creates unusable core dump on current stable Cygwin release

2019-10-10 Thread Csaba Raduly
On Thu, Oct 10, 2019 at 9:19 PM Jon Turney wrote: > (and I guess this patch is not acceptable as-is, as it looks like it > would break x86) That was my reaction too. Csaba -- You can get very substantial performance improvements by not doing the right thing. - Scott Meyers, An Effective C++11/

Re: netinet/* in Cygwin

2019-09-05 Thread Csaba Raduly
Hi Lukasz, Please don't top-post on this list. On Thu, Sep 5, 2019 at 8:49 AM Lukasz Swierczewski wrote: > > Thanks! > > It looks like it works ... > > You can tell where I can find: > > #include > #include Have you tried a Linux system ? Csaba -- You can get very substantial performance im

Re: Running 'curl' with '-o' option failed with error "curl: (23) Failed writing body (0 != 720)"

2019-06-21 Thread Csaba Raduly
Hi, On Fri, Jun 21, 2019 at 9:28 AM Ma Hao wrote: > > Hi, > I was running into the problem when I tried to download spring: > $ curl > https://codeload.github.com/spring-projects/spring-framework/zip/master -o > /home/cdmahao/ You told curl to write the download to a file named /home/cdmahao/

Re: [ANNOUNCEMENT] tcsh 6.21.00-1

2019-06-17 Thread Csaba Raduly
Hi Jose, On Mon, Jun 17, 2019 at 2:12 PM Jose Isaias Cabrera wrote: > > > Just wondering... Does anyone still uses tcsh? That was my favorite shell > before bash. > There are always pockets of resistance, hiding out in the mountains (-: server rooms, etc :-) Also, please don't top-post on thi

Re: cmake and Code::Blocks

2019-06-13 Thread Csaba Raduly
Hi Pavel, On Thu, Jun 13, 2019 at 12:14 PM Pavel Fedin wrote: > > Hello! > > I am working on a CMake-based project and building it under Cygwin. I > decided to use Code::Blocks IDE since CMake already hass > appropriate project generator (i'm using "CodeBlocks - Unix Makefiles"). > However, i

Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-19 Thread Csaba Raduly
On Sun, May 19, 2019 at 4:57 AM Jack wrote: > > On 5/18/19 9:24 PM, Jose Isaias Cabrera wrote: > > How do I uninstall the installation that I created with the building of > > gcc6? I did a search on duckduckgo for, > > > > cygwin how to uninstall gcc after building it > > > > and found nothing th

Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-18 Thread Csaba Raduly
On Sat, May 18, 2019 at 5:55 PM Ken Brown wrote: > > On 5/18/2019 8:19 AM, Jose Isaias Cabrera wrote: > > I am finished and now to start building Bedrockdb. Thanks. > > By the way, you're not the only person building Bedrockdb on Cygwin. Someone > has posted about 10 fixes in the last few days: >

Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-17 Thread Csaba Raduly
On Sat, May 18, 2019 at 7:14 AM Brian Inglis wrote: > > On 2019-05-17 21:18, Jose Isaias Cabrera wrote: > > After more than 8 hours running, building gcc-6.4.0, this error popped up: > > In file included from ../.././libjava/jni-libjvm.cc:14:0: > > ../.././libjava/include/jvm.h:795:3: error: ‘Park

Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe

2019-05-16 Thread Csaba Raduly
Hi Jose, On Wed, May 15, 2019 at 10:58 PM Jose Isaias Cabrera wrote: > > > Greetings. > > Is there a way an easy way to install gcc-6 and g++-6 on cygwin? I just > uninstalled v7.4.x or whatever was on the setup. I am trying to build a > software and gcc 7.x and g++ 7.x is giving too many com

Re: vim 64 conflict with windows slash and swapfile

2019-02-26 Thread Csaba Raduly
On Mon, Feb 25, 2019 at 11:01 PM L A Walsh wrote: > Bill Gates changed the file-system object separator from '/' to > '\' so that DOS would look less like CP/M -- a competing micro OS at > the time that copied the use of '/' from unix. He was trying to avoid > the impression that he got the

Re: Needing the executable grap

2019-01-14 Thread Csaba Raduly
Hi Fergus, On Mon, Jan 14, 2019 at 6:32 AM Fergus wrote: > Sadly the executable grap is not part of the Cygwin provision. > I use a version derived from the same place as the current > https://www.lunabase.org/~faber/Vault/software/grap/grap-1.45.tar.gz > but actually it is v.1.42 from Goodness

Re: BIND 9_11_p1 Compiling From Cygwin Source

2018-10-11 Thread Csaba Raduly
Hi Onur, On Thu, Oct 11, 2018 at 9:46 AM Onur GURSOY wrote: > > Hello Everyone, > > Nowadays, Im trying to many cyfwin package. > I lookfor a dns server, i notice bind9 and i found a pacakage in cygwin. > Everythin is ok but cygwin support binary package and source. > Binary package is working very

Re: make failing in custom code

2018-09-27 Thread Csaba Raduly
Hi, On Thu, Sep 27, 2018 at 4:31 PM, Tapas Mishra wrote: > Hi, > I am trying to do a project when I do a make on project code > in cygwin environment I get following error > > gcc -Wall -g -c main.c -o main.o > main.c: In function ‘main’: > main.c:50:8: warning: unused variable ‘physmem’ [-Wunus

Re: Advice on setting Cygwin build parameters for OpenSC.

2018-09-06 Thread Csaba Raduly
Hi Andrey, On Thu, Sep 6, 2018 at 3:59 PM, Andrey Repin wrote: > Greetings, dwhobrey! > >> Thank you for the feedback. >> WND would be _WIN32 builds. > > If you are going for native builds, why using Cygwin in the first place? > If you still want to use Cygwin for building, you have to install >

Re: Why does -std=c++11 hide certain function calls

2018-09-06 Thread Csaba Raduly
Hi John, On Thu, Sep 6, 2018 at 8:45 AM, John Selbie wrote: > A…. that was my mistake. I had erroneously assumed that not specifying > -std would result in the oldest version of C++. This depends on the compiler. For a long time, the default C++ dialect used by both GCC and clang was C++98.

Re: Fw: When scrolling through history in cygwin terminal window line gets garbled

2018-08-19 Thread Csaba Raduly
On Sun, Aug 19, 2018 at 6:31 PM, Andrey Repin wrote: > Greetings, Thomas Wolff! > >>> I can confirm this behavior. >> How did you reproduce it? I don't. > > Exactly as described. > Start Cygwin using cygwin.bat > Enter command > echo ABCDEF ABCDEF ABCDEF ABCDEF > Enter command > echo 6789 12345678

Re: WARNING: Couldn't compute FAST_CWD pointer.

2018-08-06 Thread Csaba Raduly
Hi, On Mon, Aug 6, 2018 at 2:01 AM, Anietie Essiet wrote: > Hello > > I tried to edit a code file on SIM to be able to run a new algorithm, > however I am getting the above subject warning. How do I correct this > please? > https://cygwin.com/faq/faq.html#faq.using.fixing-find_fast_cwd-warnings

Re: wget does not recognize PKI?

2018-08-05 Thread Csaba Raduly
On Sun, Aug 5, 2018 at 7:36 PM, Marco Atzeri wrote: > Am 05.08.2018 um 19:12 schrieb Andrey Repin: >> >> Greetings, All! >> >> $ wget https://ca.rootdir.org/ca.crl >> --2018-08-05 20:05:28-- https://ca.rootdir.org/ca.crl >> Resolving ca.rootdir.org (ca.rootdir.org)... 192.168.1.6 >> Connecting to

Re: Is any chance to update cmake package?

2018-07-18 Thread Csaba Raduly
Hi Sonic Brown, On Wed, Jul 18, 2018 at 4:18 AM, Sonic Brown wrote: > Agreed, any reason why this can't be done? > > On Sun, Jun 24, 2018 at 8:07 PM Ivan Shynkarenka > wrote: > >> Hello! >> >> Cygwin cmake package is too old with 3.6.2-1 version. Is there any chance >> to update the package to s

Re: Can't delete cyglsa64.dll

2018-06-19 Thread Csaba Raduly
Hi Luke, On Tue, Jun 19, 2018 at 5:01 AM, Luke Miner wrote: > Thanks for the advice. Can you point me to a resource for how to unregister > it? > http://bfy.tw/3Tb4 Csaba -- You can get very substantial performance improvements by not doing the right thing. - Scott Meyers, An Effective C++11/1

Re: [bug: csih] Setting privileged rights to cyg_server fails on Windows 7.

2018-06-13 Thread Csaba Raduly
Hi Takashi-san, On Wed, Jun 13, 2018 at 3:49 PM, Takashi Yano wrote: > Hi, > > I have found that iu-config of inetutils package fails to set > the privileged rights to cyg_server on Windows 7 if the machine > is not domain member. > > I looked into this problem, and found that this is the problem

Re: running self compiled 32 bit binary on 64 bit Windows?

2018-06-08 Thread Csaba Raduly
On Fri, Jun 8, 2018 at 3:45 PM, Ulli Horlacher wrote: > > There is no way to run a 32 bit cygwin binary on a 64 bit Windows system? There is, but you need a 32-bit Cygwin for that (which can be installed on 64-bit windows). Csaba -- You can get very substantial performance improvements by not d

Re: name of pkg contaning lsof and ...

2018-05-24 Thread Csaba Raduly
On 5/23/18, FHDATA wrote: > what package(s) do i need to install to get lsof and netstat ? > A search for lsof in the Cygwin package search: https://cygwin.com/cgi-bin2/package-grep.cgi?grep=%5Cblsof%5Cb&arch=x86_64 says that lsof is in the busybox package. A search for netstat https://cygwin

Re: [Bug] File permissions across domains

2018-04-12 Thread Csaba Raduly
On 4/12/18, Corinna Vinschen wrote: > See sec_acl.cc, line 1127ff. This calls a function > authz_get_user_attribute which in turn calls a method > authz_ctx::get_user_attribute, sec_helper.cc, line 811ff. Ouch. Are there so many lines that you have to use hexadecimal notation ? Csaba -- You can

Re: cpan broken ???

2018-02-05 Thread Csaba Raduly
On Mon, Feb 5, 2018 at 3:45 PM, Jostein Berntsen wrote: > On 05.02.18,16:59, Pavel Fedin wrote: >> I am trying to install a Perl module via CPAN and it fails: >> --- cut --- ... >> Warning: prerequisite Test::Warn 0 not found. >> Could not load PERL_YAML_BACKEND 'YAML' >> at /usr/share/perl5/5.26

Re: Extremely slow compilation of C++ because of cc1plus does bad systemcalls

2018-02-01 Thread Csaba Raduly
Hi Magnus, On Thu, Feb 1, 2018 at 8:45 AM, Magnus Persson wrote: > When compiling a very small and simple C++ program (which took 6 > seconds), i profiled the execution. cc1plus was speding a lot of time > trying to create .exe-files AND .lnk-files. > > This was the command-line: > g++ -c -O0 -D

Re: LLVM 5.0 is not building on Clang

2017-12-20 Thread Csaba Raduly
Hi Darmie, On Mon, Dec 18, 2017 at 12:29 PM, Darmie Akinlaja wrote: > I tried building LLVM / Clang 5.0 but it's failing. > > This is the error I am getting: > > [ 63%] Building CXX object lib/Passes/CMakeFiles/LLVMPasses.dir/PassBuilder. > cpp.o It might be useful to see the actual command line

Re: undefined reference to LAPACKE_***

2017-11-20 Thread Csaba Raduly
Hi Zekios, On Sat, Nov 18, 2017 at 7:20 PM, Constantinos Zekios wrote: > Hi Csaba, > so I am using a cmake and it is of the format: > > set(LAPACK_LIB "/usr/lib/liblapack.so") > set(LAPACK_LIB "/usr/lib/liblapacke.so") > set(BLAS_LIB "/usr/lib/libblas.so") for my ubuntu system, > > which I chang

Re: undefined reference to LAPACKE_***

2017-11-18 Thread Csaba Raduly
Hi Constantinos, On Sat, Nov 18, 2017 at 5:24 PM, Constantinos Zekios wrote: > Hello everybody! > > 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 th

Re: cygwin x86_64: mingw64-g++ 6.4.0 (both i686 and x86_64) issue (bug?) with reinterpret_cast

2017-11-01 Thread Csaba Raduly
On Tue, Oct 31, 2017 at 11:00 AM, Paolo ZAMBOTTI wrote: > Hi Csaba, > Please don't top-post (at least in this mailing list). > Ok, then the issue are "my" lines of code and the error messages from g++ > were not completely clear (and they was confusing me a little bit)... > But I'm still not su

Re: ISO boost library help

2017-10-24 Thread Csaba Raduly
On Tue, Oct 24, 2017 at 7:25 PM, Nellis, Kenneth wrote: > Trying unsuccessfully (so far) to use the Cygwin-provided boost libraries. The > only boost-related package I saw was boost-build, which I've installed. boost-build needs a better description Csaba -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P

Re: cygwin x86_64: mingw64-g++ 6.4.0 (both i686 and x86_64) issue (bug?) with reinterpret_cast

2017-10-24 Thread Csaba Raduly
Hi Paolo, On Mon, Oct 23, 2017 at 4:47 PM, Paolo ZAMBOTTI wrote: > Hello, > > I'm having some issues while compiling C++ code with mingw64 c++ compiler > (6.4.0) distributed within Cygwin packages. > I can guess the issue I'm going to report is not strictly related to Cygwin > distribution but

Re: convenient trimming of quoted text to make points

2017-09-01 Thread Csaba Raduly
On Fri, Sep 1, 2017 at 6:54 AM, Duncan Roe wrote: > On Sat, Aug 26, 2017 at 11:26:10AM -0400, cyg Simple wrote: (snip) >> I don't know what RSI is. I might guess it to be Residual Self Image or >> Remotely Sensed Imagery. ;p > > RSI == Repetitive Strain Injury. It's a real medical condition. It'

Re: Couldn't compute FAST_CWD pointer

2017-08-18 Thread Csaba Raduly
Hi Richard, On Fri, Aug 18, 2017 at 1:22 AM, Richard Mateosian wrote: > In Git Bash, running the example on p. 27 of Node.js the Right Way, I see > > $ telnet localhost 5432 > 1 [main] telnet 11488 find_fast_cwd: WARNING: Couldn't compute > FAST_CWD pointer. Please report this problem to (s

Re: GCC Compiler can't seem to find linker

2017-07-03 Thread Csaba Raduly
Hi, On Mon, Jul 3, 2017 at 11:52 PM, starz0rdesign wrote: > Hello. > > I'm having a bit of an issue trying to compile LibArchive 3.3.1 for Windows. > I have Mingw64 with GCC7.1 installed to prevent the Cygwin installer from > linking it's DLL. Maybe you should ask on the Mingw mailing list. > A

Re: Killing-Process woes

2017-06-24 Thread Csaba Raduly
On Tue, Jun 20, 2017 at 3:30 PM, Ronald Fischer wrote: > cyg Simple wrote: >> Perhaps use the -f --force switch might help. > > No, doesn't help either. I thought "Use the force" always works :) Csaba -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ The Tao of math: The numbe

Re: Updated: setup (2.880)

2017-06-24 Thread Csaba Raduly
Hi Kenneth, On Mon, Jun 19, 2017 at 7:29 PM, Nellis, Kenneth wrote: ... > > Here, I show the commands and output that corroborate my assertions: > 1. reproduce original results > 2. reproduce others' results > 3. show others' results influences my results > 4. remove hidden file to restore my ori

Re: cygwin Digest 17 Jun 2017 08:20:29 -0000 Issue 10294

2017-06-24 Thread Csaba Raduly
On Sat, Jun 17, 2017 at 8:20 PM, Stephen Lyons wrote: > I am new to *writing* to mailing lists so if I've done something wrong > please forgive me. > > I would like to "cygport" the Mudlet GPL MUD {Multi-User Dungeon} client > to Cygwin - I have a cygport file (and currently a patch) that works to

Re: configure fails on checking ino_t

2017-06-08 Thread Csaba Raduly
On Thu, Jun 8, 2017 at 12:19 AM, Eric Blake wrote: > On 06/07/2017 05:11 PM, Lloyd Wood via cygwin wrote: >> Aha! just slightly later in config.log: >> >> configure:17957: checking for ino_t >> configure:17957: gcc -c -g -O2 conftest.c >&5 >> configure:17957: $? = 0 >> configure:17957: gcc -c -g

Re: configure fails on checking ino_t

2017-06-07 Thread Csaba Raduly
Hi Lloyd, On Wed, Jun 7, 2017 at 8:21 AM, Lloyd Wood wrote: > download geomview 1.9.5 from http://www.geomview.org > this used to build on cygwin 32-bit. Did so for a number of years. Now, it > doesn't, > because something changed. > > $ tar xvfz geomview-1.9.5.tar.gz > $ cd geomview-1.9.5 > ./co

Re: Segfault using `watch -c` with ANSI escapes in output

2017-04-19 Thread Csaba Raduly
On Wed, Apr 19, 2017 at 8:35 AM, Duncan Roe wrote: > > Where does "watch" come from? It's not on my cygwin installation: > >> 16:12:50$ type watch >> -bash: type: watch: not found > https://cygwin.com/cgi-bin2/package-grep.cgi?grep=watch%5C.exe&arch=x86_64 gives us https://cygwin.com/cgi-bin2/pa

Re: setup redownloads everything all the time, including the packages list, and also has a foolish UI

2017-03-20 Thread Csaba Raduly
On Fri, Mar 17, 2017 at 1:46 PM, Leif W wrote: > On Fri, 3 Sep 2004 16:14:09 +0100, Dave Korn wrote: >> By design, setup searches through all the download directories, keeps >> track of all the versions, should know exactly what you've already got and >> never re-download something you already h

Re: [ANNOUNCEMENT] Updated: dash-0.5.9.1-1

2017-02-27 Thread Csaba Raduly
On Sat, Feb 25, 2017 at 6:08 PM, Steven Penny wrote: > On Sat, 25 Feb 2017 11:46:08, cyg Simple wrote: >> >> If *your* script has a dependency to run using *dash* instead of *sh* >> then you _must_ use #!/bin/dash anyway. > > > I think you have a fundamental misunderstanding of what Dash is. Dash

Re: X colormap problem when viewed via Microsoft Remote Desktop

2017-02-01 Thread Csaba Raduly
Hi Jeff, On Wed, Feb 1, 2017 at 6:22 AM, wrote: > Jon, thanks for your suggestion. Using the -nocompositewm option > fixed my problem. If you'd still like a screenshot, I can send one if > the mailing list doesn't mind big attachments. Instead of sending the screenshot to the mailing list, I'

Re: dirent.d_type is not working on Cygwin symbolic links.

2017-01-30 Thread Csaba Raduly
On Sun, Jan 29, 2017 at 8:34 PM, Thomas Wolff wrote: > Am 29.01.2017 um 20:17 schrieb waterlan: >> >> Christian Franke schreef op 2017-01-29 12:15: >>> >>> waterlan wrote: The dirent.d_type value for Cygwin symbolic links is 0 (DT_UNKNOWN). The value is 10 (DT_LNK) for Windows nativ

Re: Windows 10 Insider Preview OS Build 15007.1000: Couldn't compute FAST_CWD pointer

2017-01-20 Thread Csaba Raduly
On Fri, Jan 20, 2017 at 3:37 PM, Jim Reisert AD1C wrote: > On Tue, Jan 17, 2017 at 5:12 AM, Corinna Vinschenwrote: > >> Try the latest developer snapshot from https://cygwin.com/snapshots/ > > The FAST_CWD warning is gone, but uname is complaining (and won't run): > > "The application was unab

Re: WinCompose vs. Cygwin/X

2017-01-11 Thread Csaba Raduly
Hi Michael, On Tue, Jan 10, 2017 at 2:28 PM, Michael Schaap wrote: > I recently discovered WinCompose , > a Windows port of XCompose, and fell in love with it. > > Unfortunately, it doesn't play nice with Cygwin/X, it seems. (snip various scenarios and po

Re: Problem with chdir and GetCurrentDirectory on Windows 2016

2016-12-09 Thread Csaba Raduly
On Fri, Dec 9, 2016 at 8:24 AM, Dipak Gaigole wrote: > Agreed Andrey. But I couldn't find any API(s) which can serve my > requirements. And we can't afford to execute (fork+exec) tools like > cygpath for each getcwd call. > Any suggestions on improving this approach or any alternative approach >

Re: remote GTK apps nor workin correctly in Cygwin/X

2016-12-01 Thread Csaba Raduly
Hi David, On Wed, Nov 30, 2016 at 1:36 PM, David Cunningham wrote: > *** BUG *** > In pixman_region32_init_rect: Invalid rectangle passed > Set a breakpoint on '_pixman_log_error' to debug I got this exact same message on my Ubuntu LTS 14.04 system, which hasn't even heard of Cygwin. (It was eit

Re: TortoiseGit + Cygwin git: unified diff fails (cygheap read copy failed)

2016-11-17 Thread Csaba Raduly
Hi Gene, On Thu, Nov 17, 2016 at 12:42 AM, Gene Pavlovsky wrote: > Hey everybody! > > I'm using TortoiseGit with Cygwin git (Cygwin workarounds enabled in > advanced TortoiseGit settings). For the most part, everything works > correctly. Although this is probably unrelated, I've had problems with

Re: problem installing openTimer in cygwin

2016-11-13 Thread Csaba Raduly
On Fri, Nov 11, 2016 at 3:12 PM, kunal ghosh wrote: > Also, I went ahead modifying the utilities.h to point to > windows/port.h, instead of port.h. That sounds dangerous > And some more hacks to get rid of other errors. Now 'make' gives me > the below errors. Not sure how to resolve this > > src/

Re: problem installing openTimer in cygwin

2016-11-11 Thread Csaba Raduly
Hi Kunal, On Fri, Nov 11, 2016 at 7:21 AM, kunal ghosh wrote: > Hi > I am trying to install OpenTimer software on my Windows 7 machine > through cygwin, using standard steps "./configure", "make" , "make > install" > > ./configure gives me the below errors for which I have googled and > didnt fou

Re: uniq not working

2016-10-11 Thread Csaba Raduly
Hi Felipe, On Tue, Oct 11, 2016 at 12:43 PM, Felipe Vieira wrote: > Dear mailing list, > > the uniq program seems to be faulty on my cygwin: > > /tmp » cat u.txt > 1 > 2 > 3 > 4 > 5 > 1 > 2 > 3 > 6 > 7 > 8 > > > /tmp » uniq -c u.txt > 1 1 > 1 2 > 1 3 > 1 4 > 1 5 >

Re: Id3tag and lame packages?

2016-09-23 Thread Csaba Raduly
On Thu, Sep 22, 2016 at 11:58 PM, Bill Zissimopoulos wrote: > > BTW, you mentioned a legal problem. I am seeing that LAME is LGPL licensed > and therefore should be eligible for inclusion in Cygwin(?). It's probably due to https://en.wikipedia.org/wiki/LAME#Patents_and_legal_issues Csaba -- GCS

Re: Compilation of emacs25.1.50 (success story)

2016-08-09 Thread Csaba Raduly
On Mon, Aug 8, 2016 at 7:04 PM, Tobias Zawada wrote: > Dear all, > For your information: > > I've just compiled > > GNU Emacs 25.1.50.1 (x86_64-unknown-cygwin, GTK+ Version 2.24.30) of > 2016-08-08 > > from > > git clone -b master git://git.sv.gnu.org/emacs.git > (snip) > The only issue I had wit

Re: PATHEXT is fundamental to Windows and Should be recognised by CYGWIN

2016-08-07 Thread Csaba Raduly
On Fri, Aug 5, 2016 at 8:14 PM, Nellis, Kenneth wrote: > From: Erik Soderquist >> ... DOS did a lot of things >> against already established conventions, such as using a backslash >> instead of a forward slash as the directory separator, just "to be >> different". > > Not just to be different, but

Re: PATHEXT is fundamental to Windows and Should be recognised by CYGWIN

2016-08-04 Thread Csaba Raduly
Hi Michel, On Thu, Aug 4, 2016 at 6:30 AM, Michel LaBarre wrote: > Thanks for the reply Kaz. I did not embed any comments in your reply for the > sake of brevity. Please don't top-post. For the sake of brevity: https://cygwin.com/acronyms/#TOFU Csaba -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+

Re: problem building with cmake under cygwin (need clang)

2016-07-27 Thread Csaba Raduly
On Tue, Jul 26, 2016 at 6:06 PM, Marco Atzeri wrote: > > Csaba was clear but it seems you are misunderstanding, > the call to cmake is > >cmake [options] No, not but For quickhull, CMakeLists.txt is in the root of the project, the sources are under the src directory. Regardless of wh

Re: problem building with cmake under cygwin (need clang)

2016-07-26 Thread Csaba Raduly
On Tue, Jul 26, 2016 at 2:45 AM, LMH wrote: > Hello, > > I am trying to compute the convex hull of a high dimensional space (46D x > 2000 rows). The qhull app available in cygwin/math is based on relatively > old code and runs out of memory. > > I found another version the is supposed to be able t

Re: problem building with cmake under cygwin (need clang)

2016-07-26 Thread Csaba Raduly
On Tue, Jul 26, 2016 at 8:16 AM, Marco Atzeri wrote: > > On 26/07/2016 02:45, LMH wrote: >> >> Hello, >> >> I am trying to compute the convex hull of a high dimensional space (46D >> x 2000 rows). The qhull app available in cygwin/math is based on >> relatively old code and runs out of memory. >>

Re: Fwd: Missing utf8.h

2016-06-25 Thread Csaba Raduly
On Fri, Jun 24, 2016 at 5:42 PM, Jim Van Sciver wrote: > Thank you Ken and Marco. My mistake was in thinking utf8.h was a > system include file that I had not yet installed. It was actually > part of the third party package. My bad. Your advice did lead me to > the problem. > > More than you w

  1   2   3   4   5   >