bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Make is failing


From: G. Branden Robinson
Subject: Re: Make is failing
Date: Mon, 8 Nov 2021 04:52:26 +1100
User-agent: NeoMutt/20180716

Hi, Robert,

At 2021-11-07T08:35:22-0500, Robert Goulding wrote:
> On Chromebook (Debian buster), make fails with:
> 
> make[1]: *** No rule to make target 'tmac/mdoc/doc-common', needed by
> 'all-am'.  Stop.
> make[1]: Leaving directory '/home/robert/groff'
> make: *** [Makefile:5609: all] Error 2

This issue came up a little over a week ago on the groff@ list.

https://lists.gnu.org/archive/html/groff/2021-10/msg00096.html

The short answer was that your Git working tree needs to be pristine,
and it somehow wasn't.  Before running this, stash/save/commit any local
changes you have.

git pull && git checkout -- . && git clean -xfd

Regards,
Branden

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]