Skip to content

"make install-strip" chokes on libexec/less-osc8-file #762

Description

@Keith-S-Thompson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions