pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/net/tor
On Tue, Sep 07, 2021 at 02:00:52PM +0000, Greg Troxel wrote:
> Module Name: pkgsrc
> Committed By: gdt
> Date: Tue Sep 7 14:00:52 UTC 2021
>
> Modified Files:
> pkgsrc/net/tor: Makefile
>
> Log Message:
> net/tor: Workaround upstream "micro-revision.i" bug
>
> There is something wrong in tor's makefiles which causes:
>
> src/lib/version/git_revision.c:21:10: fatal error: micro-revision.i: No such file or directory
> #include "micro-revision.i"
> ^~~~~~~~~~~~~~~~~~
> compilation terminated.
>
> obviously by not having built micro-revision.i when that compilation
> is done. This happens reliably for some people and not for others.
What about adding an explicit dependency for git_revision.c or other
files that include it on micro-revision.i?
Joerg
Home |
Main Index |
Thread Index |
Old Index