From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: core-updates fails to "make dist" missing guix-manual.pot Date: Sun, 08 Sep 2019 23:04:19 +0200 Message-ID: <87woei33fw.fsf@gnu.org> References: <87woez7bbz.fsf@yucca> <87imq9va2g.fsf@gnu.org> <87tv9t74ds.fsf@yucca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:43428) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i74MB-0002hQ-7c for guix-devel@gnu.org; Sun, 08 Sep 2019 17:04:24 -0400 In-Reply-To: <87tv9t74ds.fsf@yucca> (Vagrant Cascadian's message of "Tue, 03 Sep 2019 09:04:31 -0700") 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+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Vagrant Cascadian Cc: guix-devel@gnu.org Hi, Vagrant Cascadian skribis: > Which still had issues: > > $ make dist > ... > echo 1.0.1.3486-04812 > "guix-1.0.1.3486-04812/.tarball-version" > guix-1.0.1.3486-04812/gnu/packages/commencement.scm: ;; > configure: warning: > CONFIG_SHELL=3D/gnu/store/kpxi8h3669afr9r1bgvaf9ij3y4wdyyn-bash-minimal= -4.4.12/bin/bash: > invalid host type > guix-1.0.1.3486-04812/gnu/packages/patches/binutils-boot-2.20.1a.patch:+ > libtool: link: > /gnu/store/rgwjixk5zl7s2d3xsb2ws2z2q3m0xjm4-tcc-boot-0.9.26-0.97196ce/b= in/tcc > -D __GLIBC_MINOR__=3D6 -D MES_BOOTSTRAP=3D1 -g -o size size.o bucomm.o > version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a > ./../intl/libintl.a > guix-1.0.1.3486-04812/gnu/packages/patches/binutils-boot-2.20.1a.patch:+ > /gnu/store/rgwjixk5zl7s2d3xsb2ws2z2q3m0xjm4-tcc-boot-0.9.26-0.97196ce/l= ib/libc.a: > error: 'strncmp' defined twice > error: store file names embedded in the distribution > make[3]: *** [Makefile:5883: assert-no-store-file-names] Error 1 > make[3]: Leaving directory '/home/vagrant/src/guix-tarball' > make[2]: *** [Makefile:4981: distdir-am] Error 2 > make[2]: Leaving directory '/home/vagrant/src/guix-tarball' > make[1]: *** [Makefile:4974: distdir] Error 2 > make[1]: Leaving directory '/home/vagrant/src/guix-tarball' > make: *** [Makefile:5079: dist] Error 2 > > One step at a time... :) This should be fixed by 0b2ea78173f05c417a9002e52e2b36b139074124. We=E2=80=99re getting there! :-) Ludo=E2=80=99.