Re: TeX Live 2019 / TikZ

2019-09-13 Thread Achim Gratz
Ken Brown writes: >> But the main issue really is that TikZ/PGF need eTeX to work correctly > > Right. The latest release of PGF fixes the problem by issuing an appropriate > error message instead of an obscure one: […] > I'll update texlive-collection-pictures shortly. The xfig upstream maintai

Re: My C arrays are too large

2019-09-13 Thread Lee
On 9/13/19, Jose Isaias Cabrera wrote: > > Achim Gratz, on Friday, September 13, 2019 02:39 PM, wrote... >> >> Blair, Charles E III writes: >> > My apologies for failing to reply on-list. I don't know how :( >> > >> > My machine is 64 bit, and I hope I installed the correct version of >> > cygwin.

Re: Bug in TIME function

2019-09-13 Thread Kaz Kylheku
On 2019-09-13 12:11, Wayne Davison wrote: On Fri, Sep 13, 2019 at 4:27 AM wrote: In Linux [times()] returns a time value and return code of 0: The Linux man page for times() mentions this special behavior, how it isn't portable, and even advises against using the function: "On Linux, the buf

Re: [ANNOUNCEMENT] cygwin 3.1.0-0.4 (TEST)

2019-09-13 Thread Mark Geisert
Michael Haubenwallner wrote: On 9/5/19 3:16 PM, Ken Brown wrote: The following packages have been uploaded to the Cygwin distribution as test releases: * cygwin-3.1.0-0.4 * cygwin-devel-3.1.0-0.4 * cygwin-doc-3.1.0-0.4 - New APIs: sched_getaffinity, sched_setaffinity, pthread_getaffinity_np,

[ANNOUNCEMENT] openssl 1.1.1d-1/1.0.2t-1

2019-09-13 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * openssl-1.1.1d-1 * openssl-perl-1.1.1d-1 * libssl1.1-1.1.1d-1 * libssl-devel-1.1.1d-1 * libssl1.0-1.0.2t-1 * libssl1.0-devel-1.0.2t-1 The OpenSSL toolkit provides support for secure communications between machines. OpenSSL i

Re: Bug in TIME function

2019-09-13 Thread Wayne Davison
On Fri, Sep 13, 2019 at 4:27 AM wrote: > In Linux [times()] returns a time value and return code of 0: The Linux man page for times() mentions this special behavior, how it isn't portable, and even advises against using the function: "On Linux, the buf argument can be specified as NULL, with the

Re: Issues with multiple displays and openGL libraries after latest updates to X, GL, and Mesa

2019-09-13 Thread Andrey Repin
Greetings, Hamish MB! > On 13/09/2019 01:41, Andrey Repin wrote: >> Greetings, Hamish MB! >> >> Please no top-posting in this channel. >> >>> Note: I've just realised this only happens when 3D acceleration is >>> enabled in VirtualBox, hence this may be a VirtualBox bug, rather than a >>> Cygwin b

Re: TeX Live 2019 / TikZ

2019-09-13 Thread Ken Brown
On 9/9/2019 2:53 AM, Achim Gratz wrote: > Ken Brown writes: >> I had a chance to take a quick look, and this is a known problem: > > Thanks, I hadn't found this for whatever reason. > >> https://tex.stackexchange.com/questions/473365/why-is-pgf-3-1-not-compatible-with-tex >> >> I suspect there's

Re: My C arrays are too large

2019-09-13 Thread Jose Isaias Cabrera
Achim Gratz, on Friday, September 13, 2019 02:39 PM, wrote... > > Blair, Charles E III writes: > > My apologies for failing to reply on-list. I don't know how :( > > > > My machine is 64 bit, and I hope I installed the correct version of cygwin. > > > > This program: > > > > #include > > int mai

Re: My C arrays are too large

2019-09-13 Thread Eliot Moss
On 9/13/2019 2:39 PM, Achim Gratz wrote: Blair, Charles E III writes: My apologies for failing to reply on-list. I don't know how :( My machine is 64 bit, and I hope I installed the correct version of cygwin. This program: #include int main(){char *a[50][8192]; return 0;} compiles with gcc

Re: My C arrays are too large

2019-09-13 Thread Achim Gratz
Blair, Charles E III writes: > My apologies for failing to reply on-list. I don't know how :( > > My machine is 64 bit, and I hope I installed the correct version of cygwin. > > This program: > > #include > int main(){char *a[50][8192]; > return 0;} > > compiles with gcc (no special options) but

Re: [ANNOUNCEMENT] cygwin 3.1.0-0.4 (TEST)

2019-09-13 Thread Michael Haubenwallner
On 9/5/19 3:16 PM, Ken Brown wrote: > The following packages have been uploaded to the Cygwin distribution > as test releases: > > * cygwin-3.1.0-0.4 > * cygwin-devel-3.1.0-0.4 > * cygwin-doc-3.1.0-0.4 > - New APIs: sched_getaffinity, sched_setaffinity, pthread_getaffinity_np, > pthread_setaffi

