[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Out of order building
From: |
Samuel Thibault |
Subject: |
Re: Out of order building |
Date: |
Tue, 31 Jan 2023 22:04:05 +0100 |
User-agent: |
NeoMutt/20170609 (1.8.3) |
Ryan Raymond, le lun. 30 janv. 2023 19:16:37 -0500, a ecrit:
> I think I found a resolvable issue. Still looking into it though.
> Apparently some things which depend on libstrore/libstore.so are built before
> it. The solution is to run make libstore and then continue. If this fixes it
> I'd like to make this the default behavior.
> What think?
Normally such dependencies are computed automatically. See library_deps
in Makeconf. If there is a bug there we have to fix it there, not
brown-tape around it.
Samuel