X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type; q=dns; s=default; b=qyyK +LkrJ7WWieq+5zLietv7LasILgQdohWWC+oOTbUgIw1kClfNgkhWPkgZv5W/tN43 nF9LYKjFmpsHxA5jGaDPgtaEvKqsOk/3GlMJQp6cGBooGEY56CxR6F8N+Q8oqE4x JWiTVq3bj5t7BDHXFWj7Al7qn6Dhg1R/ND8RHtE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type; s=default; bh=5tFn8dD3Eo FVtzRdwy4l3PbQd+g=; b=ZXwOuF9p/xT7Zcm5xChRhMaXm2E5u8Qs3hejQAa1RS wwtVyf3S5GNKKUYbyyOApvYSKZtPybqVoGsdJ2p3fBtrcgaKrOFBS7BDI9kR49oQ +JstadUMOqqWeMoB0vv6b3XVMX8H1y3gWqwg5C/XHOd9i9juPssqNnB6piDzSPoN Q= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*MI:sk:276362f, H*f:sk:276362f, H*i:sk:276362f X-HELO: mail-it1-f182.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:openpgp:autocrypt:message-id:date :user-agent:mime-version:in-reply-to:content-language; bh=cJ1LG4rfKuh0Hh5cb7S8Bpx7cyEQ1+Au3GrCA4ip/g0=; b=GV0oYsqPDQv1FgF2ndBFgxJQ1EjvgtVxG35lUiD18G6MoCC2ctdtCbALfCWW1U0mRJ IAp8qZXCRUVlBJAkGfjVHZQvXuWUxU5Z8tKY/zKAGQAJV2aIJ+uShdiKXXhm2UNg/Md3 +okcTKEkRiDHuCOirvH1Ek176BoxRuZJc+kdVnnawRL2nO5r6fyB3RFeo3stJEN5H8mY mdopGpm3AJk+lPTmIqQsKB/3xE7E7jgibSQGyl+Tbr0UlXl0p2v374Y9XJNiCaX2phYn BOEaFUejdRrhTy9nLSKawZHW1BJm0BC4YFOiBvdJRwcRmtWwkOvYbZ6xD7tsNX94NRYT Yw5A== Subject: Re: Cross build of newlib-cygwin release tag cygwin-2_11_1-release. To: cygwin AT cygwin DOT com References: <143b033e-1d26-16f2-988c-2634a2b1e06e AT gmail DOT com> <276362f8-7162-21f7-00a1-3f5896a7ac75 AT gmail DOT com> From: Earnest Boyd Openpgp: id=7207921A6AA52EAB30177D677183A42BE56022D5; url=pgp.mit.edu Message-ID: <530490cf-a77a-c22c-b327-d6001c9486f5@gmail.com> Date: Tue, 30 Oct 2018 16:01:51 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <276362f8-7162-21f7-00a1-3f5896a7ac75@gmail.com> Content-Type: multipart/mixed; boundary="------------58175146BEE3B1609AFF5A8D" --------------58175146BEE3B1609AFF5A8D Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit On 10/30/2018 3:31 PM, cyg Simple wrote: > On 10/30/2018 11:03 AM, cyg Simple wrote: >> PING... Does no one have an idea? >> >> On 10/29/2018 12:09 PM, cyg Simple wrote: >>> I'm trying to cross build the Cygwin source on a VirtualBox Arch Linux >>> with GCC-7.3.0 and Binutils 2.31. The process I am using clones the >>> master repository and then does a checkout of the release tag. Here is >>> the configure command from the head of the config.log. >>> >>> ``` >>> $ head /home/cygsimple/src/sf/build/newlib-cygwin/build/config.log | >>> grep newlib-cygwin-2.11.1/configure >>> $ >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/configure >>> --prefix=/usr --host=x86_64-pc-cygwin --build=x86_64-pc-linux-gnu >>> --target=x86_64-pc-cygwin --sysconfdir=/etc --sharedstatedir=/var >>> --localstatedir=/var >>> ``` >>> > > I tried this on the master Cygwin and get the same error. > > ``` > $ head config.log | grep newlib-cygwin > $ > /usr/local/src/cygsimple/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/configure > --prefix=/usr --host=x86_64-pc-cygwin --build=x86_64-pc-cygwin > --target=x86_64-pc-cygwin --sysconfdir=/etc --sharedstatedir=/var > --localstatedir=/var > ``` > > What configuration item should I add to avoid this? > Patching winsup/cygwin/Makefile.in to remove -Werror allows this to build though the warnings continue. But how does Corinna do this? >>> With this I get the following errors when compiling _cygwin_crt0_common.cc: >>> >>> ``` >>> c++wrap -pedantic -fomit-frame-pointer -m64 -O2 -g -fno-rtti >>> -fno-exceptions -fno-use-cxa-atexit -Wall -Wstrict-aliasing >>> -Wwrite-strings -fno-common -pipe -fbuiltin -fmessage-length=0 -MMD >>> -Werror -fmerge-constants -ftracer -mcmodel=small -std=gnu++98 -c -o >>> _cygwin_crt0_common.o >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/lib/_cygwin_crt0_common.cc >>> In file included from >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/winsup.h:104:0, >>> from >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/lib/_cygwin_crt0_common.cc:9: >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/wchar.h:12:2: >>> error: #include_next is a GCC extension [-Werror] >>> #include_next >>> ^~~~~~~~~~~~ >>> In file included from >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/cygtls.h:284:0, >>> from ./globals.h:5, >>> from >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/winsup.h:287, >>> from >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/lib/_cygwin_crt0_common.cc:9: >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/ntdll.h:1671:60: >>> error: use of C++11 long long integer constant [-Werror=long-long] >>> fbi.LastWriteTime.QuadPart = fbi.ChangeTime.QuadPart = 0LL; >>> ^~~ >>> In file included from >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/thread.h:25: >>> , >>> from ./globals.h:7, >>> from >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/winsup.h:287, >>> from >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/lib/_cygwin_crt0_common.cc:9: >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/security.h:112:51: >>> error: ISO C++ does not permit named variadic macros >>> [-Werror=variadic-macros] >>> #define MKSID(name, comment, authority, count, rid...) \ >>> ^~~ >>> In file included from >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/thread.h:28: >>> , >>> from ./globals.h:7, >>> from >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/winsup.h:287, >>> from >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/lib/_cygwin_crt0_common.cc:9: >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/cygwait.h:42:31: >>> error: use of C++11 long long integer constant [-Werror=long-long] >>> li_howlong.QuadPart = -(10000ULL * howlong); >>> ^~~~~~~~ >>> In file included from >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/winsup.h:80: >>> , >>> from >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/lib/_cygwin_crt0_common.cc:9: >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/wincap.h:30:3: >>> error: ISO C++ prohibits anonymous structs [-Werror=pedantic] >>> }; >>> ^ >>> In file included from ./globals.h:5:0, >>> from >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/winsup.h:287, >>> from >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/lib/_cygwin_crt0_common.cc:9: >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/cygtls.h:58:2: >>> error: ISO C++ prohibits anonymous structs [-Werror=pedantic] >>> }; >>> ^ >>> In file included from >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/cygtls.h:284:0, >>> from ./globals.h:5, >>> from >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/winsup.h:287, >>> from >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/lib/_cygwin_crt0_common.cc:9: >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/ntdll.h:291:33: >>> error: comma at end of enumerator list [-Werror=pedantic] >>> SystemPagefileInformation = 18, >>> ^ >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/ntdll.h:366:15: >>> error: comma at end of enumerator list [-Werror=pedantic] >>> StateUnknown, >>> ^ >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/ntdll.h: >>> In function 'NTSTATUS NtSetAttributesFile(HANDLE, ULONG)': >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/ntdll.h:1672:32: >>> error: ISO C++ does not allow ?: with omitted middle operand >>> [-Werror=pedantic] >>> fbi.FileAttributes = attr ?: FILE_ATTRIBUTE_NORMAL; >>> ^ >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/ntdll.h:1672:31: >>> error: ISO C++ forbids omitting the middle term of a ?: expression >>> [-Werror=pedantic] >>> fbi.FileAttributes = attr ?: FILE_ATTRIBUTE_NORMAL; >>> ^ >>> In file included from >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/winsup.h:30: >>> , >>> from >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/lib/_cygwin_crt0_common.cc:9: >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/security.h: >>> In member function 'void cygpsid::debug_print(const char*) const': >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/security.h:181:38: >>> error: ISO C++ does not allow ?: with omitted middle operand >>> [-Werror=pedantic] >>> debug_printf ("%s %s", prefix ?: "", string (buf) ?: "NULL"); >>> ^ >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/security.h:181:37: >>> error: ISO C++ forbids omitting the middle term of a ?: expression >>> [-Werror=pedantic] >>> debug_printf ("%s %s", prefix ?: "", string (buf) ?: "NULL"); >>> ~~~~~~~^~~~ >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/security.h:181:58: >>> error: ISO C++ does not allow ?: with omitted middle operand >>> [-Werror=pedantic] >>> debug_printf ("%s %s", prefix ?: "", string (buf) ?: "NULL"); >>> ^ >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/security.h:181:57: >>> error: ISO C++ forbids omitting the middle term of a ?: expression >>> [-Werror=pedantic] >>> debug_printf ("%s %s", prefix ?: "", string (buf) ?: "NULL"); >>> ~~~~~~~~~~~~~^~~~ >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/security.h: >>> In member function 'void cygsid::debug_print(const char*) const': >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/security.h:258:40: >>> error: ISO C++ does not allow ?: with omitted middle operand >>> [-Werror=pedantic] >>> debug_printf ("%s %s%s", prefix ?: "", string (buf) ?: "NULL", >>> well_known_sid ? " (*)" : " (+)"); >>> ^ >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/security.h:258:39: >>> error: ISO C++ forbids omitting the middle term of a ?: expression >>> [-Werror=pedantic] >>> debug_printf ("%s %s%s", prefix ?: "", string (buf) ?: "NULL", >>> well_known_sid ? " (*)" : " (+)"); >>> ~~~~~~~^~~~ >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/security.h:258:60: >>> error: ISO C++ does not allow ?: with omitted middle operand >>> [-Werror=pedantic] >>> debug_printf ("%s %s%s", prefix ?: "", string (buf) ?: "NULL", >>> well_known_sid ? " (*)" : " (+)"); >>> ^ >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/security.h:258:59: >>> error: ISO C++ forbids omitting the middle term of a ?: expression >>> [-Werror=pedantic] >>> debug_printf ("%s %s%s", prefix ?: "", string (buf) ?: "NULL", >>> well_known_sid ? " (*)" : " (+)"); >>> ~~~~~~~~~~~~~^~~~ >>> In file included from ./globals.h:7:0, >>> from >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/winsup.h:287, >>> from >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/lib/_cygwin_crt0_common.cc:9: >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/thread.h: >>> At global scope: >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/thread.h:657:37: >>> error: ISO C++ 1998 does not support 'long long' [-Werror=long-long] >>> static sem_t *open (unsigned long long hash, LUID luid, int fd, int >>> oflag, >>> ^~~~ >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/thread.h:666:63: >>> error: ISO C++ 1998 does not support 'long long' [-Werror=long-long] >>> static int getinternal (sem_t *sem, int *sfd, unsigned long long *shash, >>> ^~~~ >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/thread.h:674:17: >>> error: ISO C++ 1998 does not support 'long long' [-Werror=long-long] >>> unsigned long long hash; >>> ^~~~ >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/thread.h:679:28: >>> error: ISO C++ 1998 does not support 'long long' [-Werror=long-long] >>> semaphore (unsigned long long, LUID, int, sem_t *, int, mode_t, >>> unsigned int); >>> ^~~~ >>> In file included from >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/winsup.h:287:0, >>> from >>> /home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/lib/_cygwin_crt0_common.cc:9: >>> ./globals.h:119:2: error: extra ';' [-Werror=pedantic] >>> }; >>> ^ >>> cc1plus: all warnings being treated as errors >>> make[3]: *** >>> [/home/cygsimple/src/sf/build/newlib-cygwin/src/newlib-cygwin-2.11.1/winsup/cygwin/../Makefile.common:41: >>> _cygwin_crt0_common.o] Error 1 >>> make[3]: Leaving directory >>> '/home/cygsimple/src/sf/build/newlib-cygwin/src/build/x86_64-pc-cygwin/winsup/cygwin' >>> make[2]: *** [Makefile:81: cygwin] Error 1 >>> make[2]: Leaving directory >>> '/home/cygsimple/src/sf/build/newlib-cygwin/src/build/x86_64-pc-cygwin/winsup' >>> make[1]: *** [Makefile:9464: all-target-winsup] Error 2 >>> make[1]: Leaving directory >>> '/home/cygsimple/src/sf/build/newlib-cygwin/src/build' >>> make: *** [Makefile:883: all] Error 2 >>> ==> ERROR: A failure occurred in build(). >>> Aborting... >>> ``` >>> >>> It appears that c++wrap isn't choosing the correct compiler but how can >>> I tell and change that? >>> >> >> >> -- >> cyg Simple >> >> -- >> Problem reports: http://cygwin.com/problems.html >> FAQ: http://cygwin.com/faq/ >> Documentation: http://cygwin.com/docs.html >> Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple >> > > -- > cyg Simple > > -- > Problem reports: http://cygwin.com/problems.html > FAQ: http://cygwin.com/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > -- Regards, Earnest Boyd 614-973-8505 --------------58175146BEE3B1609AFF5A8D Content-Type: application/pgp-keys; name="0x7183A42BE56022D5.asc" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="0x7183A42BE56022D5.asc" -----BEGIN PGP PUBLIC KEY BLOCK-----=0A= =0A= mQINBFW7cuMBEADJg9disJJSBGRlDxdAt2hR6I6Ruzm8vw+zpjEGLsYyWiBhoLV1=0A= EEmHLyhhbdPEJx0DU2sPVbTcESRiYaTOVK6wJQMFur+WZ5cUkIXfJBQPUPRUcxbj=0A= rY8MtWYguhACSP/TZGjtxl9w92fGYLTBDqVmOb9rjEo9UbmZwDTCYhjkAvlXR/K+=0A= q6+jGgrXLIC1CpiWqE1l2yH9RGclbNc3Yjq9RJgqiHI+VgRa2P16NteTLSrD428Y=0A= JS5p8rFIYngZooNClCJsrSAZCJ2abQ400S+kP/lcoSph5JXIDAL6sB6hUZg9sVpL=0A= 4iU2Qsm7EKDBgvw72+AGH+ApxEgijYCPe8O1aybdqq2KWOeIg40gAua3ZPq7XIGd=0A= 4TGIA0kzAK0wnE1LjSWF4h/bkf8CmGn3s7upAkNa75XOKApaV2cVMmi6qdcgjCDk=0A= NQbbgvv0V4VmqQYlFXYLfzOZZB3LgydeoMERX+74aVEHKv5PxEbfwLnv29nsKvB7=0A= yLhfYSbaHQPOIqkgMuw+bx8m1Zh9IKJv0/O8Ta/yvyW2sHWMcAAmd4t1gykbZCZa=0A= NbvKAhvIP9NWjREae+jjsJJj98mbvsI8pCFbc2coHWNAk4JyBjDcMFrhTNA+8+D5=0A= RveRERrcyFu2qU6Bl7Bz2U1VLsmo2HcmRQRO6L0CwwsIlgeZGSmyJxPzzwARAQAB=0A= tCtFYXJuZXN0IEJveWQgPGVib3lkNTNlbnRlcnByaXNlc0BnbWFpbC5jb20+iQI/=0A= BBMBCAApBQJVu3LjAhsjBQkJZgGABwsJCAcDAgEGFQgCCQoLBBYCAwECHgECF4AA=0A= CgkQcYOkK+VgItVscRAApR0Iad65JnDa7RlhEducTNM836qBbqcsQSPoEGJ5sNhH=0A= P9VF2jB2Kd4JONyksLyVD/nU+hJwTB4SnUC5dwRo0a4HQbYSaiLoXZNlRGGP++AC=0A= y7E0BT+pvV9gd9tmLtYDvuHzEbEY70nmt8FNrheEznv6CSssjY6uGDNfXV+7Hh+x=0A= ZJ9z71Gb3mO6byz5EIDz+iFZU6VpIyYVUFnyR5fvkJwNqFoOVqc5TqkRmDWWtb5n=0A= EYLMNmDcSbh1lY7YEUfHFqhT++O/gXTv9hZ5jU7kuA9OYkc4HY1ctRI3xuu+YzBY=0A= NwzEeKmdC1JK2XXERHxQGvtru+G9mwAdFQ9TAiQinsMqAJfDW/WX5eaEaTrtkizW=0A= iTM93eJ+zXpyBtxWjdQUNpYqEysWnNz0ZA0IB6P4Py1Gdts/T0i8tDE9C9UiqbZS=0A= j7VnkP4vwI311RmPooXuzjpOc4RFTbYdBiobpy+RLyIZSMEqRd51fveXZPCGzs3B=0A= DdNX48c2biwLVQ3MNpCKU9D35I0Kd6vdST4UTQrQ9Gco0o60M9+0gi/YHHAol7/X=0A= TW64Me1lj5ELsUSWnRI4xEQbCbOKRa15LRxRoVqsVOeZqUlKI9AvrVaSaJz+PkaO=0A= RcHFWIWnS+jzRc+vpvO9vbg3AoZvKrr2Rkhq/558RTxZJz8UlUHeC+PVN7ai8GyJ=0A= ATMEEwEIAB0WIQTXx5e5s7xvO9WfrDE/cFO5WObuIQUCW311KgAKCRA/cFO5WObu=0A= ITLyB/4/x1h7rOULAWw3Zk/A4j9s5BntFPNqyO15PtMf046hK3Z+Yjv8G8VvPXPc=0A= jqY258edtS4NwIPgp6KDXZAj5fciLI5SN/r77lRxfDcubdpEuqk60JYmRhZt+vtA=0A= wB89Yp8ONXX3XRXM8yK/V7+cC6ZrPgYWzYhcpaj+HXQ24NWCplHbbYlHzll/WxL+=0A= D9ME2ti86uZGKwKIUMgFXOewJcmBUuR+N2tCOYtYDAppEpYASyZrjCCHsBt10O43=0A= OOzwyu7knMreGa3dbUZ/ositbEMpdMRtC1AO//lff2Ik4K/iwLDv7dT0sBdr8y5D=0A= nbCHI5Qa0pESnxPLXDKZAELwM37XuQINBFW7cuMBEADrvUHgyiGFK/nUaf7TVkSL=0A= fjHRwfb8QJ0SJvHxAu/y5WLuR4XXwZPaJdRFXrkEVqG4qVppD7yAQVSjRQAuMo1d=0A= PQaeLPgBCAJBw+ickJG8HY/bq2B39eERnXyTGWgPAer0KYMsKEOdai59Q6sxHz83=0A= lFWEwaKg4k63zQOK6Er6tzFlpedQjKZVQC5ue1CA5yufvA5YMNt+Yrtgbs2NIquc=0A= AnhhnGc067rnUsEOuerr3BMS0lUWRbh8trU9WQboNgA8vfWeqpxjm4hwJUEI9iXx=0A= 87MzzgCWV/JP6LuFQdVk6AsyBggjIEr6wqojAhT4+eUfrAKxM/OLHM1aZsLo1sEt=0A= nKMQFVjlFY/Gvvzc2aKoIthsYzR1TRyYq+Ct3zJvWgAx0acrFVE3cHyyfcmtbaQm=0A= 64oyRoYVCQcbgnW1GLTOeYDkwKHfTPvXz5PkDLeDKsRX/ciVxyklaI4xZ7lJZ5te=0A= egKHLYc5dinsy8Z3XuOBUm5Rwxuy7XEsYSNApg0v5VmZeRT7MA8Y3sQbfLmgMAoC=0A= VHa+8bukN8nU7LelF68xKMLSqO7rZvC/Nt4CnDY5LSoQxh6XXbHguUYDyFsKe/0A=0A= 2+Loj8NmOlCN5wR+se3WHFdG0H7B7SdcrXVoSORoJj2bFqCwR7WYP9OuURyaXtQ5=0A= eTq79YLUU8jG5NIiKLrWCQARAQABiQIlBBgBCAAPBQJVu3LjAhsMBQkJZgGAAAoJ=0A= EHGDpCvlYCLV488P/iErXOAMP+zlVGhUQc1EYiACcPIvN891H/O4sDrq8oJCfPNV=0A= DBKb0VCQ2xCNR0IN5Mk/eY8Pfzs97zF16fuhB3BoJCyNcicIodRhBdjFyseaoBE1=0A= oDNQw6bFul4crcv4V+FFv3UZYAwYfIqMO0s4jnO5i8F1jedHozKbze1XtmYamLnD=0A= uRS2uoZ07LFL/acrnMLsw45pHB5+Bhni1e8Y2p6TKfXzCi3Dh51iXeCIS9gEFCFS=0A= +g9VvO8fTKr24bjfb2E66PmnbuP+aaIBbv6CVXdDDvBkVNkxnQ2nOKW6AIfHVp+/=0A= z5QI70mgPVVqkf5DkChsjpBWVxYBbbj1lG3nRmrBek/ryaHFi8/0dfBSweqexCJ0=0A= CxjFoMBrEz8f/y00eTCLZGPNkt8loixSKnqfbc9gH0hQPDpjLfPQ3ALTWrniuUZo=0A= ZWqixhMa3eVA4fQxHRtLaVn00+dKnpFvcb0DNAV//4ysGZltAQaXrG7rz0/9qPPJ=0A= OiFWd+iqHLmdmziDyC4t9sIPub9bLv8/AUTRNr618hAVLR5EjcQHyTvYw1pannN0=0A= QJsrxxTTkZq09o8AWJ+rVkZNX6wVYa0N8i70HJBXajUMyfccbS6WvoOkL4xA7Fsd=0A= 3nS+zx2iKrcXuRfZzJxChCOH//drLE7LfTrd2ee5r0NsouxlwMgRgZjL4VZ6=0A= =3DSCv4=0A= -----END PGP PUBLIC KEY BLOCK-----=0A= --------------58175146BEE3B1609AFF5A8D Content-Type: text/plain; charset=us-ascii -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple --------------58175146BEE3B1609AFF5A8D--