From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14464 invoked by alias); 26 Jul 2018 07:07:53 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 14453 invoked by uid 89); 26 Jul 2018 07:07:53 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=2.3 required=5.0 tests=BAYES_50,FOREIGN_BODY,FREEMAIL_FROM,GIT_PATCH_2,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=EMail, E-Mail, UD:avast.com, wwwavastcom X-HELO: mail-wm0-f68.google.com Received: from mail-wm0-f68.google.com (HELO mail-wm0-f68.google.com) (74.125.82.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 26 Jul 2018 07:07:51 +0000 Received: by mail-wm0-f68.google.com with SMTP id h20-v6so834705wmb.4 for ; Thu, 26 Jul 2018 00:07:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:from:to:references:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=YYL3Klaei3qgH6ays1frcLm7FkV5JlVOXxIcQJ6tLNs=; b=ruTx45oXFnBGHH0L+PuE+dKGP78jy+f8dq2uBl4t+k17a0lOgfM5OmsEPnlk+/Q1Eg B1r+I6Eom+8kTslZFFSEvF8LA3ridFDgAe6y4dT+NkmWN4veHj2NaCR4UWQdui6A9xsp MlktsREBZv9MNV0pWyIFU1EsbTVGrEhAoJq6aqApEaF+Z0W7HBXW5WPXkIH3goNb76J4 XX+NSzPIRL/n1MY0llL10waUAroqSRKTnnICmp3WEJXVu5rbw/eA9svapsbAVcmfWK5N Vi4smmu7zYMqwCvWAggdBibnLlXXOEFentqF3XWAIWB9P2He7ahojb/c/gMMUE1CPA5k bQeA== Return-Path: Received: from ?IPv6:::1? (p200300EE63CB23017C0F57EA5D3C5348.dip0.t-ipconnect.de. [2003:ee:63cb:2301:7c0f:57ea:5d3c:5348]) by smtp.gmail.com with ESMTPSA id i125-v6sm1517085wmd.23.2018.07.26.00.07.48 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Jul 2018 00:07:48 -0700 (PDT) Subject: Re: [ITA] cmake 3.12.0 From: Marco Atzeri To: cygwin-apps@cygwin.com References: <87h8kobgqc.fsf@Rainer.invalid> <87d0vcbbpn.fsf@Rainer.invalid> <6e0f7d2f-c9a5-bb79-7c8d-161dcf20ec3f@gmail.com> <6bdcf443-2221-7c0e-887b-5bc4d82b559e@gmail.com> Message-ID: <59df30e9-347f-d75d-66a1-c9357b9ef442@gmail.com> Date: Thu, 26 Jul 2018 07:07:00 -0000 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: <6bdcf443-2221-7c0e-887b-5bc4d82b559e@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-07/txt/msg00106.txt.bz2 Am 26.07.2018 um 08:00 schrieb Marco Atzeri: > > In general is better to have a separate package for any dependency; > it make much simpler to maintain all. > > I am trying to build and pack libuv. > If I find no problem I will ITP it. > Tony, do you need a static lib ? I saw some distri are packaging it. Building the shared lib I see several errors, and the log is not very clear on the root causes. not ok 25 - dlerror # exit code 134 # Output from process `dlerror`: # Assertion failed in /tmp/prova/libuv-1.22.0-1.i686/src/libuv-1.22.0/test/test-dlerror.c on line 45: strstr(msg, path) !=3D NULL not ok 45 - fs_copyfile # exit code 134 # Output from process `fs_copyfile`: # Assertion failed in /tmp/prova/libuv-1.22.0-1.i686/src/libuv-1.22.0/test/test-fs-copyfile.c on line 124: r =3D=3D 0 not ok 84 - fs_scandir_file # exit code 134 # Output from process `fs_scandir_file`: # Assertion failed in /tmp/prova/libuv-1.22.0-1.i686/src/libuv-1.22.0/test/test-fs.c on line 2477: r =3D=3D UV_ENOTDIR not ok 102 - getaddrinfo_fail # exit code 134 # Output from process `getaddrinfo_fail`: # Assertion failed in /tmp/prova/libuv-1.22.0-1.i686/src/libuv-1.22.0/test/test-getaddrinfo.c on line 43: status < 0 not ok 103 - getaddrinfo_fail_sync # exit code 134 # Output from process `getaddrinfo_fail_sync`: # Assertion failed in /tmp/prova/libuv-1.22.0-1.i686/src/libuv-1.22.0/test/test-getaddrinfo.c on line 117: 0 > uv_getaddrinfo(uv_default_loop(), &req, NULL, "xyzzy.xyzzy.xyzzy.", NULL, NULL) not ok 148 - pipe_connect_to_file # exit code 134 # Output from process `pipe_connect_to_file`: # Assertion failed in /tmp/prova/libuv-1.22.0-1.i686/src/libuv-1.22.0/test/test-pipe-connect-erro= r.c on line 53: status =3D=3D UV_ENOTSOCK || status =3D=3D UV_ECONNREFUSED not ok 169 - poll_oob # exit code 134 # Output from process `poll_oob`: # Assertion failed in /tmp/prova/libuv-1.22.0-1.i686/src/libuv-1.22.0/test/test-poll-oob.c on line 99: n =3D=3D 4 not ok 203 - spawn_reads_child_path # exit code 134 # Output from process `spawn_reads_child_path`: # Assertion failed in /tmp/prova/libuv-1.22.0-1.i686/src/libuv-1.22.0/test/test-spawn.c on line 1679: r =3D=3D 0 not ok 234 - tcp_close_accept # exit code 134 # Output from process `tcp_close_accept`: # Assertion failed in /tmp/prova/libuv-1.22.0-1.i686/src/libuv-1.22.0/test/test-tcp-close-accept.c on line 60: status !=3D 0 not ok 260 - tcp_unexpected_read # exit code 134 # Output from process `tcp_unexpected_read`: # Assertion failed in /tmp/prova/libuv-1.22.0-1.i686/src/libuv-1.22.0/test/test-tcp-unexpected-re= ad.c on line 80: 0 =3D=3D uv_accept(handle, (uv_stream_t*) &peer_handle) not ok 261 - tcp_write_after_connect # exit code 134 # Output from process `tcp_write_after_connect`: # Assertion failed in /tmp/prova/libuv-1.22.0-1.i686/src/libuv-1.22.0/test/test-tcp-write-after-c= onnect.c on line 41: status =3D=3D UV_ECONNREFUSED full package on http://matzeri.altervista.org/ to download (and remove the index.html's) : wget -r -np -nH --cut-dirs=3D0 \ http://matzeri.altervista.org/x86/libuv/index.html wget -r -np -nH --cut-dirs=3D0 \ http://matzeri.altervista.org/x86_64/libuv/index.html find x86 x86_64 -name index.html -o -name md5.sum | xargs rm Regards Marco --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren gepr=C3=BCft. https://www.avast.com/antivirus