You are not logged in.
Hi mates!
Can't install transgui. Try gtk and qt versions, same error. Is there a way to fix that?
/home/vovas/.cache/yay/transgui/src/transgui-5.18.0/gcontnrs.pas(6458,49) Note: (6058) Call to subroutine "function TGenHashMap<System.LongInt,System.LongInt>.IndexFor(Hash:LongInt):LongInt;" marked as inline is not inlined
/home/vovas/.cache/yay/transgui/src/transgui-5.18.0/main.pas(1130,17) Note: (6058) Call to subroutine "function AnsiMatchText(const AText:AnsiString;const AValues:{Open} Array Of AnsiString):Boolean;" marked as inline is not inlined
/home/vovas/.cache/yay/transgui/src/transgui-5.18.0/main.pas(1265,13) Error: (5000) Identifier not found "INVALID_HANDLE_VALUE"
/home/vovas/.cache/yay/transgui/src/transgui-5.18.0/main.pas(4041,64) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString"
/home/vovas/.cache/yay/transgui/src/transgui-5.18.0/main.pas(5581,10) Warning: (4104) Implicit string type conversion from "UTF8String" to "WideString"
/home/vovas/.cache/yay/transgui/src/transgui-5.18.0/main.pas(5589,16) Warning: (4104) Implicit string type conversion from "UTF8String" to "WideString"
main.pas(8153) Fatal: (10026) There were 1 errors compiling module, stopping
Fatal: (1018) Compilation aborted
Error: /usr/bin/ppcx64 returned an error exitcode
Error: (lazarus) Compile Project, Target: /home/vovas/.cache/yay/transgui/src/transgui-5.18.0/units/transgui: stopped with exit code 1
Info: (lazarus) [TCompiler.Compile] end
Error: (lazbuild) Failed compiling of project "/home/vovas/.cache/yay/transgui/src/transgui-5.18.0/transgui.lpi"
==> ERROR: A failure occurred in package_transgui-qt().
Aborting...
-> error making: transgui-exit status 4
checking dependencies...
Package (4) Old Version Net Change
fpc 3.2.2-11 -330.35 MiB
fpc-src 3.2.2-4 -289.13 MiB
lazarus 4.0-1 -1662.80 MiB
qt6pas 6.2.8-1 -2.51 MiB
Total Removed Size: 2284.79 MiB
:: Do you want to remove these packages? [Y/n]
:: Processing package changes...
(1/4) removing qt6pas [-------------------------------------------------------------] 100%
(2/4) removing lazarus [-------------------------------------------------------------] 100%
(3/4) removing fpc-src [-------------------------------------------------------------] 100%
(4/4) removing fpc [-------------------------------------------------------------] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
-> Failed to install the following packages. Manual intervention is required:
transgui-gtk - exit status 4
Last edited by Del.Mar (2025-05-05 18:18:30)
Offline
Is there a specific reason why you're using aur packages instead of repo packages ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
FWIW, I can reproduce the build error in a clean chroot. I left a comment on the AUR page: https://aur.archlinux.org/pkgbase/transgui
Offline
Is there a specific reason why you're using aur packages instead of repo packages ?
Just a habit. Like more that application for remote access.
FWIW, I can reproduce the build error in a clean chroot. I left a comment on the AUR page: https://aur.archlinux.org/pkgbase/transgui
Tanks, mate.
Last edited by Del.Mar (2025-05-06 18:27:03)
Offline
/build/transgui/src/transgui-5.18.0/main.pas(1265,13) Error: (5000) Identifier not found "INVALID_HANDLE_VALUE"
The error seems to come from transgui-qt , but since this is a split package both qt & gtk versions will always be build.
Given that the upstream code is from 2018, try building against qt5 instead of qt6 .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline