Re: Compile cygwin1.dll from source code

2018-02-12 Thread Marco Atzeri
On 13/02/2018 07:44, Biswapriyo wrote: /usr/bin/awk: cannot execute binary file: Exec format error is awk working ? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: Compile cygwin1.dll from source code

2018-02-12 Thread Biswapriyo
cygwin make command shows this error: ``` ../../.././winsup/cygwin/cygmagic: line 25: /usr/bin/awk: cannot execute binary file: Exec format error *** WARNING WARNING WARNING WARNING WARNING *** *** ../../.././winsup/cygwin/child_info.h: magic number for CHILD_INFO_MAGIC changed old 0xc96f5e9U != n

Re: cygport : A[CM]_CONFIG_HEADERS extraction fault

2018-02-12 Thread Yaakov Selkowitz
On 2016-07-25 12:34, Marco Atzeri wrote: > building librsb I hit a very unusual AC_CONFIG_HEADERS > definition where the extraction logic implemented in > /usr/share/cygport/cygclass/autotools.cygclass > is failing. > > $ grep 'A[CM]_CONFIG_HEADERS*' configure.ac | sed -e > 's!A[CM]_CONFIG_HEADERS

Re: Compile cygwin1.dll from source code

2018-02-12 Thread Mark Geisert
Biswapriyo wrote: I want to edit some code in cygwin1.dll for my project. So, I clone git repository from this url: git://sourceware.org/git/newlib-cygwin.git I've gcc, g++, make installed with cygwin and mingw-w64 (and also in WSL). But none of them generate DLL file. I also follow the commands

Compile cygwin1.dll from source code

2018-02-12 Thread Biswapriyo
I want to edit some code in cygwin1.dll for my project. So, I clone git repository from this url: git://sourceware.org/git/newlib-cygwin.git I've gcc, g++, make installed with cygwin and mingw-w64 (and also in WSL). But none of them generate DLL file. I also follow the commands ./configure & make.

Re: cygwin stopped working

2018-02-12 Thread Andreas Schiffler
Found the workaround (read: not really a solution as it leaves the system vulnerable, but it unblocks cygwin) - Go to Windows Defender Security Center - Exploit protection settings - Disable System Settings - Force randomization for images (Mandatory ASLR) and Randomize memory allocations (Botto

[ANNOUNCEMENT] ghostscript 9.22-3

2018-02-12 Thread Ken Brown
The following packages have been uploaded to the Cygwin distribution: * ghostscript-9.22-3 * libgs9-9.22-3 * libgs-devel-9.22-3 GNU Ghostscript is a PostScript interpreter capable of converting PS files into a number of printer output formats. Ghostscript can also render PS files into a number o

[ANNOUNCEMENT] urw-base35-fonts 20170801-4

2018-02-12 Thread Ken Brown
The following package has been uploaded to the Cygwin distribution: * urw-base35-fonts-20170801-4 This package contains the 35 fonts in the PostScript Level 2 Core Font Set. These fonts are used by ghostscript and xpdf. This release renames some font files for consistency with ghostscript. Ken

Re: Ghostscript cannot find CMaps in Poppler

2018-02-12 Thread Ken Brown
On 2/7/2018 5:35 PM, Ken Brown wrote: On 2/6/2018 8:40 PM, Vonobow Smith wrote:   From Cygwin which is bundled with Ghostscript 9.21, Ghostscript cannot find CMap's at all. As a result, CJK characters cannot be rendered at all. [...] Thanks for the report.  I'll fix this in a slightly different

[ANNOUNCEMENT] Updated: lilypond-2.19.81-1

2018-02-12 Thread Marco Atzeri
Versions 2.19.81-1 of lilypond lilypond-doc for cygwin are now available: CHANGES Last dev upstream release http://lilypond.org/development.html DESCRIPTION LilyPond is a music engraving program, devoted to producing the highest-quality sheet music possible. It brings the aesth

[ANNOUNCEMENT] Updated : netcdf-4.6.0-1

2018-02-12 Thread Marco Atzeri
Version 4.6.0-1 of libnetcdf-devel libnetcdf13 (Api bump) netcdf are available in the Cygwin distribution. CHANGES Latest upstream bugstream version https://github.com/Unidata/netcdf-c/releases DESCRIPTION NetCDF (network Common Data Form) is a set of software libraries and machine-in

Re: cygwin stopped working

2018-02-12 Thread Achim Gratz
Andreas Schiffler writes: > Thanks for the tip, but that didn't seem to have helped. > > The registry setting CYGWIN_NOWINPATH=1 did not seem to affect the > environment as seen in bash. You need to start bash so that it actually processes /etc/profile for this to work (most simply, start it as a

[ANNOUNCEMENT] Updated: irssi-1.1.0-1

2018-02-12 Thread Marco Atzeri
New version 1.1.0-1 irssi irssi-devel have been uploaded. CHANGES This is a new upstream security and bug fix. https://irssi.org/2018/01/15/irssi-1.1.0-released/ full list of changes https://github.com/irssi/irssi/releases DESCRIPTION Irssi is a terminal based IRC client for UNIX systems.

Re: cygwin stopped working

2018-02-12 Thread Jostein Berntsen
On 11.02.18,17:16, Andreas Schiffler wrote: > Thanks for the tip, but that didn't seem to have helped. > > The registry setting CYGWIN_NOWINPATH=1 did not seem to affect the > environment as seen in bash. > > The variable seems to be set: > > bash-4.4$ set > ...snip... > COMSPEC='C:\WINDOWS\syst

Re: [ANNOUNCEMENT] Test: postgresql-10.2-1

2018-02-12 Thread Marco Atzeri
On 12/02/2018 16:17, Brian Inglis wrote: On 2018-02-12 04:53, Marco Atzeri wrote: On 12/02/2018 12:30, Thorsten Kampe wrote: * Marco Atzeri (Mon, 12 Feb 2018 08:39:09 +0100) PQencryptPasswordConn belongs to cygpq-5.dll in libpq5-10.2-1. libpq was still version 9.6. Shouldn't it be selected fo

Re: [ANNOUNCEMENT] Test: postgresql-10.2-1

2018-02-12 Thread Brian Inglis
On 2018-02-12 04:53, Marco Atzeri wrote: > On 12/02/2018 12:30, Thorsten Kampe wrote: >> * Marco Atzeri (Mon, 12 Feb 2018 08:39:09 +0100) >>> PQencryptPasswordConn belongs to cygpq-5.dll >>> in libpq5-10.2-1. >> libpq was still version 9.6. Shouldn't it be selected >> for upgrading automatically as

Re: [ANNOUNCEMENT] Test: postgresql-10.2-1

2018-02-12 Thread Marco Atzeri
On 12/02/2018 12:30, Thorsten Kampe wrote: * Marco Atzeri (Mon, 12 Feb 2018 08:39:09 +0100) PQencryptPasswordConn belongs to cygpq-5.dll in libpq5-10.2-1. libpq was still version 9.6. Shouldn't it be selected for upgrading automatically as a dependency? Thorsten It should be upgraded. T

Re: [ANNOUNCEMENT] Test: postgresql-10.2-1

2018-02-12 Thread Thorsten Kampe
* Marco Atzeri (Mon, 12 Feb 2018 08:39:09 +0100) > > On 11/02/2018 23:07, Thorsten Kampe wrote: > > * Marco Atzeri (Sat, 10 Feb 2018 14:50:30 +0100) > >> Version 10.2-1 of packages > > > > > Getting error "The procedure entry point > > PQencryptPasswordConn could not be located in the > > dynam