apple / foundationdb

FoundationDB - the open source, distributed, transactional key-value store

Home Page:https://apple.github.io/foundationdb/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make_public.py not executable in deb package

sblaisot opened this issue · comments

in deb package, /usr/lib/foudationdb/make_public.py is missing the executable bits.

The doc advise to execute sudo /usr/lib/foudationdb/make_public.py which result is sudo: /usr/lib/foundationdb/make_public.py: command not found

Trying to execute it as root without sudo leads to

#  /usr/lib/foundationdb/make_public.py
-bash: /usr/lib/foundationdb/make_public.py: Permission denied

indeed, this file from the deb package is not executable

# ls -l /usr/lib/foundationdb/make_public.py
-rw-r--r-- 1 root root 4129 sept. 21  2022 /usr/lib/foundationdb/make_public.py

This is strange as install is given instructions to make it executable: https://github.com/apple/foundationdb/blob/main/packaging/deb/builddebs.sh#L25