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 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: <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 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Jeremy Drake via Cygwin Reply-To: Jeremy Drake Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" 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