Weird issue with file permissions

2022-06-30 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin
Hi all, I am having an issue with socket file permissions... So here's a mockup of code that shows the problem: $ cat sun.c #include #include #include #include #include #include #include #define SOCKET "./.socket" int main() { struct sockaddr_un addr; struct stat st; mode_t

Invalid relocation

2022-06-30 Thread Marco Atzeri
Hi, Building latest flint package all tests fail with $ PATH="$(pwd)/bin:${PATH}" bin/ulong_extras-test-t-xgcd.exe Cygwin runtime failure: /pub/devel/flint/flint-2.9.0-1.x86_64/build/bin/ulong_extras-test-t-xgcd.exe: Invalid relocation. Offset 0x3913a070c at address 0x100401740 doesn't fit i

Re: chmod g+s ineffective

2022-06-30 Thread Andrey Repin
Greetings, Norton Allen! > On 6/29/2022 9:18 AM, Norton Allen wrote: >> On 6/29/2022 7:39 AM, Andrey Repin wrote: >>> Greetings, Norton Allen! >>> On one machine I have, chmod g+s fails to set the sticky bit. The >>> command does not return any error, but ls -l continues to show th

Re: VS Code is missing a few characters when running launch task in Git Bash

2022-06-30 Thread Orgad Shaneh
On Fri, Jul 1, 2022 at 1:02 AM Orgad Shaneh wrote: > > On Sun, May 29, 2022 at 9:00 AM Orgad Shaneh wrote: > > > > On Fri, May 27, 2022 at 3:43 PM Takashi Yano > > wrote: > > > > > > On Fri, 27 May 2022 15:22:23 +0300 > > > Orgad Shaneh wrote: > > > > On Fri, May 27, 2022 at 11:06 AM Orgad Shan

Re: VS Code is missing a few characters when running launch task in Git Bash

2022-06-30 Thread Orgad Shaneh
On Sun, May 29, 2022 at 9:00 AM Orgad Shaneh wrote: > > On Fri, May 27, 2022 at 3:43 PM Takashi Yano wrote: > > > > On Fri, 27 May 2022 15:22:23 +0300 > > Orgad Shaneh wrote: > > > On Fri, May 27, 2022 at 11:06 AM Orgad Shaneh wrote: > > > > > > > > On Fri, May 27, 2022 at 10:59 AM Adam Dinwoodi

[ANNOUNCEMENT] Updated: cmake-3.23.2-1

2022-06-30 Thread Marco Atzeri via Cygwin-announce
Version 3.23.2-1 of cmake cmake-doc cmake-gui emacs-cmake bash-completion-cmake vim-cmake are available in the Cygwin distribution. CHANGES Latest upstream release DESCRIPTION CMake is an open-source, cross-platform family of tools designed to build, test and package software HOM