From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Gerber Subject: bug#34467: Missing prerequisites to make doc/guix.info Date: Wed, 13 Feb 2019 13:56:24 +0100 Message-ID: <87lg2jvocn.fsf@atufi.org> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([209.51.188.92]:44986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtuA4-0004hI-7T for bug-guix@gnu.org; Wed, 13 Feb 2019 08:01:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtu9u-0000Mo-KC for bug-guix@gnu.org; Wed, 13 Feb 2019 08:01:12 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:46587) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gtu9u-0000MI-CF for bug-guix@gnu.org; Wed, 13 Feb 2019 08:01:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gtu9u-00050m-5x for bug-guix@gnu.org; Wed, 13 Feb 2019 08:01:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:44447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtu98-0004CY-HW for bug-guix@gnu.org; Wed, 13 Feb 2019 08:00:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtu4k-0003yT-49 for bug-guix@gnu.org; Wed, 13 Feb 2019 07:55:43 -0500 Received: from smtp-sh2.infomaniak.ch ([128.65.195.6]:40038) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gtu4i-0003nT-6C for bug-guix@gnu.org; Wed, 13 Feb 2019 07:55:41 -0500 Received: from smtp6.infomaniak.ch (smtp6.infomaniak.ch [83.166.132.19]) by smtp-sh.infomaniak.ch (8.14.5/8.14.5) with ESMTP id x1DCtZMn025452 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 13 Feb 2019 13:55:35 +0100 Received: from jura (84-73-10-131.dclient.hispeed.ch [84.73.10.131]) (authenticated bits=0) by smtp6.infomaniak.ch (8.14.5/8.14.5) with ESMTP id x1DCtYiW053426 (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 13 Feb 2019 13:55:35 +0100 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 34467@debbugs.gnu.org >From a clean checkout of f6f4370f, my system fails to make doc/guix.info: ``` $ make dist-info MAKEINFO doc/guix.info ./doc/guix.texi:9821: @include: could not find os-config-bare-bones.texi ./doc/guix.texi:9962: @include: could not find os-config-desktop.texi ./doc/guix.texi:9969: @include: could not find os-config-lightweight-desktop.texi make: *** [Makefile:3770: doc/guix.info] Error 1 ``` Making those targets manually works fine: ``` $ make doc/os-config-bare-bones.texi doc/os-config-desktop.texi doc/os-config-lightweight-desktop.texi ```