From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id gBNFDkuvwmTIAQAASxT56A (envelope-from ) for ; Thu, 27 Jul 2023 19:54:19 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id IOZpDUuvwmTLUwAAG6o9tA (envelope-from ) for ; Thu, 27 Jul 2023 19:54:19 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 6F37C39783 for ; Thu, 27 Jul 2023 19:54:18 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=pXoB6a4F; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1690480458; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=wJhDe3ZI7wBda8M9pIrl9YLM2R44lfxMivMYs2+bWT4=; b=B6f8bfR2DNBHnILjInogbMDTWPVLxcD1r+vZMzggd8Q/1BxeqbCKXzz75CpsoDRhba+OJg S4n4h9iV2bYWAEo+XiA70dU1eea56aVlak03DAwmZ0IdJzpxpkBbZO69EBrlhebxombg4y FhHlP5+/3+ztLL65/OagN341PHDNfzwbhMuKXfHgRyr2Y1bQJ/4vP1IftWO08um3iTlm0l RSQ2hxFKuh3FRBmmkmfMVyFb/yJusYHJfqizMQyvJSXJ2RoHGTXM43n2EZsFjWaxdiVeQh 5Hf8/ptja/wVG/ozNBRVrLK6pTrlINLoWVYqDdsbAOQt4OWXYiNlE6FMGb0DIg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1690480458; a=rsa-sha256; cv=none; b=DuZbTZu8mChQao6Ss50Yoh0y7e7TA+W48oZnMetqDWFi3YT7UfaDqNyMnqF2GnPyoFeAtl k0yGU3bz4QaF7szcDt/d5QnAxs//hcRcSQvS6zgK0me/jyo9anh+hLzN8RRGPm/KSFvn4j 5JrF0PCaSKw/ug8DfMMHAsTnVNRX3IdhKtEETtauSgeakifddnbtjkscaMZSJgfPi9VHDX 3EKgrMrixxpCXiDAXbhA3xahY/wIA7s+wvN3GQ5r9wD9eLPyPGNRTFwCgqoUx/lSrC/xzA RqsiqA9YLC+NQwEBuzAHWTGz96VmietvlfH2TerBWEyRoFf/frD66n6itUcpeg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=pXoB6a4F; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qP3ka-0003Cq-0e; Thu, 27 Jul 2023 12:22:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qP3kY-0003Cf-C8 for guix-patches@gnu.org; Thu, 27 Jul 2023 12:22:03 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qP3kY-0007Mv-3B for guix-patches@gnu.org; Thu, 27 Jul 2023 12:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qP3kX-0000YS-UV for guix-patches@gnu.org; Thu, 27 Jul 2023 12:22:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63081] [PATCH 0/8] Comprehensive DocBook refactoring. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 27 Jul 2023 16:22:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63081 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Bruno Victal Cc: andreas@enge.fr, 63081@debbugs.gnu.org Received: via spool by 63081-submit@debbugs.gnu.org id=B63081.16904748802069 (code B ref 63081); Thu, 27 Jul 2023 16:22:01 +0000 Received: (at 63081) by debbugs.gnu.org; 27 Jul 2023 16:21:20 +0000 Received: from localhost ([127.0.0.1]:42944 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qP3js-0000XJ-4S for submit@debbugs.gnu.org; Thu, 27 Jul 2023 12:21:20 -0400 Received: from mail-qk1-x736.google.com ([2607:f8b0:4864:20::736]:55642) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qP3jn-0000X1-I3 for 63081@debbugs.gnu.org; Thu, 27 Jul 2023 12:21:19 -0400 Received: by mail-qk1-x736.google.com with SMTP id af79cd13be357-76c4890a220so88739885a.3 for <63081@debbugs.gnu.org>; Thu, 27 Jul 2023 09:21:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1690474870; x=1691079670; h=content-transfer-encoding:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from:from:to:cc:subject :date:message-id:reply-to; bh=wJhDe3ZI7wBda8M9pIrl9YLM2R44lfxMivMYs2+bWT4=; b=pXoB6a4FDcb5eSTBRv99vV/mLGfs6nnVV+JUVTDa4LANjPAokLLSfsAADpM3LLeG5t BRK0/Iow2ESbRoTkXG4Qmuecpl6byWifdrxcrYUxQR4nGxuN13Tp+qJx25k25fh6J13/ Xe4LB4BGBB2tzALoeN0nWXE9jdeLr2mrY+BVnc94M0hPio3g2bb/9w1iSCYQ7P994VIA iKU1wrP8hZpDpGHK3ZFg75qlyx8lDuqpYtFbaptA+deCXKiByH6XjXCYcgAhQXIt7V91 RjZBMIcpSTi7fk9B4XwFhYgNkJNDHm473Aq2xYbN6AFLoyu70T3t5WSb9kiNgRg/vF/s OvBg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690474870; x=1691079670; h=content-transfer-encoding:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=wJhDe3ZI7wBda8M9pIrl9YLM2R44lfxMivMYs2+bWT4=; b=aKCbuPHy2Gs07Zsi/EdyeeqxVJpoEK4HNI3tNn9MO7TqOY0K+LDkHNBiIcEFzPJCwM E2lE+xOAdGm+McrA8cTgUDu8Ch65zpxZh66Y+zp8QokhFCUBrG9p3Iri45SX6z0+GKRf 45YU86agdKAJxYYLeOYGl5ehM1FXDMb6IALYqdFdoN2gDIXoIEeqNwU7jyK/W6Zo73r+ yjWrAq5MxucniXrL0m8FtDqhBHNX5PNzv7yU8GlEQopswjWaL6NtnGJJOwkC+RxXTTcU r4BNWBOIzgyad9nB/VtZCvxpvr5+5RonW41R3oqC1mcU+xCbAAK6i/ScK0lr8a/33D7k EoQQ== X-Gm-Message-State: ABy/qLZ1B1wC8Ogy1nO3pSXKtq8A6DX7NyFIfbYlghaaIhrgylopu7jv 84mB03Q2HsXKv1Qx2V/cses8wCg3ROM= X-Google-Smtp-Source: APBJJlFp4LocXTgAaoLQ40QwdnUKeTaWyFL212/PUOq7Iy5H8uMwnPMMCy1MNaSCG5gsPJ25Xckerg== X-Received: by 2002:a05:620a:1aa8:b0:765:a720:5a61 with SMTP id bl40-20020a05620a1aa800b00765a7205a61mr460916qkb.31.1690474869875; Thu, 27 Jul 2023 09:21:09 -0700 (PDT) Received: from hurd (dsl-205-233-124-231.b2b2c.ca. [205.233.124.231]) by smtp.gmail.com with ESMTPSA id b22-20020a05620a127600b00767c8fe810bsm510834qkl.5.2023.07.27.09.21.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 27 Jul 2023 09:21:09 -0700 (PDT) From: Maxim Cournoyer References: Date: Thu, 27 Jul 2023 12:21:08 -0400 In-Reply-To: (Bruno Victal's message of "Wed, 26 Apr 2023 01:52:53 +0100") Message-ID: <87y1j1xr4b.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx2.migadu.com X-Migadu-Spam-Score: 4.36 X-Spam-Score: 4.36 X-Migadu-Queue-Id: 6F37C39783 X-TUID: V2QOQyoBUcQp Hi, Bruno Victal writes: > Notable changes: > * Fixes profile conflicts for docbook-xml packages by using versioned pat= hs. > * Implements the path convention used by NixOS for docbook-xml 4.x packag= es, > this allows for packages that use cmake to search for these files (such a= s kdoctools) > to work correctly without having to patch the sources. > * Stores the schema files correctly rather than lumping it all within =E2= =80=A6/dtd/. > * Source fetching methods were reviewed and were fixed where incorrect. (= docbook-xml-5.1) > * Unbundles binary leftovers in docbook-xsl-1.79.1 packages. > * Removes executable permissions for SGML DTDs. > * Uses proper tools to manipulate XML instead of substitute*. > * Uses sxml instead of representing XML as a string. > * Fixes tests for docbook-xsl. > * Uses copy-build-system over trivial-build-system. > * Modernizes the style used for the package definitions. I've applied this locally on core-updates and made some cosmetic changes, but attempting to build the various touched packages led to this newly introduced elogind failure: --8<---------------cut here---------------start------------->8--- CMakeFiles/LLVMObjectYAML.dir/yaml2obj.cpp.o --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringpara= m funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --str= ingparam man.copyright.section.enabled 0 --stringparam elogind.version 246.= 10 --path /tmp/guix-build-elogind-246.10.drv-0/build/man:/tmp/guix-build-el= ogind-246.10.drv-0/source/man ../source/man/custom-man.xsl ../source/man/sd= _bus_add_object.xml I/O error : Attempt to load network entity http://www.oasis-open.org/docboo= k/xml/4.2/docbookx.dtd ../source/man/sd_bus_add_object.xml:3: warning: failed to load external ent= ity "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> ^ I/O error : Attempt to load network entity http://www.oasis-open.org/docboo= k/xml/4.2/docbookx.dtd ../source/man/sd_bus_add_match.xml:3: warning: failed to load external enti= ty "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> ^ I/O error : Attempt to load network entity http://www.oasis-open.org/docboo= k/xml/4.5/docbookx.dtd ../source/man/libelogind-pkgconfig.xml:3: warning: failed to load external = entity "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> ^ ../source/man/sd_bus_add_match.xml:157: element include: XInclude error : c= ould not load ../source/man/libelogind-pkgconfig.xml, and no fallback was f= ound ../source/man/sd_bus_add_object.xml:44: element include: XInclude error : c= ould not load ../source/man/sd_bus_add_match.xml, and no fallback was found I/O error : Attempt to load network entity http://www.oasis-open.org/docboo= k/xml/4.5/docbookx.dtd ../source/man/libelogind-pkgconfig.xml:3: warning: failed to load external = entity "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> ^ [339/540] Generating man/pam_elogind.8 with a custom command I/O error : Attempt to load network entity http://www.oasis-open.org/docboo= k/xml/4.2/docbookx.dtd ../source/man/pam_elogind.xml:3: warning: failed to load external entity "h= ttp://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> ^ Note: namesp. add : added namespace before processing pam_elog= ind [340/540] Generating man/sd_bus_add_node_enumerator.3 with a custom command I/O error : Attempt to load network entity http://www.oasis-open.org/docboo= k/xml/4.2/docbookx.dtd ../source/man/sd_bus_add_node_enumerator.xml:3: warning: failed to load ext= ernal entity "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> ^ I/O error : Attempt to load network entity http://www.oasis-open.org/docboo= k/xml/4.5/docbookx.dtd ../source/man/libelogind-pkgconfig.xml:3: warning: failed to load external = entity "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> ^ Note: namesp. add : added namespace before processing sd_bus_a= dd_node_enumerator [341/540] Linking target pam_elogind.so [342/540] Linking target src/shared/libelogind-shared-246.10.so ninja: build stopped: subcommand failed. error: in phase 'build': uncaught exception: %exception #<&invoke-error program: "ninja" arguments: ("-j" "24") exit-sta= tus: 1 term-signal: #f stop-signal: #f>=20 phase `build' failed after 12.5 seconds command "ninja" "-j" "24" failed with status 1 builder for `/gnu/store/836v9khss2hdrzqwwwxm3856la5agzl2-elogind-246.10.drv= ' failed with exit code 1 @ build-failed /gnu/store/836v9khss2hdrzqwwwxm3856la5agzl2-elogind-246.10.d= rv - 1 builder for `/gnu/store/836v9khss2hdrzqwwwxm3856la5agzl2-elogind-246= .10.drv' failed with exit code 1 --8<---------------cut here---------------end--------------->8--- Would you have an idea of what went wrong here? --=20 Thanks, Maxim