X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A2900385EC56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1595120832; bh=/aNsCn28Yy2m2MB3OZrpd6ATRpx78xw9lNwluhMnmQw=; h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=SM4WOXVwbLBwdjb5nkxXE1nlgu0VPbcKRqJIw7YG7z47o3CiiC03MKw53oUtnAGV1 PRo2qFHXlyfhJchxjA48d6K50CLA+Z6R44xvhVDlUGQH+LoOjPYi00lGBQMKfjjjJC 1MATTl/beMx4oWGbaNKOvYSGu0qjfMI5QXHYnm7U= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org DE5AF3858D34 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:in-reply-to:references :message-id:mime-version:content-transfer-encoding; bh=QufY5X4S61ufNZ3xBemSF6nNQcNL4fhZdmKQGlVxGuU=; b=da7fVrXXc+3Qs9bCSpHawdxJWSh2FsJB7/kgzdL+c6giVb7Gh1ls4CbbA2ifzcbtTq 6nGW88dqroIPUUctoPuf6BjzNJ8x7ruwlS0LwnB/m8rJQc2o0pW8jBNGOwBujGgxFUEm ugZ2rtOETPFZg3nHZTbOQukop9oA+cnPAJwJXqrJt6DdyW0wRKSH3YTJZMQZh4J+kMMM BUWAx6h99K9jJlcQv8H4y2Opgzt2W5Dcnbr2oHy8BgQeoXelA+T/SanSpepsE+1ERW8d NUIz6G59I5MoJSvaHZbLHO7hJ++yWplG9ttP3G6LdhWYi++V1CIicExxfvxIYkg+zjTa wXjA== X-Gm-Message-State: AOAM531BhKTU9BZOfz/vpnJuc3kb67XDY35qfvTYthdeXcIeqXu4o6tQ +gv+99JvkR0t/tL//Sghjgar/SvR X-Google-Smtp-Source: ABdhPJwQ4PPZILPqg54tAuptIU8I1t20Jop1Qo1qxJiyCOZA73xfcTnXFI2jOT69fSOcfDQryTFlGg== X-Received: by 2002:aa7:842c:: with SMTP id q12mr14336963pfn.209.1595120826835; Sat, 18 Jul 2020 18:07:06 -0700 (PDT) Date: Sun, 19 Jul 2020 10:07:05 +0900 To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Test: cmake-3.17.3-1 In-Reply-To: <16dc1c3f-83f7-1b40-2bdd-0b40cb95af50@gmail.com> References: <20200718094555 DOT 9CED DOT 50F79699 AT gmail DOT com> <16dc1c3f-83f7-1b40-2bdd-0b40cb95af50 AT gmail DOT com> Message-Id: <20200719100702.9CF9.50F79699@gmail.com> MIME-Version: 1.0 X-Mailer: Becky! ver. 2.75.01 [ja] X-Antivirus: Avast (VPS 200718-4, 2020/07/19), Outbound message X-Antivirus-Status: Clean X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Lemures Lemniscati via Cygwin Reply-To: Lemures Lemniscati Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" Date: Sat, 18 Jul 2020 07:47:40 +0200 From: Marco Atzeri via Cygwin > On 18.07.2020 02:45, Lemures Lemniscati via Cygwin wrote: > > > > > Hi! > > > > Thank you for updating cmake. > > > > Some errors'll occur in Source/kwsys/SystemInformation.cxx > > since /proc/meminfo in Cygwin has only these fields > > > > $ cat /proc/meminfo > > MemTotal: 20824372 kB > > MemFree: 13545156 kB > > HighTotal: 0 kB > > HighFree: 0 kB > > LowTotal: 20824372 kB > > LowFree: 13545156 kB > > SwapTotal: 3145728 kB > > SwapFree: 3131252 kB > > > > In particular, we have no MemAvailable field in Cygwin. > > > > > > > > I attached a patch 0001-3.17.3-cpuinfo_suppl.patch for this issue, > > which should be applied after 3.17.3-cpuinfo.patch > > > > The patch separates a case defined(__CYGWIN__) from a case defined(__linux) > > > > > > Regards, > > > > Lem > > > > > Thanks Lem > > appreciated, I will add it for -2 before final release. > > If you find anything else, let me know Thank you, Marco. LGTM. Regards, Lem -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple