From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x229.google.com (mail-lj1-x229.google.com [IPv6:2a00:1450:4864:20::229]) by sourceware.org (Postfix) with ESMTPS id 460DB3857C7B for ; Mon, 15 Feb 2021 20:53:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 460DB3857C7B Received: by mail-lj1-x229.google.com with SMTP id c8so7253087ljd.12 for ; Mon, 15 Feb 2021 12:53:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=xizl3WCRyK6lxY3/EltDjK93jLmZYbtOBg36HIHAJKw=; b=f0zoCgDezb051r9yDJeI0HPMuGfBQ7mbvRrboQ31UWaq9SdVMlINb7UUFR6VUcGCQy /mu38QF64RNQNFw+nImxedyR3BmzXRVZr85mWvbVG8QrNdJned8sbf1hhkBupZgGdW8l SNrNildv+cb/toTrrm4BjkX+HoOrzeScviArwxnO/ia41+B38WOtahtFFHwY9dH+mb72 l6rY31nRIByxL0uVPhA3uQVk6tflJLUO0tPsIYWdKIZcrL+k719b58aPuXCU1Co+BmmG cPuL1QDPwJXu25hiwDPxC60HNDY9rArrQOLVBGm/a6PGWL+lgqYsuGKrGDMvVCskr1tH rn4A== X-Gm-Message-State: AOAM531Wxk8ccgJ1GPyOYNA6/stFhZ4glRAQUwKOzWg7KG3MiNHcSjRj C2jNsVOs1xa46sgP7uKKnKGlG94XNpoV6vxCuZs= X-Google-Smtp-Source: ABdhPJzbhCnjPuYF0p9V3v7dWMpJSi0A68OWr2x2jOXRjUpUdXz/6HWoWFqq6CH+fNc6x0GTcRnNGSJKx7c67xI7uiE= X-Received: by 2002:a2e:7611:: with SMTP id r17mr6842559ljc.163.1613422401047; Mon, 15 Feb 2021 12:53:21 -0800 (PST) MIME-Version: 1.0 References: <21f9574a-be4d-dec2-c36f-22eee7a6f173@gmail.com> In-Reply-To: From: Soren Date: Mon, 15 Feb 2021 15:53:08 -0500 Message-ID: Subject: Re: compilation errors trying to build unzip on cygwin To: Marco Atzeri Cc: "cygwin@cygwin.com" X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin@cygwin.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: , X-List-Received-Date: Mon, 15 Feb 2021 20:53:23 -0000 On Mon, Feb 15, 2021 at 11:10 AM Marco Atzeri wrote: > > $ cygport unzip.cygport all > ... > Stripping executables: > usr/bin/funzip.exe > usr/bin/unzip.exe > usr/bin/unzipsfx.exe > Preparing debuginfo source files: > 18 files > >>> Packaging unzip-6.0-17.x86_64 > >>> Creating binary package(s) > >>> unzip-6.0-17.tar.xz > ... > >>> unzip requires: bash cygwin libbz2_1 > > have you tried to use cygport for > repeating the patching and compiling step as current build ? > No. Oh! cygport! Well, I mentioned I'd been away from cygwin and all system projects for several years. It seemed like a good idea, and so I installed cygport and ran it, and got a clean successful build. Thank you very much for your time, for testing the build for me, Marco. Onward and upward now. Best, Soren A.