From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id COLiABaydV8HYwAA0tVLHw (envelope-from ) for ; Thu, 01 Oct 2020 10:40:22 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id oDBgOBWydV8OOwAA1q6Kng (envelope-from ) for ; Thu, 01 Oct 2020 10:40:21 +0000 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 D5B3994023B for ; Thu, 1 Oct 2020 10:40:19 +0000 (UTC) Received: from localhost ([::1]:39226 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kNw0Y-0006jM-Oo for larch@yhetil.org; Thu, 01 Oct 2020 06:40:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44612) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kNubS-00052Q-HP for guix-devel@gnu.org; Thu, 01 Oct 2020 05:10:18 -0400 Received: from cyberdimension.org ([80.67.179.20]:39722 helo=gnutoo.cyberdimension.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1kNubM-0007xJ-Ap for guix-devel@gnu.org; Thu, 01 Oct 2020 05:10:18 -0400 Received: from gnutoo.cyberdimension.org (localhost [127.0.0.1]) by cyberdimension.org (OpenSMTPD) with ESMTP id 829ec45d for ; Thu, 1 Oct 2020 09:01:33 +0000 (UTC) Received: from primarylaptop.localdomain (localhost.localdomain [::1]) by gnutoo.cyberdimension.org (OpenSMTPD) with ESMTP id 439ee1d4 for ; Thu, 1 Oct 2020 09:01:33 +0000 (UTC) Date: Thu, 1 Oct 2020 11:07:41 +0200 From: Denis 'GNUtoo' Carikli To: guix-devel@gnu.org Subject: How to build Guix to send a patch when Guix build fails? Message-ID: <20201001110741.1bb8254c@primarylaptop.localdomain> X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; i686-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/G.wBSQ7UiPm/CoehjF3LHiI" Received-SPF: pass client-ip=80.67.179.20; envelope-from=GNUtoo@cyberdimension.org; helo=gnutoo.cyberdimension.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/01 05:10:08 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Thu, 01 Oct 2020 06:40:07 -0400 X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -0.01 X-TUID: YG72+MYi2UBJ --MP_/G.wBSQ7UiPm/CoehjF3LHiI Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'd like to send a patch to add a bootloader (u-boot) package for a single board computer. The patch is trivial and it's already ready. However before sending the patch, I'm supposed to build it within Guix source code and to test it. I've been trying many variations of 'guix environment --pure guix --ad-hoc ' during many many hours, but I still didn't manage to build Guix. I always have the failure that is in the build.log that I attached. I've the patch I attached on top of the following commit: > 51eb3e113c gnu: linux-libre 4.19: Update to 4.19.148. And I did the following commands last night when trying to build Guix: > $ guix pull > $ guix package -u I did it with the following hardware and distributions configurations: - Architecture: i686 - Host distribution: Parabola i686 with a x86_64 kernel (5.7.2-gnu-1-64) - Guix architecture: i686 Is there a command that is known to work to build Guix in a way that doesn't use any of the host packages? I also tried on another machine with the following configuration: - Architecture: x86-64 - Host distribution: Parabola x86_64 without guile-json installed - Guix architecture: x86_64 - Guix environment command: 'guix environment --pure guix --ad-hoc guile-json And it wouldn't pick Guix's guile-json, so I assume that for some reason it tried to use the host's packages somehow. As I was told on IRC, building Guix from Guix latest revision is supposed to work. However if during the build it really uses packages from my host distribution (Parabola), then there might be some combination of packages that makes it fail, so here I hope that with the right guix environment command it would build. Denis. --MP_/G.wBSQ7UiPm/CoehjF3LHiI Content-Type: text/x-log Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=build.log $ guix environment guix --pure pe0 not found bash: keychain: command not found bash: tput: command not found bash: tput: command not found $ bash --norc # The command not found above are due to my bashrc bash-5.0$ ./bootstrap ++ find po/doc -type f -name 'guix-manual*.po' ++ sed -e 's,guix-manual\.,,' ++ xargs -n 1 '-I{}' basename '{}' .po + langs=3D'de zh_CN es ru fr' + for lang in ${langs} + '[' '!' -e doc/guix.de.texi ']' + echo '@setfilename guix.de.info' + echo '@include version-de.texi' + touch po/doc/guix-manual.de.po + for lang in ${langs} + '[' '!' -e doc/guix.zh_CN.texi ']' + echo '@setfilename guix.zh_CN.info' + echo '@include version-zh_CN.texi' + touch po/doc/guix-manual.zh_CN.po + for lang in ${langs} + '[' '!' -e doc/guix.es.texi ']' + echo '@setfilename guix.es.info' + echo '@include version-es.texi' + touch po/doc/guix-manual.es.po + for lang in ${langs} + '[' '!' -e doc/guix.ru.texi ']' + echo '@setfilename guix.ru.info' + echo '@include version-ru.texi' + touch po/doc/guix-manual.ru.po + for lang in ${langs} + '[' '!' -e doc/guix.fr.texi ']' + echo '@setfilename guix.fr.info' + echo '@include version-fr.texi' + touch po/doc/guix-manual.fr.po ++ find po/doc -type f -name 'guix-cookbook*.po' ++ xargs -n 1 '-I{}' basename '{}' .po ++ sed -e 's,guix-cookbook\.,,' + langs=3Dde + for lang in ${langs} + '[' '!' -e doc/guix-cookbook.de.texi ']' + echo '@setfilename guix-cookbook.de.info' + touch po/doc/guix-cookbook.de.po + exec autoreconf -vfiautoreconf: Entering directory `.' autoreconf: running: autopoint --force Copying file ABOUT-NLS Copying file build-aux/config.rpath Copying file m4/codeset.m4 Copying file m4/fcntl-o.m4 Copying file m4/gettext.m4 Copying file m4/glibc2.m4 Copying file m4/glibc21.m4 Copying file m4/iconv.m4 Copying file m4/intdiv0.m4 Copying file m4/intl.m4 Copying file m4/intldir.m4 Copying file m4/intlmacosx.m4 Copying file m4/intmax.m4 Copying file m4/inttypes-pri.m4 Copying file m4/inttypes_h.m4 Copying file m4/lcmessage.m4 Copying file m4/lib-ld.m4 Copying file m4/lib-link.m4 Copying file m4/lib-prefix.m4 Copying file m4/lock.m4 Copying file m4/longlong.m4 Copying file m4/nls.m4 Copying file m4/po.m4 Copying file m4/printf-posix.m4 Copying file m4/progtest.m4 Copying file m4/size_max.m4 Copying file m4/stdint_h.m4 Copying file m4/threadlib.m4 Copying file m4/uintmax_t.m4 Copying file m4/visibility.m4 Copying file m4/wchar_t.m4 Copying file m4/wint_t.m4 Copying file m4/xsize.m4 Copying file po/guix/Makefile.in.in Copying file po/packages/Makefile.in.in Copying file po/guix/Makevars.templateCopying file po/packages/Makevars.tem= plate Copying file po/guix/Rules-quot Copying file po/packages/Rules-quot Copying file po/guix/boldquot.sed Copying file po/packages/boldquot.sed Copying file po/guix/en@boldquot.header Copying file po/packages/en@boldquot.header Copying file po/guix/en@quot.header Copying file po/packages/en@quot.header Copying file po/guix/insert-header.sin Copying file po/packages/insert-header.sin Copying file po/guix/quot.sed Copying file po/packages/quot.sed Copying file po/guix/remove-potcdate.sin Copying file po/packages/remove-potcdate.sin autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /gnu/store/cr6pfkq6qm0jn5nrbm39qpykxifcd1in-autoconf-2= .69/bin/autoconf --force autoreconf: running: /gnu/store/cr6pfkq6qm0jn5nrbm39qpykxifcd1in-autoconf-2= .69/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:23: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and it= s use is discouraged. configure.ac:23: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' mac= ro instead, configure.ac:23: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefi= le.am files. config-daemon.ac:8: installing 'build-aux/ar-lib' configure.ac:21: installing 'build-aux/compile' configure.ac:23: installing 'build-aux/config.guess' configure.ac:23: installing 'build-aux/config.sub' configure.ac:11: installing 'build-aux/install-sh' configure.ac:11: installing 'build-aux/missing' Makefile.am: installing './INSTALL' Makefile.am:669: warning: AM_GNU_GETTEXT used but 'po' not in SUBDIRS Makefile.am: installing 'build-aux/depcomp' doc/local.mk:24: installing 'build-aux/mdate-sh' Makefile.am:672: 'doc/local.mk' included from here doc/local.mk:24: installing 'build-aux/texinfo.tex' Makefile.am:672: 'doc/local.mk' included from here parallel-tests: installing 'build-aux/test-driver'autoreconf: Leaving direc= tory `.' bash-5.0$ ls =20 ABOUT-NLS COPYING INSTALL NEWS THANKS autom4te.cache config-da= emon.ac d3.v3.js gnu guix nix tests AUTHORS ChangeLog Makefile.am README TODO bootstrap confi= gure doc gnu.scm guix.scm po CODE-OF-CONDUCT HACKING Makefile.in ROADMAP aclocal.m4 build-aux = configure.ac etc graph.js m4 scripts bash-5.0$ ^R =20 ^C bash-5.0$ ./configure --localstatedir=3D/var checking for a BSD-compatible install... /gnu/store/y18g5jc9nbfa9yw691qcifa= nndkyp0pc-profile/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /gnu/store/y18g5jc9nbfa9yw691qcifann= dkyp0pc-profile/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /gnu/store/y18g5jc9nbfa= 9yw691qcifanndkyp0pc-profile/bin/grep checking for egrep... /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/b= in/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yeschecking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether NLS is requested... yes checking for msgfmt... /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/= bin/msgfmt checking for gmsgfmt... /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile= /bin/msgfmt checking for xgettext... /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profil= e/bin/xgettext checking for msgmerge... /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profil= e/bin/msgmerge checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for ld used by GCC... /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-= profile/bin/ld checking if the linker (/gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile= /bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent...no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for sed... /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin= /sed checking for the Guix system type... x86_64-linux checking for the store directory... /gnu/store checking the length of the installed socket file name... 30 checking for unit test root directory... /home/gnutoo/work/projects/replica= nt/infrastructure/guix/test-tmp checking the length of the socket file name used in tests... 97 checking the length of a typical hash bang line... 73 checking the length of a hash bang line used in tests... 134 configure: WARNING: test directory '/home/gnutoo/work/projects/replicant/in= frastructure/guix/test-tmp' may lead to overly long hash-bang lines checking for pkg-config... /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-prof= ile/bin/pkg-config checking pkg-config is at least version 0.9.0... yes configure: checking for guile 3.0 configure: found guile 3.0 checking for guile-3.0... no checking for guile3.0... no checking for guile-3... no checking for guile3... no checking for guile... /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/b= in/guilechecking for Guile version >=3D 3.0... 3.0.4 checking for guild... /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/b= in/guild checking for guile-config... /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-pr= ofile/bin/guile-config checking if (gnutls) is available... yes checking if (git) is available... yes checking whether Guile-JSON is available and recent enough... yes checking whether Guile-Sqlite3 is available and recent enough... yes checking whether Guile-Gcrypt is available and recent enough... yes checking if (zlib) is available... yes checking if (lzlib) is available... yes checking if (newt) is available... no checking whether /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/gu= ile provides feature 'regex'... yes checking whether /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/gu= ile provides feature 'posix'... yes checking whether /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/gu= ile provides feature 'socket'... yes checking whether /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/gu= ile provides feature 'net-db'... yes checking whether /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/gu= ile provides feature 'threads'... yes checking for a sed that does not truncate output... (cached) /gnu/store/y18= g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/sed checking for gzip... /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bi= n/gzip checking for bzip2... /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/b= in/bzip2 checking for xz... /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/= xz checking for Nixpkgs source tree... not found checking for libgcrypt-config.../gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc= -profile/bin/libgcrypt-config checking libgcrypt's library directory... /gnu/store/h6if4marmvgby1n7j7kxb6= 9lnmkb6m3i-libgcrypt-1.8.5/lib checking whether Guile-SSH is available and recent enough... yes checking whether to build daemon... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking whether g++ supports C++11... yes checking for ranlib... ranlib checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for gzdopen in -lz... yes checking how to run the C++ preprocessor... g++ -E checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for BZ2_bzWriteOpen in -lbz2...yes checking bzlib.h usability... yes checking bzlib.h presence... yes checking for bzlib.h... yes checking for sqlite3 >=3D 3.6.19... yes checking for gcry_md_open in -lgcrypt... yes checking gcrypt.h usability... yes checking gcrypt.h presence... yes checking for gcrypt.h... yes checking for chroot... yes checking for unshare... yes checking sched.h usability... yes checking sched.h presence... yes checking for sched.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/mount.h usability... yes checking sys/mount.h presence...yes checking for sys/mount.h... yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking for lutimes... yes checking for lchown... yes checking for posix_fallocate... yes checking for sched_setaffinity... yes checking for statvfs... yes checking for nanosleep... yes checking for strsignal... yes checking for statx... yes checking whether it is possible to create a link to a symlink... yes checking locale usability... yes checking locale presence... yes checking for locale... yes checking sys/personality.h usability... yes checking sys/personality.h presence...yes checking for sys/personality.h... yes checking for default substitute URLs... https://ci.guix.gnu.org checking whether Guile-SSH is available and recent enough... (cached) yes checking for unit test root directory... (cached) /home/gnutoo/work/project= s/replicant/infrastructure/guix/test-tmp checking for guile... (cached) /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-= profile/bin/guile checking the current installation's localstatedir... none checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating po/guix/Makefile.in config.status: creating po/packages/Makefile.in config.status: creating etc/guix-daemon.cil config.status: creating guix/config.scm config.status: creating etc/committer.scm config.status: creating test-env config.status: creating pre-inst-env config.status: creating nix/config.h config.status: executing depfiles commandsconfig.status: executing po-direc= tories commands config.status: creating po/guix/POTFILES config.status: creating po/guix/Makefile config.status: creating po/packages/POTFILES config.status: creating po/packages/Makefile bash-5.0$ make=20 GEN doc/os-config-bare-bones.texi GEN doc/os-config-desktop.texi GEN doc/os-config-lightweight-desktop.texi PO4A doc/contributing.de.texi Your input po file po/doc/guix-manual.de.po seems outdated (The amount of e= ntries differ between files: 8839 is not 311 ). Please consider running po4a-updatepo to refresh it. POXREF doc/contributing.de.texi mv "doc/contributing.de.texi.tmp" "doc/contributing.de.texi" PO4A doc/guix.de.texi Your input po file po/doc/guix-manual.de.po seems outdated (The amount of e= ntries differ between files: 8839 is not 9273 ). Please consider running po4a-updatepo to refresh it. sed -i "s|guix\.info|$(basename "doc/guix.de.texi" | sed 's|texi$|info|')|"= "doc/guix.de.texi.tmp" POXREF doc/guix.de.texi mv "doc/guix.de.texi.tmp" "doc/guix.de.texi" PO4A doc/contributing.es.texi Your input po file po/doc/guix-manual.es.po seems outdated (The amount of e= ntries differ between files: 8839 is not 311 ). Please consider running po4a-updatepo to refresh it. POXREF doc/contributing.es.texi mv "doc/contributing.es.texi.tmp" "doc/contributing.es.texi" PO4A doc/guix.es.texi Your input po file po/doc/guix-manual.es.po seems outdated (The amount of e= ntries differ between files: 8839 is not 9273 ). Please consider running po4a-updatepo to refresh it. sed -i "s|guix\.info|$(basename "doc/guix.es.texi" | sed 's|texi$|info|')|"= "doc/guix.es.texi.tmp" POXREF doc/guix.es.texi mv "doc/guix.es.texi.tmp" "doc/guix.es.texi" PO4A doc/contributing.fr.texi Your input po file po/doc/guix-manual.fr.po seems outdated (The amount of e= ntries differ between files: 7994 is not 311 ). Please consider running po4a-updatepo to refresh it. POXREF doc/contributing.fr.texi mv "doc/contributing.fr.texi.tmp" "doc/contributing.fr.texi" PO4A doc/guix.fr.texi Your input po file po/doc/guix-manual.fr.po seems outdated (The amount of e= ntries differ between files: 7994 is not 9273 ). Please consider running po4a-updatepo to refresh it.sed -i "s|guix\.info= |$(basename "doc/guix.fr.texi" | sed 's|texi$|info|')|" "doc/guix.fr.texi.t= mp" POXREF doc/guix.fr.texi mv "doc/guix.fr.texi.tmp" "doc/guix.fr.texi" PO4A doc/contributing.ru.texi Your input po file po/doc/guix-manual.ru.po seems outdated (The amount of e= ntries differ between files: 8839 is not 311 ). Please consider running po4a-updatepo to refresh it. POXREF doc/contributing.ru.texi mv "doc/contributing.ru.texi.tmp" "doc/contributing.ru.texi" PO4A doc/guix.ru.texi Your input po file po/doc/guix-manual.ru.po seems outdated (The amount of e= ntries differ between files: 8839 is not 9273 ). Please consider running po4a-updatepo to refresh it. sed -i "s|guix\.info|$(basename "doc/guix.ru.texi" | sed 's|texi$|info|')|"= "doc/guix.ru.texi.tmp" POXREF doc/guix.ru.texi mv "doc/guix.ru.texi.tmp" "doc/guix.ru.texi" PO4A doc/contributing.zh_CN.texi Your input po file po/doc/guix-manual.zh_CN.po seems outdated (The amount o= f entries differ between files: 7994 is not 311 ). Please consider running po4a-updatepo to refresh it. POXREF doc/contributing.zh_CN.texi mv "doc/contributing.zh_CN.texi.tmp" "doc/contributing.zh_CN.texi" PO4A doc/guix.zh_CN.texi Your input po file po/doc/guix-manual.zh_CN.po seems outdated (The amount o= f entries differ between files: 7994 is not 9273 ). Please consider running po4a-updatepo to refresh it. sed -i "s|guix\.info|$(basename "doc/guix.zh_CN.texi" | sed 's|texi$|info|'= )|" "doc/guix.zh_CN.texi.tmp" POXREF doc/guix.zh_CN.texi mv "doc/guix.zh_CN.texi.tmp" "doc/guix.zh_CN.texi" GEN nix/libstore/schema.sql.hh echo UNKNOWN > ".version-t" && mv ".version-t" ".version" make all-recursive make[1]: Entering directory '/home/gnutoo/work/projects/replicant/infrastru= cture/guix' Making all in po/guix make[2]: Entering directory '/home/gnutoo/work/projects/replicant/infrastru= cture/guix/po/guix' make guix.pot-update make[3]: Entering directory '/home/gnutoo/work/projects/replicant/infrastru= cture/guix/po/guix' sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed mv t-remove-potcdate.sed remove-potcdate.sed if LC_ALL=3DC grep 'GNU guix' ../../* 2>/dev/null | grep -v 'libtool:' >/de= v/null; then \ package_gnu=3D'GNU '; \ else \ package_gnu=3D''; \ fi; \ if test -n 'bug-guix@gnu.org' || test 'bug-guix@gnu.org' =3D '@'PACKAGE_BUG= REPORT'@'; then \ msgid_bugs_address=3D'bug-guix@gnu.org'; \ else \ msgid_bugs_address=3D'bug-guix@gnu.org'; \ fi; \ case `/gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/xgettext --ve= rsion | sed 1q | sed -e 's,^[^0-9]*,,'` in \ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \ /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/xgettext --defa= ult-domain=3Dguix --directory=3D../.. \ --add-comments=3DTRANSLATORS: --from-code=3DUTF-8 --keyword=3DG_ --ke= yword=3DN_:1,2 --keyword=3Dmessage --keyword=3Ddescription --keyword=3Dn_ \ --files-from=3D./POTFILES.in \ --copyright-holder=3D'the authors of Guix (msgids)' \ --msgid-bugs-address=3D"$msgid_bugs_address" \ ;; \ *) \ /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/xgettext --defa= ult-domain=3Dguix --directory=3D../.. \ --add-comments=3DTRANSLATORS: --from-code=3DUTF-8 --keyword=3DG_ --ke= yword=3DN_:1,2 --keyword=3Dmessage --keyword=3Ddescription --keyword=3Dn_ \ --files-from=3D./POTFILES.in \ --copyright-holder=3D'the authors of Guix (msgids)' \ --package-name=3D"${package_gnu}guix" \ --package-version=3D'UNKNOWN' \ --msgid-bugs-address=3D"$msgid_bugs_address" \ ;; \ esactest ! -f guix.po || { \ if test -f ./guix.pot; then \ sed -f remove-potcdate.sed < ./guix.pot > guix.1po && \ sed -f remove-potcdate.sed < guix.po > guix.2po && \ if cmp guix.1po guix.2po >/dev/null 2>&1; then \ rm -f guix.1po guix.2po guix.po; \ else \ rm -f guix.1po guix.2po ./guix.pot && \ mv guix.po ./guix.pot; \ fi; \ else \ mv guix.po ./guix.pot; \ fi; \ } make[3]: Leaving directory '/home/gnutoo/work/projects/replicant/infrastruc= ture/guix/po/guix' test ! -f ./guix.pot || \ test -z "cs.gmo da.gmo de.gmo en@boldquot.gmo en@quot.gmo eo.gmo es.gmo f= r.gmo hu.gmo pl.gmo pt_BR.gmo sr.gmo sv.gmo ta.gmo vi.gmo zh_CN.gmo" || mak= e cs.gmo da.gmo de.gmo en@boldquot.gmo en@quot.gmo eo.gmo es.gmo fr.gmo hu.= gmo pl.gmo pt_BR.gmo sr.gmo sv.gmo ta.gmo vi.gmo zh_CN.gmo make[3]: Entering directory '/home/gnutoo/work/projects/replicant/infrastru= cture/guix/po/guix' /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msgmerge --update = --lang=3Dcs cs.po guix.pot ...........................................................................= ...........................................................................= ...........................................................................= ....................................... done. rm -f cs.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msg= fmt -c --statistics --verbose -o cs.gmo cs.po cs.po: 53 translated messages, 145 fuzzy translations, 811 untranslated mes= sages. /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msgmerge --update = --lang=3Dda da.po guix.pot ...........................................................................= ...........................................................................= ................ done. rm -f da.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msg= fmt -c --statistics --verbose -o da.gmo da.po da.po: 831 translated messages, 91 fuzzy translations, 87 untranslated mess= ages. /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msgmerge --update = --lang=3Dde de.po guix.pot ...........................................................................= ...........................................................................= ..... done. rm -f de.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msg= fmt -c --statistics --verbose -o de.gmo de.po de.po: 922 translated messages, 52 fuzzy translations, 35 untranslated mess= ages. make[4]: Entering directory '/home/gnutoo/work/projects/replicant/infrastru= cture/guix/po/guix' make en@boldquot.po-update make[5]: Entering directory '/home/gnutoo/work/projects/replicant/infrastru= cture/guix/po/guix' sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' ./insert-header.sin > en@= boldquot.insert-header en@boldquot:en@boldquot: msgmerge --lang=3Den@boldquot en@boldquot.po guix.pot -o en@boldquot.new.po ...........................................................................= ........................... done. make[5]: Leaving directory '/home/gnutoo/work/projects/replicant/infrastruc= ture/guix/po/guix' make[4]: Leaving directory '/home/gnutoo/work/projects/replicant/infrastruc= ture/guix/po/guix' rm -f en@boldquot.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profil= e/bin/msgfmt -c --statistics --verbose -o en@boldquot.gmo en@boldquot.po en@boldquot.po: 1009 translated messages. make[4]: Entering directory '/home/gnutoo/work/projects/replicant/infrastru= cture/guix/po/guix' make en@quot.po-update make[5]: Entering directory '/home/gnutoo/work/projects/replicant/infrastru= cture/guix/po/guix' sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' ./insert-header.sin > en@quot= .insert-header en@quot: en@quot: msgmerge --lang=3Den@quot en@quot.po guix.pot -o en@quot.new.po ...........................................................................= .......................... done. make[5]: Leaving directory '/home/gnutoo/work/projects/replicant/infrastruc= ture/guix/po/guix' make[4]: Leaving directory '/home/gnutoo/work/projects/replicant/infrastruc= ture/guix/po/guix' rm -f en@quot.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bi= n/msgfmt -c --statistics --verbose -o en@quot.gmo en@quot.po en@quot.po: 1009 translated messages. /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msgmerge --update = --lang=3Deo eo.po guix.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...................................................... done. eo.po:837: warning: internationalized messages should not contain the '\r' = escape sequence eo.po:837: warning: internationalized messages should not contain the '\r' = escape sequence rm -f eo.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msg= fmt -c --statistics --verbose -o eo.gmo eo.po eo.po: 179 translated messages, 247 fuzzy translations, 583 untranslated me= ssages. /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msgmerge --update = --lang=3Des es.po guix.pot ...........................................................................= ...........................................................................= .... done. rm -f es.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msg= fmt -c --statistics --verbose -o es.gmo es.po es.po: 922 translated messages, 52 fuzzy translations, 35 untranslated mess= ages. /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msgmerge --update = --lang=3Dfr fr.po guix.pot ...........................................................................= ...........................................................................= ... done. rm -f fr.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msg= fmt -c --statistics --verbose -o fr.gmo fr.po fr.po: 922 translated messages, 52 fuzzy translations, 35 untranslated mess= ages. /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msgmerge --update = --lang=3Dhu hu.po guix.pot.................................................= ...........................................................................= ...........................................................................= ...........................................................................= .......................................................................... = done. rm -f hu.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msg= fmt -c --statistics --verbose -o hu.gmo hu.po hu.po: 129 translated messages, 242 fuzzy translations, 638 untranslated me= ssages. /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msgmerge --update = --lang=3Dpl pl.po guix.pot ...........................................................................= ...........................................................................= ........................................ done. rm -f pl.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msg= fmt -c --statistics --verbose -o pl.gmo pl.po pl.po: 64 translated messages, 83 fuzzy translations, 862 untranslated mess= ages. /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msgmerge --update = --lang=3Dpt_BR pt_BR.po guix.pot ...........................................................................= ...........................................................................= ...... done. rm -f pt_BR.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/= msgfmt -c --statistics --verbose -o pt_BR.gmo pt_BR.po pt_BR.po: 922 translated messages, 52 fuzzy translations, 35 untranslated m= essages. /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msgmerge --update = --lang=3Dsr sr.po guix.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...................................... done. rm -f sr.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msg= fmt -c --statistics --verbose -o sr.gmo sr.po sr.po: 110 translated messages, 240 fuzzy translations, 659 untranslated me= ssages. /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msgmerge --update = --lang=3Dsv sv.po guix.pot ...........................................................................= ...........................................................................= ..................... done. rm -f sv.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msg= fmt -c --statistics --verbose -o sv.gmo sv.po sv.po: 460 translated messages, 69 fuzzy translations, 480 untranslated mes= sages. /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msgmerge --update = --lang=3Dta ta.po guix.pot ...........................................................................= .............................................................. done. rm -f ta.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msg= fmt -c --statistics --verbose -o ta.gmo ta.po ta.po: 222 translated messages, 31 fuzzy translations, 756 untranslated mes= sages. /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msgmerge --update = --lang=3Dvi vi.po guix.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ............................................................ done. rm -f vi.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msg= fmt -c --statistics --verbose -o vi.gmo vi.po vi.po: 156 translated messages, 251 fuzzy translations, 602 untranslated me= ssages. /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msgmerge --update = --lang=3Dzh_CN zh_CN.po guix.pot ...........................................................................= ...........................................................................= ............................. done.rm -f zh_CN.gmo && /gnu/store/y18g5jc9nb= fa9yw691qcifanndkyp0pc-profile/bin/msgfmt -c --statistics --verbose -o zh_C= N.gmo zh_CN.po zh_CN.po: 74 translated messages, 104 fuzzy translations, 831 untranslated = messages. make[3]: Leaving directory '/home/gnutoo/work/projects/replicant/infrastruc= ture/guix/po/guix' touch stamp-po make[2]: Leaving directory '/home/gnutoo/work/projects/replicant/infrastruc= ture/guix/po/guix' Making all in po/packages make[2]: Entering directory '/home/gnutoo/work/projects/replicant/infrastru= cture/guix/po/packages' make guix-packages.pot-update make[3]: Entering directory '/home/gnutoo/work/projects/replicant/infrastru= cture/guix/po/packages' sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed mv t-remove-potcdate.sed remove-potcdate.sed if LC_ALL=3DC grep 'GNU guix' ../../* 2>/dev/null | grep -v 'libtool:' >/de= v/null; then \ package_gnu=3D'GNU '; \ else \ package_gnu=3D''; \ fi; \ if test -n 'bug-guix@gnu.org' || test 'bug-guix@gnu.org' =3D '@'PACKAGE_BUG= REPORT'@'; then \ msgid_bugs_address=3D'bug-guix@gnu.org'; \ else \ msgid_bugs_address=3D'bug-guix@gnu.org'; \ fi; \ case `/gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/xgettext --ve= rsion | sed 1q | sed -e 's,^[^0-9]*,,'` in \ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \ /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/xgettext --defa= ult-domain=3Dguix-packages --directory=3D../.. \ --add-comments=3DTRANSLATORS: --language=3DScheme --from-code=3DUTF-8= --keyword=3Dsynopsis --keyword=3Ddescription \ --files-from=3D./POTFILES.in \ --copyright-holder=3D'the authors of Guix (msgids)' \ --msgid-bugs-address=3D"$msgid_bugs_address" \ ;; \ *) \ /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/xgettext --defa= ult-domain=3Dguix-packages --directory=3D../.. \ --add-comments=3DTRANSLATORS: --language=3DScheme --from-code=3DUTF-8= --keyword=3Dsynopsis --keyword=3Ddescription \ --files-from=3D./POTFILES.in \ --copyright-holder=3D'the authors of Guix (msgids)' \ --package-name=3D"${package_gnu}guix" \ --package-version=3D'UNKNOWN' \ --msgid-bugs-address=3D"$msgid_bugs_address" \ ;; \ esactest ! -f guix-packages.po || { \ if test -f ./guix-packages.pot; then \ sed -f remove-potcdate.sed < ./guix-packages.pot > guix-packages.1po &&= \ sed -f remove-potcdate.sed < guix-packages.po > guix-packages.2po && \ if cmp guix-packages.1po guix-packages.2po >/dev/null 2>&1; then \ rm -f guix-packages.1po guix-packages.2po guix-packages.po; \ else \ rm -f guix-packages.1po guix-packages.2po ./guix-packages.pot && \ mv guix-packages.po ./guix-packages.pot; \ fi; \ else \ mv guix-packages.po ./guix-packages.pot; \ fi; \ } make[3]: Leaving directory '/home/gnutoo/work/projects/replicant/infrastruc= ture/guix/po/packages' test ! -f ./guix-packages.pot || \ test -z "da.gmo de.gmo en@boldquot.gmo en@quot.gmo eo.gmo es.gmo fr.gmo h= u.gmo pl.gmo pt_BR.gmo sr.gmo vi.gmo zh_CN.gmo" || make da.gmo de.gmo en@bo= ldquot.gmo en@quot.gmo eo.gmo es.gmo fr.gmo hu.gmo pl.gmo pt_BR.gmo sr.gmo = vi.gmo zh_CN.gmo make[3]: Entering directory '/home/gnutoo/work/projects/replicant/infrastru= cture/guix/po/packages' /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msgmerge --update = --lang=3Dda da.po guix-packages.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...................... done. rm -f da.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msg= fmt -c --statistics --verbose -o da.gmo da.po da.po: 643 translated messages, 223 fuzzy translations, 3851 untranslated m= essages. /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msgmerge --update = --lang=3Dde de.po guix-packages.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= .................................... done. rm -f de.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msg= fmt -c --statistics --verbose -o de.gmo de.po de.po: 123 translated messages, 14 fuzzy translations, 4580 untranslated me= ssages. make[4]: Entering directory '/home/gnutoo/work/projects/replicant/infrastru= cture/guix/po/packages' make en@boldquot.po-update make[5]: Entering directory '/home/gnutoo/work/projects/replicant/infrastru= cture/guix/po/packages' sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' ./insert-header.sin > en@= boldquot.insert-headeren@boldquot: en@boldquot: msgmerge --lang=3Den@boldquot en@boldquot.po guix-packages.pot -o en@boldq= uot.new.po ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= .......................... done. make[5]: Leaving directory '/home/gnutoo/work/projects/replicant/infrastruc= ture/guix/po/packages' make[4]: Leaving directory '/home/gnutoo/work/projects/replicant/infrastruc= ture/guix/po/packages' rm -f en@boldquot.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profil= e/bin/msgfmt -c --statistics --verbose -o en@boldquot.gmo en@boldquot.po en@boldquot.po: 4717 translated messages. make[4]: Entering directory '/home/gnutoo/work/projects/replicant/infrastru= cture/guix/po/packages' make en@quot.po-update make[5]: Entering directory '/home/gnutoo/work/projects/replicant/infrastru= cture/guix/po/packages' sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' ./insert-header.sin > en@quot= .insert-header en@quot: en@quot: msgmerge --lang=3Den@quot en@quot.po guix-packages.pot -o en@quot.new.po ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ................................................................... done. make[5]: Leaving directory '/home/gnutoo/work/projects/replicant/infrastruc= ture/guix/po/packages' make[4]: Leaving directory '/home/gnutoo/work/projects/replicant/infrastruc= ture/guix/po/packages' rm -f en@quot.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bi= n/msgfmt -c --statistics --verbose -o en@quot.gmo en@quot.po en@quot.po: 4717 translated messages. /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msgmerge --update = --lang=3Deo eo.po guix-packages.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ............ done. rm -f eo.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msg= fmt -c --statistics --verbose -o eo.gmo eo.po eo.po: 172 translated messages, 277 fuzzy translations, 4268 untranslated m= essages. /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msgmerge --update = --lang=3Des es.po guix-packages.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= .................................. done. rm -f es.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msg= fmt -c --statistics --verbose -o es.gmo es.po es.po: 890 translated messages, 316 fuzzy translations, 3511 untranslated m= essages. /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msgmerge --update = --lang=3Dfr fr.po guix-packages.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ..... done. rm -f fr.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msg= fmt -c --statistics --verbose -o fr.gmo fr.po fr.po: 611 translated messages, 56 fuzzy translations, 4050 untranslated me= ssages. /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msgmerge --update = --lang=3Dhu hu.po guix-packages.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ............................................. done. rm -f hu.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msg= fmt -c --statistics --verbose -o hu.gmo hu.po hu.po: 240 translated messages, 97 fuzzy translations, 4380 untranslated me= ssages. /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msgmerge --update = --lang=3Dpl pl.po guix-packages.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= .......................................... done. rm -f pl.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msg= fmt -c --statistics --verbose -o pl.gmo pl.po pl.po: 41 translated messages, 88 fuzzy translations, 4588 untranslated mes= sages. /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msgmerge --update = --lang=3Dpt_BR pt_BR.po guix-packages.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ............................................................... done. rm -f pt_BR.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/= msgfmt -c --statistics --verbose -o pt_BR.gmo pt_BR.po pt_BR.po: 16 translated messages, 25 fuzzy translations, 4676 untranslated = messages. /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msgmerge --update = --lang=3Dsr sr.po guix-packages.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ......................................................... done. rm -f sr.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msg= fmt -c --statistics --verbose -o sr.gmo sr.posr.po: 25 translated messages,= 31 fuzzy translations, 4661 untranslated messages. /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msgmerge --update = --lang=3Dvi vi.po guix-packages.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= .................................... done. rm -f vi.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msg= fmt -c --statistics --verbose -o vi.gmo vi.po vi.po: 15 translated messages, 23 fuzzy translations, 4679 untranslated mes= sages. /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/msgmerge --update = --lang=3Dzh_CN zh_CN.po guix-packages.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= . done. rm -f zh_CN.gmo && /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profile/bin/= msgfmt -c --statistics --verbose -o zh_CN.gmo zh_CN.po zh_CN.po: 30 translated messages, 24 fuzzy translations, 4663 untranslated = messages. make[3]: Leaving directory '/home/gnutoo/work/projects/replicant/infrastruc= ture/guix/po/packages' touch stamp-po make[2]: Leaving directory '/home/gnutoo/work/projects/replicant/infrastruc= ture/guix/po/packages' make[2]: Entering directory '/home/gnutoo/work/projects/replicant/infrastru= cture/guix' make[3]: Entering directory '/home/gnutoo/work/projects/replicant/infrastru= cture/guix' make[3]: Leaving directory '/home/gnutoo/work/projects/replicant/infrastruc= ture/guix' Updating ./doc/version.texi MAKEINFO doc/guix.info Updating ./doc/version-de.texi MAKEINFO doc/guix.de.info Updating ./doc/version-es.texi MAKEINFO doc/guix.es.info Updating ./doc/version-fr.texi MAKEINFO doc/guix.fr.info Updating ./doc/version-ru.texi MAKEINFO doc/guix.ru.info ./doc/guix.ru.texi:1004: warning: accent command `@,' must not be followed = by whitespace Wide character in warn at /gnu/store/y18g5jc9nbfa9yw691qcifanndkyp0pc-profi= le/bin/makeinfo line 632. ./doc/guix.ru.texi:4272: warning: `.' or `,' must follow @xref, not =D0=B4 Updating ./doc/version-zh_CN.texi MAKEINFO doc/guix.zh_CN.info MAKEINFO doc/guix-cookbook.info MAKEINFO doc/guix-cookbook.de.info./doc/guix-cookbook.de.texi: warning: d= ocument without nodes CXX nix/nix-daemon/guix_daemon-nix-daemon.o CXX nix/nix-daemon/guix_daemon-guix-daemon.o CXX nix/libstore/libstore_a-gc.o CXX nix/libstore/libstore_a-globals.o CXX nix/libstore/libstore_a-misc.o CXX nix/libstore/libstore_a-references.o CXX nix/libstore/libstore_a-store-api.o CXX nix/libstore/libstore_a-optimise-store.o CXX nix/libstore/libstore_a-local-store.o CXX nix/libstore/libstore_a-build.o nix/libstore/build.cc: In member function 'void nix::Worker::waitForInput()= ': nix/libstore/build.cc:3479:74: warning: comparison between signed and unsig= ned integer expressions [-Wsign-compare] if (!waitingForAWhile.empty() && lastWokenUp + settings.pollInterval <= =3D after) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^= ~~~~~~~ CXX nix/libstore/libstore_a-pathlocks.o CXX nix/libstore/libstore_a-derivations.o CXX nix/libstore/libstore_a-builtins.o CXX nix/libstore/libstore_a-sqlite.o AR libstore.a ar: `u' modifier ignored since `D' is the default (see `U') CXX nix/libutil/libutil_a-archive.o CXX nix/libutil/libutil_a-affinity.o CXX nix/libutil/libutil_a-serialise.o CXX nix/libutil/libutil_a-util.o CXX nix/libutil/libutil_a-hash.o AR libutil.a ar: `u' modifier ignored since `D' is the default (see `U') CXX nix/boost/format/libformat_a-free_funcs.o CXX nix/boost/format/libformat_a-parsing.o CXX nix/boost/format/libformat_a-format_implementation.o AR libformat.a ar: `u' modifier ignored since `D' is the default (see `U') CXXLD guix-daemon GEN scripts/guix Compiling Scheme modules... [ 0%] LOAD guix/base16.scm [ 0%] LOAD guix/base32.scm[ 0%] LOAD guix/base64.scm [ 0%] LOAD guix/ci.scm ice-9/eval.scm:293:34: Value out of range 1 to 4294967295: 2305843009213693= 951 In ice-9/boot-9.scm: 222:17 19 (map1 (((guix store)) ((guix monads)) ((guix #)) ((?)) ?)) 3297:17 18 (resolve-interface (guix store) #:select _ #:hide _ # _ ?) In ice-9/threads.scm: 390:8 17 (_ _) In ice-9/boot-9.scm: 3223:13 16 (_) In ice-9/threads.scm: 390:8 15 (_ _) In ice-9/boot-9.scm: 3507:20 14 (_) 2806:4 13 (save-module-excursion _) 3527:26 12 (_) In unknown file: 11 (primitive-load-path "guix/store" #) In ice-9/eval.scm: 721:20 10 (primitive-eval (define-record-type* # # # # (# #) (?) ?)) In ice-9/psyntax.scm: 1241:36 9 (expand-top-sequence ((define-record-type* # # # # # ?)) ?) 1133:20 8 (parse _ (("placeholder" placeholder)) ((top) #(# # ?)) ?) 1354:32 7 (syntax-type (# # ?) ?) 1565:32 6 (expand-macro # ?) In ice-9/eval.scm: 293:34 5 (_ #(#(#(#(#(#(#(# ?) ?) ?) ?) ?) ?) ?)) In unknown file: 4 (string-hash "((socket) (major) (minor) (buffer) (flus?" ?) In ice-9/boot-9.scm: 1669:16 3 (raise-exception _ #:continuable? _) 1764:13 2 (_ #<&compound-exception components: (#<&assertion-fail?>) In ice-9/eval.scm: 293:34 1 (_ #(#(#) (# #f "Va?" ?))) In unknown file: 0 (make-stack #t) make[2]: *** [Makefile:6059: make-go] Error 1 make[2]: Leaving directory '/home/gnutoo/work/projects/replicant/infrastruc= ture/guix' make[1]: *** [Makefile:5122: all-recursive] Error 1 make[1]: Leaving directory '/home/gnutoo/work/projects/replicant/infrastruc= ture/guix' make: *** [Makefile:3540: all] Error 2 bash-5.0$ --MP_/G.wBSQ7UiPm/CoehjF3LHiI Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-Add-u-boot-beagleboard.patch >From 06a9dc65588a1b56add1188ba14fd5985a8a26d0 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 27 Sep 2020 01:07:44 +0200 Subject: [PATCH] gnu: Add u-boot-beagleboard. * gnu/packages/bootloaders (u-boot-beagleboard): New variable. * gnu/bootloader/u-boot (install-beagleboard-u-boot): New variable. (u-boot-beagleboard-bootloader): New variable. * gnu/system/install (define beagleboard-installation-os): New variable. Signed-off-by: Denis 'GNUtoo' Carikli --- gnu/bootloader/u-boot.scm | 7 +++++++ gnu/packages/bootloaders.scm | 3 +++ gnu/system/install.scm | 6 ++++++ 3 files changed, 16 insertions(+) diff --git a/gnu/bootloader/u-boot.scm b/gnu/bootloader/u-boot.scm index 1da9d04eb2..7f94062053 100644 --- a/gnu/bootloader/u-boot.scm +++ b/gnu/bootloader/u-boot.scm @@ -29,6 +29,7 @@ u-boot-a20-olinuxino-lime2-bootloader u-boot-a20-olinuxino-micro-bootloader u-boot-bananapi-m2-ultra-bootloader + u-boot-beagleboard-bootloader u-boot-beaglebone-black-bootloader u-boot-cubietruck-bootloader u-boot-firefly-rk3399-bootloader @@ -140,6 +141,12 @@ (package #f) (installer install-u-boot))) +(define u-boot-beagleboard-bootloader + (bootloader + (inherit u-boot-bootloader) + (package u-boot-beagleboard) + (installer install-beagleboard-u-boot))) + (define u-boot-beaglebone-black-bootloader (bootloader (inherit u-boot-bootloader) diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm index d1de5cea4e..2b90fab895 100644 --- a/gnu/packages/bootloaders.scm +++ b/gnu/packages/bootloaders.scm @@ -685,6 +685,9 @@ it fits within common partitioning schemes.") (define-public u-boot-am335x-evm (make-u-boot-package "am335x_evm" "arm-linux-gnueabihf")) +(define-public u-boot-beagleboard + (make-u-boot-package "omap3_beagle" "arm-linux-gnueabihf")) + (define-public (make-u-boot-sunxi64-package board triplet) (let ((base (make-u-boot-package board triplet))) (package diff --git a/gnu/system/install.scm b/gnu/system/install.scm index be5a678cec..646e7141fd 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -61,6 +61,7 @@ a20-olinuxino-lime2-emmc-installation-os a20-olinuxino-micro-installation-os bananapi-m2-ultra-installation-os + beagleboard-installation-os beaglebone-black-installation-os mx6cuboxi-installation-os nintendo-nes-classic-edition-installation-os @@ -542,6 +543,11 @@ The bootloader BOOTLOADER is installed to BOOTLOADER-TARGET." (operating-system-user-kernel-arguments installation-os))) (initrd-modules (append extra-modules %base-initrd-modules)))) +(define beagleboard-installation-os + (embedded-installation-os u-boot-beagleboard-bootloader + "/dev/mmcblk0" ; SD card storage + "ttyO0")) + (define beaglebone-black-installation-os (embedded-installation-os u-boot-beaglebone-black-bootloader "/dev/sda" -- 2.28.0 --MP_/G.wBSQ7UiPm/CoehjF3LHiI--