I built less v699 from source on Ubuntu 24.04.4.
The make install-strip step fails with:
strip: …/less-699-pcre2/libexec/less-osc8-file: file format not recognized
/usr/bin/install: strip process terminated abnormally
In release v697, the libexec directory contains only lessecho, a binary executable.
In release v699, it also contains less-osc8-file and less-osc8-man, which are (unstrippable) shell scripts.
(I think this affects v698 as well.)
Workaround: Use make install rather than make install-strip and then run strip manually.
I built less v699 from source on Ubuntu 24.04.4.
The
make install-stripstep fails with:In release v697, the
libexecdirectory contains onlylessecho, a binary executable.In release v699, it also contains
less-osc8-fileandless-osc8-man, which are (unstrippable) shell scripts.(I think this affects v698 as well.)
Workaround: Use
make installrather thanmake install-stripand then runstripmanually.