GNU bug report logs - #50145
guix-master fails 'make install' (missing contentdb.scm)

Previous Next

Package: guix;

Reported by: Sergei Trofimovich <slyich <at> gmail.com>

Date: Sat, 21 Aug 2021 14:56:01 UTC

Severity: normal

Done: Sergei Trofimovich <slyich <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 50145 in the body.
You can then email your comments to 50145 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#50145; Package guix. (Sat, 21 Aug 2021 14:56:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sergei Trofimovich <slyich <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sat, 21 Aug 2021 14:56:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sergei Trofimovich <slyich <at> gmail.com>
To: bug-guix <at> gnu.org, Maxime Devos <maximedevos <at> telenet.be>,
 Leo Prikler <leo.prikler <at> student.tugraz.at>
Subject: guix-master fails 'make install' (missing contentdb.scm)
Date: Sat, 21 Aug 2021 15:55:42 +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.

-- 

  Sergei




Information forwarded to bug-guix <at> gnu.org:
bug#50145; Package guix. (Sat, 21 Aug 2021 17:33:01 GMT) Full text and rfc822 format available.

Message #8 received at 50145 <at> debbugs.gnu.org (full text, mbox):

From: Leo Prikler <leo.prikler <at> student.tugraz.at>
To: Sergei Trofimovich <slyich <at> gmail.com>, 50145 <at> debbugs.gnu.org, Maxime
 Devos <maximedevos <at> telenet.be>
Subject: Re: guix-master fails 'make install' (missing contentdb.scm)
Date: Sat, 21 Aug 2021 19:32:31 +0200
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 <at> debbugs.gnu.org>.

Thanks





Information forwarded to bug-guix <at> gnu.org:
bug#50145; Package guix. (Sat, 21 Aug 2021 17:36:02 GMT) Full text and rfc822 format available.

Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Maxime Devos <maximedevos <at> telenet.be>
To: Sergei Trofimovich <slyich <at> gmail.com>, bug-guix <at> gnu.org, Leo Prikler
 <leo.prikler <at> student.tugraz.at>
Subject: Re: guix-master fails 'make install' (missing contentdb.scm)
Date: Sat, 21 Aug 2021 19:34:55 +0200
[Message part 1 (text/plain, inline)]
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.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Sergei Trofimovich <slyich <at> gmail.com>:
You have taken responsibility. (Sun, 22 Aug 2021 07:17:02 GMT) Full text and rfc822 format available.

Notification sent to Sergei Trofimovich <slyich <at> gmail.com>:
bug acknowledged by developer. (Sun, 22 Aug 2021 07:17:02 GMT) Full text and rfc822 format available.

Message #16 received at 50145-done <at> debbugs.gnu.org (full text, mbox):

From: Sergei Trofimovich <slyich <at> gmail.com>
To: Leo Prikler <leo.prikler <at> student.tugraz.at>, 50145-done <at> debbugs.gnu.org
Cc: Maxime Devos <maximedevos <at> telenet.be>
Subject: Re: guix-master fails 'make install' (missing contentdb.scm)
Date: Sun, 22 Aug 2021 08:16:12 +0100
[Message part 1 (text/plain, inline)]
On Sat, 21 Aug 2021 19:32:31 +0200
Leo Prikler <leo.prikler <at> 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 <at> 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
[Message part 2 (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 19 Sep 2021 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 275 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.