* core-updates fails to "make dist" missing guix-manual.pot
@ 2019-08-26 23:31 Vagrant Cascadian
2019-09-03 12:27 ` Ludovic Courtès
0 siblings, 1 reply; 4+ messages in thread
From: Vagrant Cascadian @ 2019-08-26 23:31 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 916 bytes --]
I'm trying to generate a tarball from core-updates using "make
dist". With the following commit it always ends in a failure due to
missing guix-manual.pot:
893c2df00daa4e6dd6a7ff3813d7df5329877f9e
Merge branch 'master' into core-updates
$ ./bootstrap && ./configure --localstatedir=/var && make dist
....
make[2]: *** No rule to make target 'po/doc/guix-manual.pot', needed by
'distdir-am'. Stop.
make[2]: Leaving directory '/home/vagrant/src/guix-tarball'
make[1]: *** [Makefile:4967: distdir] Error 2
make[1]: Leaving directory '/home/vagrant/src/guix-tarball'
make: *** [Makefile:5072: dist] Error 2
I haven't tested "make dist" on master.
It seems like something that was fixed in a commit just before 1.0.0:
81824af6a4b30368ed497686976c26f742bc6c8a
build: 'guix-manual.*.po' no longer depends on 'guix-manual.pot'.
Maybe that's just a red herring, though.
live well,
vagrant
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: core-updates fails to "make dist" missing guix-manual.pot
2019-08-26 23:31 core-updates fails to "make dist" missing guix-manual.pot Vagrant Cascadian
@ 2019-09-03 12:27 ` Ludovic Courtès
2019-09-03 16:04 ` Vagrant Cascadian
0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2019-09-03 12:27 UTC (permalink / raw)
To: Vagrant Cascadian; +Cc: guix-devel
Hello,
Vagrant Cascadian <vagrant@debian.org> skribis:
> I'm trying to generate a tarball from core-updates using "make
> dist". With the following commit it always ends in a failure due to
> missing guix-manual.pot:
>
> 893c2df00daa4e6dd6a7ff3813d7df5329877f9e
> Merge branch 'master' into core-updates
>
> $ ./bootstrap && ./configure --localstatedir=/var && make dist
> ....
> make[2]: *** No rule to make target 'po/doc/guix-manual.pot', needed by
> 'distdir-am'. Stop.
> make[2]: Leaving directory '/home/vagrant/src/guix-tarball'
> make[1]: *** [Makefile:4967: distdir] Error 2
> make[1]: Leaving directory '/home/vagrant/src/guix-tarball'
> make: *** [Makefile:5072: dist] Error 2
Did that problem eventually vanish?
If not, did you try “make doc-pot-update”?
I think that’s supposed to happen automatically, but maybe something’s
wrong.
HTH,
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: core-updates fails to "make dist" missing guix-manual.pot
2019-09-03 12:27 ` Ludovic Courtès
@ 2019-09-03 16:04 ` Vagrant Cascadian
2019-09-08 21:04 ` Ludovic Courtès
0 siblings, 1 reply; 4+ messages in thread
From: Vagrant Cascadian @ 2019-09-03 16:04 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 2569 bytes --]
On 2019-09-03, Ludovic Courtès wrote:
> Vagrant Cascadian <vagrant@debian.org> skribis:
>
>> I'm trying to generate a tarball from core-updates using "make
>> dist". With the following commit it always ends in a failure due to
>> missing guix-manual.pot:
>>
>> 893c2df00daa4e6dd6a7ff3813d7df5329877f9e
>> Merge branch 'master' into core-updates
>>
>> $ ./bootstrap && ./configure --localstatedir=/var && make dist
>> ....
>> make[2]: *** No rule to make target 'po/doc/guix-manual.pot', needed by
>> 'distdir-am'. Stop.
>> make[2]: Leaving directory '/home/vagrant/src/guix-tarball'
>> make[1]: *** [Makefile:4967: distdir] Error 2
>> make[1]: Leaving directory '/home/vagrant/src/guix-tarball'
>> make: *** [Makefile:5072: dist] Error 2
>
> Did that problem eventually vanish?
>
> If not, did you try “make doc-pot-update”?
>
> I think that’s supposed to happen automatically, but maybe something’s
> wrong.
That helped!
I updated to the lastest core-updates:
0481289cbccba2646bf654f0ae49ac9c45602d5d
Merge branch 'master' into core-updates
Next problem was missing "convert", which was fixed by also installing
"imagemagick".
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=/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/bin/tcc
-D __GLIBC_MINOR__=6 -D MES_BOOTSTRAP=1 -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/lib/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... :)
live well,
vagrant
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: core-updates fails to "make dist" missing guix-manual.pot
2019-09-03 16:04 ` Vagrant Cascadian
@ 2019-09-08 21:04 ` Ludovic Courtès
0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2019-09-08 21:04 UTC (permalink / raw)
To: Vagrant Cascadian; +Cc: guix-devel
Hi,
Vagrant Cascadian <vagrant@debian.org> 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=/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/bin/tcc
> -D __GLIBC_MINOR__=6 -D MES_BOOTSTRAP=1 -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/lib/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’re getting there! :-)
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-09-08 21:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-26 23:31 core-updates fails to "make dist" missing guix-manual.pot Vagrant Cascadian
2019-09-03 12:27 ` Ludovic Courtès
2019-09-03 16:04 ` Vagrant Cascadian
2019-09-08 21:04 ` Ludovic Courtès
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).