broken dependencies when doing make all ?
Magnus Ihse Bursie
magnus.ihse.bursie at oracle.com
Tue Mar 25 15:40:13 UTC 2025
On 2025-03-25 15:23, Baesken, Matthias wrote:
> HELP: Try searching the build log for '] Error'.
>
> HELP: Run 'make doctor' to diagnose build problems.
>
Did you try to run "make doctor"?
> Any idea what’s going wrong ? Is there maybe some issue with the
> dependencies of the make ?
>
> (it is an incremental make and my understanding was that the
> dependencies of the make will lead to regeneration of such missing
> files ?)
>
Normally, incremental builds work fine, but they are not 100% proof. In
particular, "make reconfigure" can cause situations that an incremental
build cannot properly resolve. (This is printed as a warning if you
modify an existing configuration, with a recommendation to start by
cleaning the build for a guaranteed successes, but it works most of the
time, so people tend to ignore it...)
/Magnus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/build-dev/attachments/20250325/fc90c6dc/attachment.htm>
More information about the build-dev
mailing list