Re: Cygwin latest: grep and other self-compiled Cygwin-programs are crashing

2022-02-07 Thread ASSI
Mario mario.mat...@inode.at writes: > grep-3.7-2 from your GIT-repo > and compiled using "cygport" > > The linked binary grep.exe crashes Either update gnulib (or at least threadlib.m4) or add export gl_cv_have_weak=no to the cygport (or set it as an environment variable during configure). >

Re: Cygwin latest: grep and other self-compiled Cygwin-programs are crashing

2022-02-07 Thread Adam Dinwoodie
On Mon, Feb 07, 2022 at 09:33:11PM +0100, Mario wrote: > Hello, > > With the latest Cygwin-DLL and C/C++ developer packages I am experiencing > issues to run self-compiled programs. Can you give a bit more detail about the issues you're experiencing, and what the self-compiled programs are that

Re: [ANNOUNCEMENT] Updated: man-db-2.10.0-1

2022-02-07 Thread Achim Gratz
Achim Gratz writes: > Does /var/cache/man exist and are the permissions sane? I guess I need > to make sure this gets created when installing the package, will note > that for the next release. I checked and it is already packaged. So, what are the permissions/contents? If it exists, move it aw

Re: [ANNOUNCEMENT] Updated: man-db-2.10.0-1

2022-02-07 Thread Achim Gratz
Andrey Repin writes: > I've checked the database creation out of pure curiosity and it seems there's > more than one issue with the process. > > 1. Running script from the setup postinstall process causes errors like > > /usr/bin/mandb: can't update index cache /var/cache/man/1384: No such file or

Re: Cygwin making files inaccessible?

2022-02-07 Thread Brian Inglis
On 2022-02-06 22:23, Jay K wrote: I looked at this a while. I tried various recent cygwin1.dlls as there were two ACL changes recently. Eventually. I noticed the behavior was not the same for every file/directory/volume. Sometimes it worked ok. Though I think the ACLs still get changed quite a

Re: [ANNOUNCEMENT] Updated: man-db-2.10.0-1

2022-02-07 Thread Andrey Repin
Greetings, Achim Gratz! > The man-db package is updated to the latest upstream version 2.10.0. > Man-db is an implementation of the standard Unix documentation system > accessed using the man command. It uses a Berkeley DB database in place > of the traditional flat-text whatis databases. This

Vulnerability in your website

2022-02-07 Thread Muhammad javad
Hi team I found a vulnerability in your website and want to disclose it to you. Let me know if you have any active bug bounty program or is there any compensation for reporting vulnerabilities? Looking forward to hearing from you Best regards Usman -- Problem reports: https://cygwin.com/

RE: makedepend does not honor UNC path for -I and -Y

2022-02-07 Thread Ronald Hoogenboom
Thanks, Jon. I solved this by 'relativizing' paths before passing to makedepend using realpath --relative-to (from coreutils). Since makedepend is not heavily used anymore now gcc has the -MMD option, I wonder if the maintainers are taking any pull requests... If they don't and I create a patch