mirror-request

2020-06-27 Thread 曹坤 via Cygwin
Hi, This is from Alibaba open source mirror station. Alibaba is the top cloud service provider in Asia, and we provide free mirrors services for a long time. We hope to add our mirror to the Mirror List, the information is as follows: Mirror name :mirrors.aliyun.com Contact name (and email addre

gdb and core files

2020-06-27 Thread Ken Brown via Cygwin
Following the instructions at https://cygwin.com/cygwin-ug-net/using-cygwinenv.html, I tried to create a core file that I could examine with gdb, but I apparently ran into a gdb bug. I tried both gdb 9.2-1 and 8.3.1-1. Here are the results with 9.2-1. $ cat crash.c #include int main () {

Re: How to reinstall everything?

2020-06-27 Thread Brian Inglis
On 2020-06-26 12:17, Brian Inglis wrote: > On 2020-06-26 11:47, Eliot Moss wrote: >> I've moved to new computer and want to install the same packages I had >> before. Is there a way to tell setup from the command line to re-install all >> packages from my local package directory? (Things are mostl

Re: Listing only manually installed package

2020-06-27 Thread Brian Inglis
On 2020-06-26 23:02, Cygwin wrote: >> Just checked the setup sources, so unless there is a bug, you are running a >> setup version over 5 years old, or not running Cygwin setup, user_picked is >> part >> of the package metadata that is still read from and written to installed.db. > FYI,  I'm seein

composer runs out of memory

2020-06-27 Thread Cary Lewis via Cygwin
I am running cygwin 64 bit and have installed the latest 7.3.7 version of php. When I attempt to run composer, I get a fatal out of memory error. In my php.ini file I have set max memory to -1, and php -r "echo ini_get('memory_limit').PHP_EOL;" -1 confirms it. I saw a stackoverflow article rel

Re: Listing only manually installed package

2020-06-27 Thread Yasuhiro KIMURA
From: Brian Inglis Subject: Re: Listing only manually installed package Date: Fri, 26 Jun 2020 16:20:06 -0600 > Just checked the setup sources, so unless there is a bug, you are running a > setup version over 5 years old, or not running Cygwin setup, user_picked is > part > of the package metada

Re: Listing only manually installed package

2020-06-27 Thread Csaba Raduly via Cygwin
On Fri, 26 Jun 2020 at 20:20, Yasuhiro KIMURA wrote: > > From: Brian Inglis > Subject: Re: Listing only manually installed package > Date: Fri, 26 Jun 2020 11:20:26 -0600 > > > $ grep '\s1$' /etc/setup/installed.db # manual > > $ grep '\s0$' /etc/setup/installed.db # auto > > > > $ awk '1 == $3' /