You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The make deb commands (as probably others told) are not working correctly in Ubuntu 22.04 since the packages are created in the parent dir, so the lua-unaccent_.deb is in the /osml10n dir and the osml10n__all.deb is in the /
Furthermore there were problems with the $ make install-daemon
I found that i needed to $ sudo apt install libicu-dev libpython 3-dev python3-icu pkg-config
additionally to the packages you say in the installation guide.
Thanks for your effort
The text was updated successfully, but these errors were encountered:
first of all I need admit that this code is not that well tested on Ubuntu as Debian is my development environment. Regarding this code Ubuntu should be similar enough that this should not cause problems.
I just tried to build this stuff inside a freshly debootstraped Ubuntu 22.04 chroot and it worked as expected.
The INSTALL.md clearly states the packages to be installed before building: libicu-dev and libpython3-dev are among them.
pkg-config should get installed automatically and python3-icu should not be needed because this in build using pip.
The fact that dpkg-buildpackage does put the created packages into the parent-directory is simply how this command works and is not a bug.
If they end up in / you are trying to run this as root inside /osml10n which I do definitely not recommend to do.
If you want to build as root clone the repository into /root instead of /.
I will leave this open for now but if you do not have any further comments I will close it later.
The make deb commands (as probably others told) are not working correctly in Ubuntu 22.04 since the packages are created in the parent dir, so the lua-unaccent_.deb is in the /osml10n dir and the osml10n__all.deb is in the /
Furthermore there were problems with the $ make install-daemon
I found that i needed to $ sudo apt install libicu-dev libpython 3-dev python3-icu pkg-config
additionally to the packages you say in the installation guide.
Thanks for your effort
The text was updated successfully, but these errors were encountered: