Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make biber survive calls to strip #294

Closed
lemzwerg opened this issue Nov 11, 2019 · 1 comment
Closed

Make biber survive calls to strip #294

lemzwerg opened this issue Nov 11, 2019 · 1 comment

Comments

@lemzwerg
Copy link

lemzwerg commented Nov 11, 2019

It would be great if the biber binary survived

strip biber

just as a safety measure. Alternatively, biber could ask the user at a fatal error at the very beginning of execution whether the binary was accidentally stripped.

As an example, biber --help showed

Perl lib version (5.26.3) doesn't match executable
  'perl' version (5.26.1) at
  /opt/local/lib/perl5/5.26/darwin-thread-multi-2level/Config.pm line 62.
Compilation failed in require at /opt/local/lib/perl5/site_perl/5.26/PAR.pm line 7.

after accidental stripping – I wasn't aware that biber comes with its own Perl interpreter, and after hours of investigation I was still not able to find out why my installed PAR bundle reports issues due to different perl versions...

@plk
Copy link
Owner

plk commented Nov 11, 2019

I think this is unlikely - biber isn't a normal .exe (it is a PAR exe) and is also specially modified to allow it to be signed on OSX. I might be able to design a warning about stripping but this is the first time in years anyone has tried to strip it ...

@plk plk closed this as completed May 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants