[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
appimage with 24.04
[Thread Prev] | [Thread Next]
- Subject: appimage with 24.04
- From: Brian G <brian@xxxxxxxxxxxxxxxx>
- Date: Tue, 29 Jul 2025 06:45:49 -0700
- To: Linus <olivier.cruilles@xxxxxxxx>
- Cc: GambasList <user@xxxxxxxxxxxxxxxxxxxxxx>
It is a rather simple patch to the gambas code to add to the yaml file as it is extensively modified by it anyway , but i don't understand where the actual clib to use comes from. There seems to be some sort of packaging error along the way.
On 7/29/25 06:02, Linus wrote:
Sorry little typos.The override of the variable APPDIR_LIBC_VERSION=2.35 can be done into the YAML file *AppImageBuilder.yml* so the manual command are1 - Follow the procedure to Create an AppImage by the Gambas IDE2 - When the AppImage build is done, open a Terminal and go into: cd $HOME/.var/tmp/AppImage3 - Edit the *AppImageBuilder.yml* file and add this line: … runtime: env: GB_PATH: $APP/usr/bin/gbr3 PATH: ‘${APPDIR}/usr/bin:${APPDIR}/bin:${APPDIR}’APPDIR_LIBC_VERSION: '2.35' <===== Add this line. Don’t forget the simple quotes… ... 4 - Rebuild the AppImage by the command: cd $HOME/.var/tmp/AppImage appimage-builder --skip-script --skip-test 5 - Execute you AppImage generated into $HOME/.var/tmp/AppImage OlivierLe 29 juil. 2025 à 08:38, Yahoo <olivier.cruilles@xxxxxxxx> a écrit : Hi Brian, Thank you very much for this information.I have tested and effectively it works when I change the variable mentioned to 2.25But I need to add the override of the Variable manually into $HOME/.var/tmp/AppDir/AppRun.envand rebuild manually the AppImage by cd $HOME/.var/tmp/AppDir/AppRun.env appimage-builder --skip-script --skip-testNow if Benoit can fix that or add a panel into the wizard to add Variables into the YAML file before the build of the AppImageOlivierLe 28 juil. 2025 à 18:44, Brian G <brian@xxxxxxxxxxxxxxxx> a écrit : I have found that the issue is the line APPDIR_LIBC_VERSION=2.39 .. failsAPPDIR_LIBC_VERSION=2.35 .. works with 24.04 appimage build when changed in AppRun.env file.in the AppRun.env , it looks like the packager when choosing noble 24.04, thinks it has packaged clib version 2.39, when in fact it has still packaged 2.35(or seems to)therefore it is unable to find some library or other it would seem.by changing this variable I am able to package 24.04, well edit the env file first.. Umm any thoughts on this?Can the yaml file be configured to override this setting for time being? -- ~~~~ Brian <OpenPGP_0x78BFB26402F48419.asc>
-- ~~~~ Brian
Attachment:
OpenPGP_0x78BFB26402F48419.asc
Description: OpenPGP public key
Attachment:
OpenPGP_signature.asc
Description: OpenPGP digital signature
Re: appimage with 24.04 | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
appimage with 24.04 | Brian G <brian@xxxxxxxxxxxxxxxx> |