* build issues with "make dist" generated tarball
@ 2021-11-14 2:09 Vagrant Cascadian
2021-11-14 22:14 ` Vagrant Cascadian
0 siblings, 1 reply; 2+ messages in thread
From: Vagrant Cascadian @ 2021-11-14 2:09 UTC (permalink / raw)
To: guix-devel
[-- 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 --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: build issues with "make dist" generated tarball
2021-11-14 2:09 build issues with "make dist" generated tarball Vagrant Cascadian
@ 2021-11-14 22:14 ` Vagrant Cascadian
0 siblings, 0 replies; 2+ messages in thread
From: Vagrant Cascadian @ 2021-11-14 22:14 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1600 bytes --]
On 2021-11-13, Vagrant Cascadian wrote:
> 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
Fixed by e95acc0919e5018a715bc62b0a3c980c9715fcc3, thanks roptat!
After some repeated experimentation, I also figured how to get the
correct environment to run "make dist" without leaking bits of the
Debian environment into the build environment:
guix shell --container --pure --development guix guix git imagemagick perl glibc-locales glibc
I had to specify both glibc-locales and glibc in order to get the
en_US.UTF-8 locale, used during the build process to ensure a UTF-8
locale. (On a related note, getting a C.UTF-8 locale enabled in glibc
upstream seems to have had activity as recently as April!
https://sourceware.org/bugzilla/show_bug.cgi?id=17318)
live well,
vagrant
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-14 22:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-14 2:09 build issues with "make dist" generated tarball Vagrant Cascadian
2021-11-14 22:14 ` Vagrant Cascadian
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.