[Lazarus] Error building Lazarus Trunk

Wayne Sherman wsherman at gmail.com
Sun Jan 1 05:10:49 CET 2023


> wayne wrote:
> Sorry, getting the same error:

Using git bisect, it seems the failure started happening with this commit:
https://gitlab.com/freepascal.org/lazarus/lazarus/-/commit/ba918c5eb21b04bc00b7bb12909360f40ee738d4

#start a bisect procedure
git bisect start
git bisect bad 2fb475adfb2d124b8b3f6072bb924988150bf2af (*
Instantsearch package)
git bisect good eb59ad598f624f10b273c65630f021d5a9e3cf8c (JCF:
regenerated translations and updated Russian translation)

#repeat these steps
make lazbuild
make useride
git bisect bad (if make useride runs correctly)
git bisect good (if make useride fails)
- iterate until we get this -

Bisecting: 0 revisions left to test after this (roughly 0 steps)
[ba918c5eb21b04bc00b7bb12909360f40ee738d4] TLazIDEInterface: add
OnPackageBuilding handler


More information about the lazarus mailing list