From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32b.google.com (mail-wm1-x32b.google.com [IPv6:2a00:1450:4864:20::32b]) by sourceware.org (Postfix) with ESMTPS id B1D4F386EC4B for ; Fri, 8 Jan 2021 13:58:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B1D4F386EC4B Received: by mail-wm1-x32b.google.com with SMTP id n16so6776600wmc.0 for ; Fri, 08 Jan 2021 05:58:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=76vkrGOAOX8y6AEzFnggLfR7JTJF3qyZlyoLE1D1gMY=; b=bJPVeXPMHDMYgfZucJpGH5asLEklMM+Nr87flMTpy8xLmWe3FPMEeIjZ+717gK/gOF HWhjBsqv6kzQyMiUfKTvH32LPJtNG69fUcOXf7SxpPNffeGaV78/Re/0lBUHXYnuG7V2 JUdsRG8OlthtS3DOIX+g1kkolceo0iwm5GIwwJIbmgCrhSZu9M6bnUVnl84nJg9UU77H H3dwvdTo0xoAPZMeP8zDnfv2wKN6OIhItd9pRyCY5r+R1X8qLwMC7c4UxNxXfiLqjP/D QYTqm8lkkcWMx2ItNpWlrG8jl0fWzSIEfEGvgU8T+9sLbE73QOALAgpILn1wGx2e+5F/ 1kPg== X-Gm-Message-State: AOAM530x/tx+rz2KB0HdgULq6j7H3do7b5mF1AyhOdmHoEb3uK74V+2X /UVxp3r4pW+e+a5RzFgCHv2OunWqRaEbYvT4 X-Google-Smtp-Source: ABdhPJyNQQlND0FHXHz3csBPT2Msh1/iBKZk1kREayaeKuGsLBj9yk+Rji91ODCGUl1OXX1BflzSSw== X-Received: by 2002:a7b:c1d7:: with SMTP id a23mr3139100wmj.62.1610114299835; Fri, 08 Jan 2021 05:58:19 -0800 (PST) Received: from [192.168.2.121] (p5dda1f06.dip0.t-ipconnect.de. [93.218.31.6]) by smtp.gmail.com with ESMTPSA id r1sm13789078wrl.95.2021.01.08.05.58.19 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 08 Jan 2021 05:58:19 -0800 (PST) Subject: Re: scallywag / cygport not pulling lzip To: cygwin-apps@cygwin.com References: <3cd5f2f8-b292-0ac1-de18-753a4513f6ba@gmail.com> <87wnwnk1er.fsf@Otto.invalid> From: Marco Atzeri Message-ID: Date: Fri, 8 Jan 2021 14:58:17 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: <87wnwnk1er.fsf@Otto.invalid> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, 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: Fri, 08 Jan 2021 13:58:22 -0000 On 08.01.2021 14:23, ASSI wrote: > Marco Atzeri via Cygwin-apps writes: >> it seems that cygport is not pulling the decompressor >> that is supposed to recognise: >> >> https://ci.appveyor.com/project/cygwin/scallywag/builds/37134000/job/0m9h56ptrwwyg3hc >> >>>> Unpacking source flex-2.6.4.tar.lz >> tar (child): lzip: Cannot exec: No such file or directory >> tar (child): Error is not recoverable: exiting now >> tar: Child returned status 2 >> tar: Error is not recoverable: exiting now >> *** ERROR: tar xf flex-2.6.4.tar.lz failed > > Since tar is a Base package it doesn't require lzip (which would > effectively make it a Base install). You have to add lzip to > BUILD_REQUIRES or switch to the GZip archive. > > > Regards, > Achim. > Hi Achim, this is an upstream source package. IMHO cygport should pull tar and all the decompressor that is supposed to manage. $ grep SRC_URI NEWS ... * SRC_URI supports .tar.lz archives. * SRC_URI accepts .tar.xz archives. * SRC_URI accepts .tar.lzo archives. ...