unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Vagrant Cascadian <vagrant@debian.org>
To: guix-devel@gnu.org
Subject: build issues with "make dist" generated tarball
Date: Sat, 13 Nov 2021 18:09:16 -0800	[thread overview]
Message-ID: <87v90va3oz.fsf@ponder> (raw)

[-- Attachment #1: Type: text/plain, Size: 3909 bytes --]

There appear to be some errors in the translations or something on guix
master...

Take a recent guix master commit, such as:

  2bb0d8bf0c51de73b7573982003ca8441e02af6d

  $ guix shell --container --pure --development guix guix git imagemagick perl less glibc glibc-locales
  $ export LC_ALL=en_US.UTF-8
  $ git clean -dfx
  $ ./bootstrap && ./configure --localstatedir=/var && make authenticate && make && make dist
  
Which generates an upstream tarball, in my case,
guix-1.3.0.8337-2bb0d.tar.gz, nice ...

Then I try to build the .deb package for Debian using the tarball, but
various guix.*.info pages fail to build following some odd warnings:

  guix.fa.texi:14464: warning: node `Btrfs file system' unreferenced
  guix.pt_BR.texi:35375: @include: could not find he-config-bare-bones.scm
  guix.pt_BR.texi:14537: warning: node `Btrfs file system' unreferenced
  guix.it.texi:35302: @include: could not find he-config-bare-bones.scm
  guix.it.texi:14466: warning: node `Btrfs file system' unreferenced
  make[3]: *** [Makefile:4684: doc/guix.de.info] Error 1
  make[3]: *** Waiting for unfinished jobs....
  guix.es.texi:37090: @include: could not find he-config-bare-bones.scm
  guix.es.texi:15281: warning: node `Sistema de archivos Btrfs'
  unreferenced
  make[3]: *** [Makefile:5074: doc/guix.pt_BR.info] Error 1
  guix.ko.texi:35306: @include: could not find he-config-bare-bones.scm
  guix.ko.texi:14469: warning: node `Btrfs file system' unreferenced
  make[3]: *** [Makefile:4814: doc/guix.fa.info] Error 1
  make[3]: *** [Makefile:4944: doc/guix.it.info] Error 1
  guix.sk.texi:35300: @include: could not find he-config-bare-bones.scm
  guix.sk.texi:14464: warning: node `Btrfs file system' unreferenced
  make[3]: *** [Makefile:4749: doc/guix.es.info] Error 1
  make[3]: *** [Makefile:5009: doc/guix.ko.info] Error 1
  make[3]: *** [Makefile:5204: doc/guix.sk.info] Error 1
  guix.fr.texi:37119: @include: could not find he-config-bare-bones.scm
  make[3]: *** [Makefile:4879: doc/guix.fr.info] Error 1
  guix.ru.texi:35795: @include: could not find he-config-bare-bones.scm
  guix.ru.texi:14933: warning: node `Btrfs file system' unreferenced
  make[3]: *** [Makefile:5139: doc/guix.ru.info] Error 1
  guix.fa.texi:14464: warning: node `Btrfs file system' unreferenced
  guix.pt_BR.texi:35375: @include: could not find he-config-bare-bones.scm
  guix.pt_BR.texi:14537: warning: node `Btrfs file system' unreferenced
  guix.it.texi:35302: @include: could not find he-config-bare-bones.scm
  guix.it.texi:14466: warning: node `Btrfs file system' unreferenced
  make[3]: *** [Makefile:4684: doc/guix.de.info] Error 1
  make[3]: *** Waiting for unfinished jobs....
  guix.es.texi:37090: @include: could not find he-config-bare-bones.scm
  guix.es.texi:15281: warning: node `Sistema de archivos Btrfs'
  unreferenced
  make[3]: *** [Makefile:5074: doc/guix.pt_BR.info] Error 1
  guix.ko.texi:35306: @include: could not find he-config-bare-bones.scm
  guix.ko.texi:14469: warning: node `Btrfs file system' unreferenced
  make[3]: *** [Makefile:4814: doc/guix.fa.info] Error 1
  make[3]: *** [Makefile:4944: doc/guix.it.info] Error 1
  guix.sk.texi:35300: @include: could not find he-config-bare-bones.scm
  guix.sk.texi:14464: warning: node `Btrfs file system' unreferenced
  make[3]: *** [Makefile:4749: doc/guix.es.info] Error 1
  make[3]: *** [Makefile:5009: doc/guix.ko.info] Error 1
  make[3]: *** [Makefile:5204: doc/guix.sk.info] Error 1
  guix.fr.texi:37119: @include: could not find he-config-bare-bones.scm
  make[3]: *** [Makefile:4879: doc/guix.fr.info] Error 1
  guix.ru.texi:35795: @include: could not find he-config-bare-bones.scm
  guix.ru.texi:14933: warning: node `Btrfs file system' unreferenced
  make[3]: *** [Makefile:5139: doc/guix.ru.info] Error 1

No guix.deb for me today...


live well,
  vagrant

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

             reply	other threads:[~2021-11-14  2:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-14  2:09 Vagrant Cascadian [this message]
2021-11-14 22:14 ` build issues with "make dist" generated tarball Vagrant Cascadian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87v90va3oz.fsf@ponder \
    --to=vagrant@debian.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).