FOGProject / fogproject

An open source computer cloning & management system
https://fogproject.org
GNU General Public License v3.0
1.14k stars 222 forks source link

[fog-devel] Installer have problem with installing gettext in Debian Bullseye #449

Closed roland-5 closed 2 years ago

roland-5 commented 2 years ago

I previously installed fog on Debian Buster without problem, but when I try it on Bullseye it shows me this

Skipping package: php7.4-gettext............................(Does not exist)

In Bulsseye repository I see this

php-php-gettext/stable 1.0.12-4 all
  read gettext MO files directly, without requiring anything other than PHP

Is there way to better detect correct package name, without editing distribution script for debian/ubuntu?

Sebastian-Roth commented 2 years ago

@roland-rollo Which version of FOG did you use?

I am pretty sure we can remove php*-gettext from the scripts package list altogehter. See here: https://forums.fogproject.org/post/142943 (an follow up posts)

roland-5 commented 2 years ago

Latest fog-devel branch, 1.5.9.114, commit 4d750fc09337bbec2ac69a279ee93de994c04ada

Sebastian-Roth commented 2 years ago

@roland-rollo This commit was meant to update the installer for Ubuntu 21.10. Still need to look into removing php*-gettext completely.

roland-5 commented 2 years ago

Thanks for clarification.