[Gambas-user] Initial support for making AppImage

Linus olivier.cruilles at yahoo.fr
Thu Sep 7 04:35:56 CEST 2023


Here what I obtain:

Sauvegarde du fichier CHANGELOG.

==============================================================================

CRÉATION DU PAQUET POUR APPIMAGE.


Fabrication du répertoire de construction.
rm -rf '/home/linus/.var/tmp/AppImage/AppDir'
mkdir -p '/home/linus/.var/tmp/AppImage/AppDir/usr/bin'
mkdir -p '/home/linus/.var/tmp/AppImage/AppDir/usr/share/icons/hicolor/256x256/apps'
Génération du fichier de configuration de 'AppImageBuilder'.
Création de l'AppImage...
cd '/home/linus/.var/tmp/AppImage'
appimage-builder --skip-script --skip-tests
INFO:main:Running apt deploy
INFO:apt:apt-get update
E: Entrée 1 mal formée dans list fichier /home/linus/.var/tmp/AppImage/appimage-build/apt/sources.list (URI parse)
E: La liste des sources ne peut être lue.
ERROR:root:"apt-get update" execution failed
Traceback (most recent call last):
  File "/home/linus/.local/bin/appimage-builder", line 8, in <module>
    sys.exit(__main__())
             ^^^^^^^^^^
  File "/home/linus/.local/lib/python3.11/site-packages/appimagebuilder/__main__.py", line 50, in __main__
    invoker.execute(commands)
  File "/home/linus/.local/lib/python3.11/site-packages/appimagebuilder/invoker.py", line 29, in execute
    command()
  File "/home/linus/.local/lib/python3.11/site-packages/appimagebuilder/commands/apt_deploy.py", line 46, in __call__
    deployed_packages = apt_deploy.deploy(
                        ^^^^^^^^^^^^^^^^^^
  File "/home/linus/.local/lib/python3.11/site-packages/appimagebuilder/modules/deploy/apt/deploy.py", line 39, in deploy
    self._prepare_apt_venv()
  File "/home/linus/.local/lib/python3.11/site-packages/appimagebuilder/modules/deploy/apt/deploy.py", line 48, in _prepare_apt_venv
    self.apt_venv.update()
  File "/home/linus/.local/lib/python3.11/site-packages/appimagebuilder/modules/deploy/apt/venv.py", line 161, in update
    shell.assert_successful_result(_proc)
  File "/home/linus/.local/lib/python3.11/site-packages/appimagebuilder/utils/shell.py", line 35, in assert_successful_result
    raise RuntimeError(
RuntimeError: "apt-get update" execution failed with code 100
La construction des paquets a échoué.
                                     Package.MakeAppImagePackage.2942: Impossible de créer l'AppImage.




Olivier Cruilles
Senior Systems Administrator, Triton Digital
1440 Ste-Catherine Ouest, Suite 1200 | Montreal, QC, H3G 1R8
o +1-514-431-2960
olivier.cruilles at tritondigital.com <https://mail.tritondigital.com/owa/redir.aspx?C=HjPoruRoqUiHAi06UmF6HQ8KjCGpEtcIMVlas6TNklkFpYkaBLl2SB0NBVm03ySvmLO6HlUBk_8.&URL=mailto%3aolivier.cruilles%40tritondigital.com>


Olivier

> Le 6 sept. 2023 à 22:02, Benoît Minisini <benoit.minisini at gambas-basic.org> a écrit :
> 
> Le 07/09/2023 à 02:58, Benoît Minisini a écrit :
>> Le 07/09/2023 à 02:46, Linus via User a écrit :
>>> Hello,
>>> 
>>> Yes ‘apt’ is part of the package available on Fedora 37 in my case, but no repository or files in /etc/apt/ is installed or configured.
>>> 
>> If I don't find any apt configuration, I should choose an Ubuntu repository by default.
>> And I have to fix the distribution choice problem.
>> Then, logically, you will be able to make AppImage as soon as both 'apt' and 'appimage-builder' are installed.
>> Regards,
> 
> It's done in the last commit.
> 
> Can you try it ? By installing 'apt' and 'appimage-builder' on your system, and then choosing a public Ubuntu repository and a distribution.
> 
> From my system:
> - http://fr.archive.ubuntu.com/ubuntu/
> - lunar
> 
> But you can try any other repository and distribution just for checking.
> 
> The distribution supported by the Gambas PPA are listed in the distribution combo-box of the packager wizard.
> 
> For information: I noticed that JIT applications seem to not be reliable with lunar. But with older distributions, it seems to be better.
> 
> Regards,
> 
> -- 
> Benoît Minisini.
> 
> 
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230906/feed94c8/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: S?lection_1398.png
Type: image/png
Size: 49640 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230906/feed94c8/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: S?lection_1399.png
Type: image/png
Size: 139356 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230906/feed94c8/attachment-0003.png>


More information about the User mailing list