delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2025/02/06/16:23:08

DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 516LN7dR2488122
Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com
Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com
DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 516LN7dR2488122
Authentication-Results: delorie.com;
dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=XSlU0NFw
X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 03D163858294
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1738876986;
bh=/zVZm3gEIBVfK1qEixzS8gdg/LeEvWaA0mIOJ3xZ/js=;
h=Date:To:cc:Subject:In-Reply-To:References:List-Id:
List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe:
From:Reply-To:From;
b=XSlU0NFw6HlVd+o42LCtTQTZjeCWTvvf8KC1HrHUR9yDOyBGEfIm2BBHwsLAyT4l8
qv3TuEgRN8UEuxd+ludto9SasjjwU17mVytoKvxAdipi5lPvFktuJDmqfhTjCPRPjs
ud92kXjQZHhX8+LoeI6y2vlQdhRYpBiOwEXPx4LA=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 13E1F3858CD1
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 13E1F3858CD1
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1738876928; cv=none;
b=po1+SVCBjJkbz4PEyYAsOxKSkZP/dNVURRe/ZbCvXqzB4gCOycY+/9PQHjuNyHK+7fxLkb0BeNgUgF2snhEsCvGVc6QTrlbVon+NAw2WtZ8UbvafXnkVp9IqUCmirDzUmZ9EnLFON55ayBU7KP9PKtro/imuP8bpHdMaM+jqDxA=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1738876928; c=relaxed/simple;
bh=TiK8BZGgIvBrrenZvGtW4CaACIhBwn9G/PbkaMyQVJ8=;
h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version;
b=UhRBBz7hgSdyX4dIJDuDbyod1zFKz1BXNRRt8KJV385ll78VbslpMIei+BVLz6d2HySIIovvvyE5HhaW+CdXKNc3P43EfGapqdITtoHa4/Sbz1jD8/JIK24ks0lzYH8sgKbbvqhn9f1SS0xuHwHnc2Wko3Wad0CkNgTxLskrJQQ=
ARC-Authentication-Results: i=1; server2.sourceware.org
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 13E1F3858CD1
Date: Thu, 6 Feb 2025 13:22:07 -0800 (PST)
X-X-Sender: jeremyd AT resin DOT csoft DOT net
To: Mark Geisert <mark AT maxrnd DOT com>
cc: cygwin AT cygwin DOT com
Subject: building util-linux-2.40.2
In-Reply-To: <8d694036-b5d8-425e-85b3-cbe43a93f0ba@maxrnd.com>
Message-ID: <723129f0-93d7-bad1-d845-2cfc04379672@jdrake.com>
References: <CANnL4pNH+fE6RKVhORWw=sE=-x4Lx5SNRhb9GYW--eR41AKNLw AT mail DOT gmail DOT com>
<acbd239a-a274-40c5-891f-df196a087b29 AT maxrnd DOT com>
<8d694036-b5d8-425e-85b3-cbe43a93f0ba AT maxrnd DOT com>
MIME-Version: 1.0
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.30
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
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>
From: Jeremy Drake via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Jeremy Drake <cygwin AT jdrake DOT com>
Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com>

We were attempting to build util-linux 2.40.2 for MSYS2, based on the
source package of util-linux-2.40.2-2 from Cygwin [1].  We were scratching
our heads as to why it wasn't building tasksel for us, when it did in your
package.  I evenutally saw in the cygport that it tests for sys/syscall.h
and warns if it is not present.  I could not find a package that provides
this header.  Can you explain where it comes from, so that we can also
build util-linux?  (For now, I added a couple extra patches to
configure.ac to make it look for functions instead of syscall numbers [2])

1: https://github.com/msys2/MSYS2-packages/pull/5194
2:
https://github.com/msys2/MSYS2-packages/compare/bbc219480a47d1f0ab87b99302627815390f4ee1..e00b44ad67481a8ad1c490d2b5475d3500dac436

-- 
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