From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x52e.google.com (mail-ed1-x52e.google.com [IPv6:2a00:1450:4864:20::52e]) by sourceware.org (Postfix) with ESMTPS id E8FD83858D35 for ; Thu, 20 Jan 2022 12:12:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E8FD83858D35 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ed1-x52e.google.com with SMTP id j2so27719773edj.8 for ; Thu, 20 Jan 2022 04:12:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=Q1MZFFL/M1/7IXGl+r+YFpIe4qyKXO6ZTfvGht2/nyQ=; b=h8kf9DNjchE/dOyASVRtXuNcQWfo3yrju1h1fE1zFgUE5qy5kPHie09uEVa5elwOCk 3k3Wu3XH/+7dhXOAtMw2xYg6VoVau9asIYB1I8OgI8WVwzjHTVP82s3zrElOq/hLEGNY S5R74Ttm6WKtAyj9vDg6Hv2XUWUNR7nuWli+yeXr04MVXmoSFuqUQ3q5hl2v5BpdLBIA hjKxCPON8s7aMPKP93JtRVvx6gTGuw/XEODICAK8BWvEZsQiU87pocnl0e86000RfvLP rrfDNlUEQ7I1R32bY0wh8MPvpoxqlhuAy+ZRlUzT3hi62auXCPwJIm1S3dkCa9w/KNJk CAow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Q1MZFFL/M1/7IXGl+r+YFpIe4qyKXO6ZTfvGht2/nyQ=; b=DO68ctGJER3p/PR9pn0oKsH/xWOIUW/9Mfrx0FG3Qq6LOV19S8WJoNYD035kfwT+++ /WNXg0d3/LqygFmwoEijslnvzPMHiotRCeuN6EA6XQ93z3IbHDUrUUB3oNt6q58SUjJ0 aKmnGES5KkWBEYKHnAWUkK5cz3mzAoRvyOhxdLNfoX4EqxMg4Ezk++wcl1J3di2+Vra5 mStDtTBS1xg3JQKZ/d8yfsnpFL4XGlp2ciBSrQuwPQzgmgthgjLeSlYPJssoydCk0f/b XQEnqR37tHqOul41IjCVLlGgZ+8Du1xhvD14myA8Phza3nQbQgRn0bkup0qvz2PT0/83 zouA== X-Gm-Message-State: AOAM531XRP+pmKQ97HxlR1nbtQbKZge9b5asc3XLBxd3SyxFOTYNqzGk e3Pug2e25teNo79qyyVtIEQSkfQBi8vPtg8kbNfPbCAS X-Google-Smtp-Source: ABdhPJwbvH7xLHCzyk5Sb4IDX6jW2xJ8x4psddRxEzYmrAv9tYwMf1fx+R3nrVSKDvrDndnCML3WRymxz2PpydZvmTU= X-Received: by 2002:a05:6402:1388:: with SMTP id b8mr36183417edv.171.1642680764009; Thu, 20 Jan 2022 04:12:44 -0800 (PST) MIME-Version: 1.0 From: "Carlo B." Date: Thu, 20 Jan 2022 13:12:34 +0100 Message-ID: Subject: CMake support into expat-2.4.1 is broken. To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: Thu, 20 Jan 2022 12:12:46 -0000 Hello, I tried to build the latest stable of OpenColorIO but I got an error because the support for CMake into expat is broken. I'm getting this message: CMake Error at /usr/lib/cmake/expat-2.4.1/expat.cmake:74 (message): The imported target "expat::expat" references the file "/usr/lib/libexpat.so.1.8.1" but this file does not exist. which is true, as you can see by inspecting the file /usr/lib/cmake/expat-2.4.1/expat-noconfig.cmake. As you can see by looking here: https://github.com/libexpat/libexpat/tree/master/expat/cmake/autotools this is a bug of Expath because "expat-noconfig__linux.cmake.in" is installed rather than expat-noconfig__windows.cmake.in. Here: https://github.com/libexpat/libexpat/pull/546 I made a PR to the master of Expat for fixing this issue. I was wondering if a newer packaged could be published with a newer stable version of Expat (when it will be released with this fix) or by updating the cygport file by including the same patch. Thank you very much. Sincerely.