[Lazarus] Error building Lazarus Trunk
Wayne Sherman
wsherman at gmail.com
Sun Jan 1 03:48:26 CET 2023
> Ondrej Pokorny wrote:
> Please update and retest. It should be fixed.
Sorry, getting the same error:
cd ~/2022-12-31_lazarus_trunk
git fetch origin
git reset --hard origin/main
git log --name-status HEAD^..HEAD
commit 09845999ff4ee6424b4cee11c589d7cfcbe45857 (HEAD -> main,
origin/main, origin/HEAD)
Author: Ondrej Pokorny <ondrej at kluug.net>
Date: Sun Jan 1 03:06:58 2023 +0100
fix AV
M components/ideintf/lazideintf.pas
make distclean [ok]
make lazbuild [ok]
make bigide [ok]
./lazbuild --lazarusdir=. --build-ide=
Hint: (lazarus) Compiler unit paths changed for DebuggerIntf 0.1
Old="/home/wsherman/2022-12-31_lazarus_trunk/packager/units/x86_64-linux;/home/wsherman/2022-12-31_lazarus_trunk/components/lazdebuggers/lazdebuggerintf/lib/x86_64-linux;/home/wsherman/2022-12-31_lazarus_trunk/components/lazutils/lib/x86_64-linux;/home/wsherman/2022-12-31_lazarus_trunk/components/freetype/lib/x86_64-linux;/home/wsherman/2022-12-31_lazarus_trunk/lcl/units/x86_64-linux;/home/wsherman/2022-12-31_lazarus_trunk/components/debuggerintf"
Now="/home/wsherman/2022-12-31_lazarus_trunk/packager/units/x86_64-linux;/home/wsherman/2022-12-31_lazarus_trunk/components/lazdebuggers/lazdebuggerintf/lib/x86_64-linux;/home/wsherman/2022-12-31_lazarus_trunk/components/lazutils/lib/x86_64-linux;/home/wsherman/2022-12-31_lazarus_trunk/components/debuggerintf"
State file="/home/wsherman/2022-12-31_lazarus_trunk/components/debuggerintf/lib/x86_64-linux/DebuggerIntf.compiled"
An unhandled exception occurred at $00000000009B6FB0:
EAccessViolation: Access violation
$00000000009B6FB0 DOCALLPACKAGEBUILDINGHANDLER, line 774 of lazideintf.pas
$00000000005AFCAA COMPILEPACKAGE, line 4265 of ../packager/packagesystem.pas
$00000000005AE928 COMPILEREQUIREDPACKAGES, line 3972 of
../packager/packagesystem.pas
$000000000040366A COMPILEAUTOINSTALLPACKAGES, line 683 of lazbuild.lpr
$00000000004032A9 BUILDLAZARUSIDE, line 621 of lazbuild.lpr
$000000000040817F RUN, line 1503 of lazbuild.lpr
$000000000040AA09 main, line 1879 of lazbuild.lpr
make useride
./lazbuild --lazarusdir=. --build-ide=
Hint: (lazarus) Missing state file of DebuggerIntf 0.1:
/home/wsherman/2022-12-31_lazarus_trunk/components/debuggerintf/lib/x86_64-linux/DebuggerIntf.compiled
An unhandled exception occurred at $00000000009B6FB0:
EAccessViolation: Access violation
$00000000009B6FB0 DOCALLPACKAGEBUILDINGHANDLER, line 774 of lazideintf.pas
$00000000005AFCAA COMPILEPACKAGE, line 4265 of ../packager/packagesystem.pas
$00000000005AE928 COMPILEREQUIREDPACKAGES, line 3972 of
../packager/packagesystem.pas
$000000000040366A COMPILEAUTOINSTALLPACKAGES, line 683 of lazbuild.lpr
$00000000004032A9 BUILDLAZARUSIDE, line 621 of lazbuild.lpr
$000000000040817F RUN, line 1503 of lazbuild.lpr
$000000000040AA09 main, line 1879 of lazbuild.lpr
make: *** [Makefile:3804: useride] Error 217
More information about the lazarus
mailing list