Compiling librrd under Cygwin

2021-02-20 Thread Andrey Repin
Greetings, All! I'm trying to match my Cygwin PHP install with native one, and one of the steps is to build rrd extension. There's no librrd shipped with Cygwin, so I have to build that first. I've successfully configured it after installing of some -devel packages with `./configure --prefix=`, b

Re: Compiling librrd under Cygwin

2021-02-20 Thread Marco Atzeri via Cygwin
On 20.02.2021 11:11, Andrey Repin wrote: Greetings, All! I'm trying to match my Cygwin PHP install with native one, and one of the steps is to build rrd extension. There's no librrd shipped with Cygwin, so I have to build that first. I've successfully configured it after installing of some -dev

Re: Compiling librrd under Cygwin

2021-02-20 Thread Achim Gratz
Andrey Repin writes: > I would appreciate any help with this issue. Somehow the code fails to include I'd say. NB: If you include compile logs that use abbreviated output, try something like V=1 or VERBOSE=1 on the make invocation to switch that off so that one can see the actual compiler comman

Re: Compiling librrd under Cygwin

2021-02-20 Thread Eliot Moss
On 2/20/2021 5:11 AM, Andrey Repin wrote: Greetings, All! I'm trying to match my Cygwin PHP install with native one, and one of the steps is to build rrd extension. There's no librrd shipped with Cygwin, so I have to build that first. I've successfully configured it after installing of some -de

[ANNOUNCEMENT] Updated: Perl distributions

2021-02-20 Thread Achim Gratz
The following Perl distributions have been updated to their latest release version available on CPAN: x86/x86_64 -- perl-Tk-804.036-1 noarch -- perl-Business-ISBN-Data-20210112.006-1 perl-Business-ISMN-1.202-1 perl-ExtUtils-CBuilder-0.280236-1 perl-ExtUtils-F77-1.26-1 perl-ExtUtils

[ANNOUNCEMENT] Updated: fetchmail-6.4.16-1 / fetchmailconf-6.4.16-1

2021-02-20 Thread Achim Gratz
The current upstream release of fetchmail is now available on Cygwin. The upstream release changelog is here: https://sourceforge.net/projects/fetchmail/files/branch_6.4/ This release uses the Python3 interpreter and has been compiled with support for NTLM, GSSAPI and Kerberos5 authentication,

[ANNOUNCEMENT] Updated: procps-ng 3.3.17-1

2021-02-20 Thread Achim Gratz
The package procps-ng has been updated to its latest upstream version. This package provides command line and full screen utilities for browsing procfs, a pseudo file system dynamically generated by the kernel to provide information about the status of entries in its process table (such as wheth

segfault on 32bit cygwin snapshot

2021-02-20 Thread Marco Atzeri via Cygwin
MC using latest snapshot 32bit 2021-02-19 (and 2021-02-10) now fails at startup with Exception: STATUS_ACCESS_VIOLATION at eip=61083736 eax= ebx=612F352C ecx=D4BFABF9 edx=0012 esi=0071C8AC edi=0012 ebp= esp=Exception: STATUS_ACCESS_VIOLATION at eip=61083736 eax=

Re: segfault on 32bit cygwin snapshot

2021-02-20 Thread Takashi Yano via Cygwin
On Sat, 20 Feb 2021 22:01:38 +0100 Marco Atzeri wrote: > MC using latest snapshot 32bit 2021-02-19 (and 2021-02-10) > > now fails at startup with > > Exception: STATUS_ACCESS_VIOLATION at eip=61083736 Thanks for the report. I found the cause of this issue. I will submit a patch to fix it. -- T