Re: OpenSSL 1.1.1d/1.0.2t Availability

2019-09-13 Thread Yaakov Selkowitz
On Fri, 2019-09-13 at 14:25 +, D'Ambra, Nikki M wrote: > Now that the latest versions of openssl, versions 1.1.1d and 1.0.2t, are > available > to the public, are there plans, or an ETA, to make these openssl packages > available > to the cygwin community? Of course there are, but it hasn'

OpenSSL 1.1.1d/1.0.2t Availability

2019-09-13 Thread D'Ambra, Nikki M [US] (MS) (Contr)
Now that the latest versions of openssl, versions 1.1.1d and 1.0.2t, are available to the public, are there plans, or an ETA, to make these openssl packages available to the cygwin community? Thank you, Nikki -- Problem reports: http://cygwin.com/problems.html FAQ: ht

Re: Issues with multiple displays and openGL libraries after latest updates to X, GL, and Mesa

2019-09-13 Thread Hamish MB
On 13/09/2019 01:41, Andrey Repin wrote: > Greetings, Hamish MB! > > Please no top-posting in this channel. > >> Note: I've just realised this only happens when 3D acceleration is >> enabled in VirtualBox, hence this may be a VirtualBox bug, rather than a >> Cygwin bug. Thoughts? > What video mode

Re: my C arrays are too large

2019-09-13 Thread Eliot Moss
On 9/13/2019 9:21 AM, Blair, Charles E III wrote: Thank you very much for your help. Moving the big array to a global variable made the problem go away. Before that, I tried ulimit -Ss 8192 After this, the segmentation error message was still there. I tried that too. The failure seems to h

Re: my C arrays are too large

2019-09-13 Thread Blair, Charles E III
Thank you very much for your help. Moving the big array to a global variable made the problem go away. Before that, I tried ulimit -Ss 8192 After this, the segmentation error message was still there. --- My e-ma

Re: malloc(0) crashing with SIGABRT

2019-09-13 Thread Ken Brown
On 9/13/2019 3:38 AM, Petr Skočík wrote: > On 9/12/19 6:12 PM, Ken Brown wrote: >> gcc -Wall -o malloc_zero malloc_zero.c > > My apologies. It was my own stupid mistake. > > ( > I had > > gcc -include stdlib.h -xc - <<<'int main(){ }' && ./a.out; echo $? > > where I would normally run $aout whi

Re: My C arrays are too large

2019-09-13 Thread Eliot Moss
On 9/13/2019 8:10 AM, Blair, Charles E III wrote: My apologies for failing to reply on-list. I don't know how :( My machine is 64 bit, and I hope I installed the correct version of cygwin. This program: #include int main(){char *a[50][8192]; return 0;} compiles with gcc (no special options)

Re: My C arrays are too large

2019-09-13 Thread Blair, Charles E III
My apologies for failing to reply on-list. I don't know how :( My machine is 64 bit, and I hope I installed the correct version of cygwin. This program: #include int main(){char *a[50][8192]; return 0;} compiles with gcc (no special options) but gives "Segmentation fault". --

Re: My arrays in C are too large

2019-09-13 Thread Eliot Moss
On 9/13/2019 7:04 AM, Blair, Charles E III wrote: I have been using on other machines a program that includes char *a[50][8192]; but this declaration, by itself, gives "segmentation" errors. [8192 is BUFSIZ on other machines, although it seems to be 1024 here. The program uses 50 different per

RE: Bug in TIME function

2019-09-13 Thread tlake
In Linux it returns a time value and return code of 0: tom@LinuxPC:~/Downloads$ ./timetest return value 10452 errno 0 Success tom@LinuxPC:~/Downloads$ ./timetest return value 14048 errno 0 Success -Original Message- From: Brian Inglis Sent: Thursday, September 12, 2019 02:45 PM To: cy

My arrays in C are too large

2019-09-13 Thread Blair, Charles E III
I have been using on other machines a program that includes char *a[50][8192]; but this declaration, by itself, gives "segmentation" errors. [8192 is BUFSIZ on other machines, although it seems to be 1024 here. The program uses 50 different permutations on strings of size BUFSIZ.] -

[ANNOUNCEMENT] Updated: libpipeline-1.5.1-1

2019-09-13 Thread Erwin Waterlander
CHANGES === libpipeline 1.5.1 (27 January 2019) === Building libpipeline now requires Autoconf >= 2.63 and Automake >= 1.11.2. Various portability improvements, via Gnulib. libpipeline 1.5.0 (14 November 2017) Add `pip

[ANNOUNCEMENT] Updated: wcd 6.0.3-1 -- Wherever Change Directory

2019-09-13 Thread Erwin Waterlander
CHANGES SINCE LAST RELEASE: === New upstream release. * New French translations of messages and manual. * Code cleanup. All changes: http://waterlan.home.xs4all.nl/wcd/doc/whatsnew.txt DESCRIPTION: Wcd is a command-line program to change directory f