delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2022/01/20/07:13:23

X-Recipient: archive-cygwin AT delorie DOT com
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
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
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." <carlo DOT bramini AT gmail DOT com>
Date: Thu, 20 Jan 2022 13:12:34 +0100
Message-ID: <CADt9575iw7vbiBCZf9E9ui8_owrjV7UVOwmRaBQmu9AsFHjUmQ@mail.gmail.com>
Subject: CMake support into expat-2.4.1 is broken.
To: cygwin AT cygwin DOT com
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 AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

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.

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019