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
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
fsearch worked since yesterday, but today not. I have recently apt update/upgrade, which caused:
The following packages will be upgraded:
libgsf-1-114 libgsf-1-common
$ fsearch fsearch: error while loading shared libraries: libicuuc.so.67: cannot open shared object file: No such file or directory
apt install...: libicu-dev is already the newest version (72.1-3).
When I try to update my local repository:
git pull origin master
meson builddir
Directory already configured.
Just run your build command (e.g. ninja) and Meson will regenerate as necessary.
If ninja fails, run "ninja reconfigure" or "meson setup --reconfigure"
to force Meson to regenerate.
If build failures persist, run "meson setup --wipe" to rebuild from scratch
using the same options as passed when configuring the build.
To change option values, run "meson configure" instead.
WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
$ ninja -C builddir install
ninja: Entering directory `builddir'
[0/1] Installing files.
ERROR: InstallData file 'meson-private/install.dat' references functions or classes that don't exist. This probably means that it was generated with an old version of meson. Try running from the source directory meson setup --wipe
FAILED: meson-install
/usr/bin/meson install --no-rebuild
ninja: build stopped: subcommand failed.
commands
meson setup --wipe
meson setup --reconfigure
says "Must specify at least one directory name".
Installing a Deb. 12 repo:
curl -fsSL https://download.opensuse.org/repositories/home:cboxdoerfer/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_cboxdoerfer.gpg > /dev/null
echo -e '# Debian 12 only repo for fsearch. Got from https://software.opensuse.org//download.html?project=home%3Acboxdoerfer&package=fsearch#manualDebian\ndeb http://download.opensuse.org/repositories/home:/cboxdoerfer/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:cboxdoerfer.list
sudo apt update && sudo apt upgrade
sudo apt install fsearch
fsearch
returns same error (libicuuc.so.67: cannot open ...).
I can do following workaround: sudo ln -s /usr/lib/x86_64-linux-gnu/libicuuc.so.72 /usr/lib/x86_64-linux-gnu/libicuuc.so.67
BUT upon typing something into a fsearch search field, it exits with error:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
fsearch worked since yesterday, but today not. I have recently apt update/upgrade, which caused:
$ fsearch
fsearch: error while loading shared libraries: libicuuc.so.67: cannot open shared object file: No such file or directory
apt install...:
libicu-dev is already the newest version (72.1-3).
When I try to update my local repository:
git pull origin master
meson builddir
$ ninja -C builddir install
commands
says "Must specify at least one directory name".
Installing a Deb. 12 repo:
returns same error (libicuuc.so.67: cannot open ...).
Installing https://download.opensuse.org/repositories/home:/cboxdoerfer/Debian_12/amd64/fsearch_0.2.3-1+3.8_amd64.deb manually (Unpacking fsearch (0.2.3-1+3.8) over (0.2.3-1+3.7)), returns same error as mentioned in the title of this issue.
$ locate libicuuc
I can do following workaround:
sudo ln -s /usr/lib/x86_64-linux-gnu/libicuuc.so.72 /usr/lib/x86_64-linux-gnu/libicuuc.so.67
BUT upon typing something into a fsearch search field, it exits with error:
Maybe I can install flatpak, but that is more disk space eating and requires moving profiles.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: