From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x334.google.com (mail-wm1-x334.google.com [IPv6:2a00:1450:4864:20::334]) by sourceware.org (Postfix) with ESMTPS id B8E143939C1E for ; Wed, 19 May 2021 11:13:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B8E143939C1E Received: by mail-wm1-x334.google.com with SMTP id 62so6035410wmb.3 for ; Wed, 19 May 2021 04:13:30 -0700 (PDT) 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=vWz5Xj619gl78PtQ5qLFTCVsQWM8lAHU0vC/djy31+g=; b=mbEeaeWbQAtUwu03RYOeGMnkUmxpjOfhbnOqjVwmuWbKUHI6F3lQOFFwXrB3a/rCZT WNa3k5HCZj+oi2cBhlJBJjtXs8uUcRkNrEKYUkdtuujixJ/Mw2wrT5dSekEroigFvKAg W+0T87eLgou5bTTHSiX2Vu/G0NhNIJp0UpAAOvj1CgCFQRzfRiqL81PwaC2nfJSpmZh5 mTvjzsIDz1LIfHv/i5kQmo08QTt1PArgp52lwlIrbOAV5PaXu8PSurthyc92a4Yax3XK OsiQyJEbmo+aO6cVxvcoBYwQBkEfpDNfkfEZhudPKXtWkJh1C6Ny6gzleaQqul6FH7E9 sXZA== X-Gm-Message-State: AOAM533dKSVBB1qbst0SKCMbBTcrt/CjXWJUjShYARZ9eVwB8/FTnV1w i5CLxa2bsetCPtn42mJGj0waTO8hnO757Q== X-Google-Smtp-Source: ABdhPJySkk7GPzfnD45NpJDsi7NFj6SFIyWaG/9FoO4kPXLHhQTuZ2ptSRYNBoSqyeY6lcfj9+eCyg== X-Received: by 2002:a05:600c:290b:: with SMTP id i11mr3495416wmd.34.1621422809859; Wed, 19 May 2021 04:13:29 -0700 (PDT) Received: from ?IPv6:2003:cc:9f04:e34a:8ddd:bef9:a0af:3839? (p200300cc9f04e34a8dddbef9a0af3839.dip0.t-ipconnect.de. [2003:cc:9f04:e34a:8ddd:bef9:a0af:3839]) by smtp.gmail.com with ESMTPSA id z66sm6069251wmc.4.2021.05.19.04.13.29 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 19 May 2021 04:13:29 -0700 (PDT) Subject: Re: Package install check missing usr/lib/...def file To: cygwin-apps@cygwin.com References: From: Marco Atzeri Message-ID: <77b4a4c1-a567-5e81-7b5e-79ae41a95692@gmail.com> Date: Wed, 19 May 2021 13:13:27 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit 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, NICE_REPLY_A, 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 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: Wed, 19 May 2021 11:13:32 -0000 On 19.05.2021 02:42, Brian Inglis wrote: > Hi folks, > > Trying to update libidn2, but both arch get: > > >>> Checking packages for unexpected, missing or duplicate files > *** Warning: Packages are missing files: > -usr/lib/libidn2-0.def > *** ERROR: Packages are missing files: > > $ l libidn2-2.3.1-1.x86_64/**/*.def > libidn2-2.3.1-1.x86_64/build/lib/libidn2-0.def > libidn2-2.3.1-1.x86_64/inst/usr/lib/libidn2-0.def > > Is the fix just to add into src_install: > > rm $B/lib/*.def probably it is the easiest > > as I see no other def files under usr/lib? what is the content ? Is the import lib exporting the symbols ? Probably the build system is mixing Cygwin and Windows https://cygwin.com/cygwin-ug-net/dll.html