From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x102d.google.com (mail-pj1-x102d.google.com [IPv6:2607:f8b0:4864:20::102d]) by sourceware.org (Postfix) with ESMTPS id C1C35385800A for ; Thu, 31 Dec 2020 12:57:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C1C35385800A Received: by mail-pj1-x102d.google.com with SMTP id v1so4891881pjr.2 for ; Thu, 31 Dec 2020 04:57:57 -0800 (PST) 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:message-id:mime-version :content-transfer-encoding; bh=fBD+fVg23cazmHg1dACoRLFQYZrAWkvZrysjhJkv/TE=; b=kpWl5cvSZmjpuXi6QfE4SYLwkXwhT07is+a8ZPUpTpYw8fAAoStjSyaMSkMTSx8zye 4S9HHiiotooFm+/HlHBEooMYP0g91FDmMCFqKPYfT8jFIKjbf3hvaCb3Ba2Mvj8auCho seW9SWEOL8OrHMdpG1HnXinXttdIATUARfEoB2GxxMKouBhDibBRCxn+dwSYomDOXU+m rzlwQCnPbk2M2NhRZuefpqOjeKpgFpdDfrnl8cpINrXH9YMEOQn4vcNTBjlr9JKc92/g LUmx1BcPIaIrRw34Wj1wAJ18jLiBvS9vQPECTxOueFHubaURS2CTT31WNej3oUhQ6iAm RzUA== X-Gm-Message-State: AOAM531NA/IWQzM60ZC4ema7I7D880HRdMslmYmHc2pSeNmehXKKCMTS O8BV+Jd2qTrpF2JPqAXeIDUh2m374CI= X-Google-Smtp-Source: ABdhPJywELRB3U1ufDSLToidvXJl8Y2sbBuwFoHC8WxSFtqWkFAPCCRxNDBNAo9daKJiwXYvEm5c7A== X-Received: by 2002:a17:902:ff12:b029:db:d7b7:c99d with SMTP id f18-20020a170902ff12b02900dbd7b7c99dmr57503324plj.14.1609419476701; Thu, 31 Dec 2020 04:57:56 -0800 (PST) Received: from [192.168.3.11] ([2400:2411:aa20:4300:6803:2092:c854:4de3]) by smtp.gmail.com with ESMTPSA id c10sm10570037pjn.22.2020.12.31.04.57.53 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 31 Dec 2020 04:57:55 -0800 (PST) Date: Thu, 31 Dec 2020 21:57:56 +0900 From: Lemures Lemniscati To: cygwin-apps@cygwin.com Subject: [ITA] popt-1.18-1 Message-Id: <20201231215751.5F22.50F79699@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.75.02 [ja] X-Antivirus: Avast (VPS 201231-0, 2020/12/31), Outbound message X-Antivirus-Status: Clean X-Spam-Status: No, score=-1.6 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-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2020 12:57:59 -0000 Hi! ITA for popt, which has been maintained by Yaakov [1]. Now, the latest upstream of popt is 1.8 [2]. A new candidate cygport file is placed at [3]. And, it's been tested on Cygwin AppVeyor CI (ID 1560: [4]). Generated package files are placed at [5] and [6]: [1]: https://cygwin.com/git/?p=git/cygwin-packages/popt.git [2]: https://github.com/rpm-software-management/popt [3]: https://github.com/cygwin-lem/popt-cygport/tree/n_1.18-1 [4]: https://cygwin.com/cgi-bin2/jobs.cgi?id=1560 or https://ci.appveyor.com/project/cygwin/scallywag/builds/37059271 [5]: https://cygwin-lem.github.io/popt-cygport/ [6]: https://github.com/cygwin-lem/popt-cygport/tree/n_1.18-1_gh-pages # An ignorable warning brought by autoreconf-2.69: ``` autoreconf-2.69: configure.ac: tracing Use of uninitialized value $args[0] in split at /usr/bin/autoreconf-2.69 line 493, line 8. ``` It will disappear when using autoconf v2.69d or later, fixed at the commit https://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=b0d20c049bda80a9d323326ae5ea3fd5e4857712 # 1.18-testit.patch: In the upstream CI, the original `testit.sh` will pass the tests. But, on cygwin `src_test()` will get some failures without this patch. The diffrences are program names printed in usage, and so they are not critical and would be acceptable. Regards, Lem