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

TimescaleDB CMake Error #751

Open
pauljsymonds opened this issue Feb 11, 2024 · 2 comments
Open

TimescaleDB CMake Error #751

pauljsymonds opened this issue Feb 11, 2024 · 2 comments

Comments

@pauljsymonds
Copy link

pauljsymonds commented Feb 11, 2024

Trying to install / Build Timescale DB. Their docs state if you install Postgres by any other method than Brew that you will receive errors and point to build from source.

% make install
[  0%] Built target sqlfile
[ 18%] Built target sqlupdatescripts
[ 18%] Built target gitcheck
[ 66%] Built target timescaledb
[ 70%] Built target timescaledb-loader
[100%] Built target timescaledb-tsl
Install the project...
-- Install configuration: "Release"
-- Installing: /Applications/Postgres.app/Contents/Versions/16/share/postgresql/extension/timescaledb.control
CMake Error at cmake_install.cmake:49 (file):
  file INSTALL cannot copy file
  "/Users/paulsymonds/Development/timescaledb/build/timescaledb.control" to
  "/Applications/Postgres.app/Contents/Versions/16/share/postgresql/extension/timescaledb.control":
  Operation not permitted.


make: *** [install] Error 1

Apple have clearly locked this down

There is a way though you can allow Terminal Access in Settings!

see link here also timescale/timescaledb#6474

@jakob
Copy link
Member

jakob commented Feb 14, 2024

There is a way though you can allow Terminal Access in Settings!

Yes, I've discovered this previously, it was discussed in #719. We should probably document that somewhere

@jakob
Copy link
Member

jakob commented Feb 14, 2024

I checked and t's already documented in the docs https://postgresapp.com/documentation/install.html in the section titled "Building custom PostgreSQL extensions".

However, that page is pretty long. If you have suggestions how to make the docs more accessible, please let us know.

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