* bug#50145: guix-master fails 'make install' (missing contentdb.scm)
@ 2021-08-21 14:55 Sergei Trofimovich
2021-08-21 17:32 ` Leo Prikler
2021-08-21 17:34 ` Maxime Devos
0 siblings, 2 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2021-08-21 14:55 UTC (permalink / raw)
To: 50145, maximedevos, leo.prikler
Noticed 'make install' failure of guix-master on a foreign distribution:
make all-recursive
make[1]: Entering directory '/tmp/portage-tmpdir/portage/sys-apps/guix-9999/work/guix-9999'
Making all in po/guix
make[2]: Entering directory '/tmp/portage-tmpdir/portage/sys-apps/guix-9999/work/guix-9999/po/guix'
make guix.pot-update
make[3]: Entering directory '/tmp/portage-tmpdir/portage/sys-apps/guix-9999/work/guix-9999/po/guix'
make[3]: *** No rule to make target '../../guix/scripts/import/contentdb.scm', needed by 'guix.pot-update'. Stop.
make[3]: Leaving directory '/tmp/portage-tmpdir/portage/sys-apps/guix-9999/work/guix-9999/po/guix'
make[2]: *** [Makefile:369: guix.pot] Error 2
make[2]: Leaving directory '/tmp/portage-tmpdir/portage/sys-apps/guix-9999/work/guix-9999/po/guix'
make[1]: *** [Makefile:6203: all-recursive] Error 1
I suspect it ot started happening after
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=467e874a86dc3dd83fe10e5610823c011de6565a
which adds a reference to 'contentdb.scm' file, but not file itself. that
causes 'make install' fail.
--
Sergei
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#50145: guix-master fails 'make install' (missing contentdb.scm)
2021-08-21 14:55 bug#50145: guix-master fails 'make install' (missing contentdb.scm) Sergei Trofimovich
@ 2021-08-21 17:32 ` Leo Prikler
2021-08-22 7:16 ` Sergei Trofimovich
2021-08-21 17:34 ` Maxime Devos
1 sibling, 1 reply; 4+ messages in thread
From: Leo Prikler @ 2021-08-21 17:32 UTC (permalink / raw)
To: Sergei Trofimovich, 50145, Maxime Devos
Hi,
sorry for responding this late, I was asleep when the bug was filed.
Am Samstag, den 21.08.2021, 15:55 +0100 schrieb Sergei Trofimovich:
> Noticed 'make install' failure of guix-master on a foreign
> distribution:
>
> make all-recursive
> make[1]: Entering directory '/tmp/portage-tmpdir/portage/sys-
> apps/guix-9999/work/guix-9999'
> Making all in po/guix
> make[2]: Entering directory '/tmp/portage-tmpdir/portage/sys-
> apps/guix-9999/work/guix-9999/po/guix'
> make guix.pot-update
> make[3]: Entering directory '/tmp/portage-tmpdir/portage/sys-
> apps/guix-9999/work/guix-9999/po/guix'
> make[3]: *** No rule to make target
> '../../guix/scripts/import/contentdb.scm', needed by 'guix.pot-
> update'. Stop.
> make[3]: Leaving directory '/tmp/portage-tmpdir/portage/sys-
> apps/guix-9999/work/guix-9999/po/guix'
> make[2]: *** [Makefile:369: guix.pot] Error 2
> make[2]: Leaving directory '/tmp/portage-tmpdir/portage/sys-
> apps/guix-9999/work/guix-9999/po/guix'
> make[1]: *** [Makefile:6203: all-recursive] Error 1
>
> I suspect it ot started happening after
>
> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=467e874a86dc3dd83fe10e5610823c011de6565a
> which adds a reference to 'contentdb.scm' file, but not file itself.
> that causes 'make install' fail.
I've corrected said reference on master and verified locally, that both
po-update and install work in po/guix. I'll keep this bug open in case
that `guix pull' still fails, but if it succeeds, you can mark it as
done by sending to <50145-done@debbugs.gnu.org>.
Thanks
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#50145: guix-master fails 'make install' (missing contentdb.scm)
2021-08-21 14:55 bug#50145: guix-master fails 'make install' (missing contentdb.scm) Sergei Trofimovich
2021-08-21 17:32 ` Leo Prikler
@ 2021-08-21 17:34 ` Maxime Devos
1 sibling, 0 replies; 4+ messages in thread
From: Maxime Devos @ 2021-08-21 17:34 UTC (permalink / raw)
To: slyich, 50145, leo.prikler
[-- Attachment #1: Type: text/plain, Size: 1605 bytes --]
Sergei Trofimovich schreef op za 21-08-2021 om 15:55 [+0100]:
> Noticed 'make install' failure of guix-master on a foreign distribution:
>
> make all-recursive
> make[1]: Entering directory '/tmp/portage-tmpdir/portage/sys-apps/guix-9999/work/guix-9999'
> Making all in po/guix
> make[2]: Entering directory '/tmp/portage-tmpdir/portage/sys-apps/guix-9999/work/guix-9999/po/guix'
> make guix.pot-update
> make[3]: Entering directory '/tmp/portage-tmpdir/portage/sys-apps/guix-9999/work/guix-9999/po/guix'
> make[3]: *** No rule to make target '../../guix/scripts/import/contentdb.scm', needed by 'guix.pot-update'. Stop.
> make[3]: Leaving directory '/tmp/portage-tmpdir/portage/sys-apps/guix-9999/work/guix-9999/po/guix'
> make[2]: *** [Makefile:369: guix.pot] Error 2
> make[2]: Leaving directory '/tmp/portage-tmpdir/portage/sys-apps/guix-9999/work/guix-9999/po/guix'
> make[1]: *** [Makefile:6203: all-recursive] Error 1
>
> I suspect it ot started happening after
> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=467e874a86dc3dd83fe10e5610823c011de6565a
> which adds a reference to 'contentdb.scm' file, but not file itself. that
> causes 'make install' fail.
Oops, I renamed "guix/scripts/import/contentdb.scm" to "guix/scripts/import/minetest.scm",
but forgot to modify the po/guix/POTFILES.in appropriately ...
The following:
guix/scripts/import/contentdb.scm
needs to be replaced with
guix/scripts/import/minetest.scm
in po/guix/POTFILES.in.
(I don't have commit access)
Greetings,
Maxime.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#50145: guix-master fails 'make install' (missing contentdb.scm)
2021-08-21 17:32 ` Leo Prikler
@ 2021-08-22 7:16 ` Sergei Trofimovich
0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2021-08-22 7:16 UTC (permalink / raw)
To: Leo Prikler, 50145-done
[-- Attachment #1: Type: text/plain, Size: 2093 bytes --]
On Sat, 21 Aug 2021 19:32:31 +0200
Leo Prikler <leo.prikler@student.tugraz.at> wrote:
> Hi,
>
> sorry for responding this late, I was asleep when the bug was filed.
>
> Am Samstag, den 21.08.2021, 15:55 +0100 schrieb Sergei Trofimovich:
> > Noticed 'make install' failure of guix-master on a foreign
> > distribution:
> >
> > make all-recursive
> > make[1]: Entering directory '/tmp/portage-tmpdir/portage/sys-
> > apps/guix-9999/work/guix-9999'
> > Making all in po/guix
> > make[2]: Entering directory '/tmp/portage-tmpdir/portage/sys-
> > apps/guix-9999/work/guix-9999/po/guix'
> > make guix.pot-update
> > make[3]: Entering directory '/tmp/portage-tmpdir/portage/sys-
> > apps/guix-9999/work/guix-9999/po/guix'
> > make[3]: *** No rule to make target
> > '../../guix/scripts/import/contentdb.scm', needed by 'guix.pot-
> > update'. Stop.
> > make[3]: Leaving directory '/tmp/portage-tmpdir/portage/sys-
> > apps/guix-9999/work/guix-9999/po/guix'
> > make[2]: *** [Makefile:369: guix.pot] Error 2
> > make[2]: Leaving directory '/tmp/portage-tmpdir/portage/sys-
> > apps/guix-9999/work/guix-9999/po/guix'
> > make[1]: *** [Makefile:6203: all-recursive] Error 1
> >
> > I suspect it ot started happening after
> >
> > https://git.savannah.gnu.org/cgit/guix.git/commit/?id=467e874a86dc3dd83fe10e5610823c011de6565a
> > which adds a reference to 'contentdb.scm' file, but not file itself.
> > that causes 'make install' fail.
> I've corrected said reference on master and verified locally, that both
> po-update and install work in po/guix. I'll keep this bug open in case
> that `guix pull' still fails, but if it succeeds, you can mark it as
> done by sending to <50145-done@debbugs.gnu.org>.
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=a1dbc8be95369f4ff805117b8966dfd1364c396f
fixes it. Tested as:
$ ./pre-inst-env guix build guix --with-branch=guix=master --without-tests=guix
and by installing on a foreign distribution. Marking as done.
Thank you!
--
Sergei
[-- Attachment #2: Цифровая подпись OpenPGP --]
[-- Type: application/pgp-signature, Size: 981 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-08-22 7:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-21 14:55 bug#50145: guix-master fails 'make install' (missing contentdb.scm) Sergei Trofimovich
2021-08-21 17:32 ` Leo Prikler
2021-08-22 7:16 ` Sergei Trofimovich
2021-08-21 17:34 ` Maxime Devos
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).