-
Notifications
You must be signed in to change notification settings - Fork 165
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
On Ubuntu 22.04 container, I am getting "*** write jobserver: Bad file descriptor. Stop." for Command "make local_build" #621
Comments
postgres@nusql_cntr1:~$ PRETTY_NAME="Ubuntu 22.04.4 LTS" |
Commands run are: cd /var/lib/postgresql/extension-build git clone https://github.com/yandex/odyssey.git |
root@nusql_cntr1:/var/lib/postgresql/extension-build# git clone https://github.com/yandex/odyssey.git You are in 'detached HEAD' state. You can look around, make experimental If you want to create a new branch to retain commits you create, you may git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 9ea5d80 Enhanced PostgreSQL setup script: (#607) -- Could NOT find PROM (missing: PROM_LIBRARY PROM_INCLUDE_DIR) -- Could NOT find PROMHTTP (missing: PROMHTTP_LIBRARY PROMHTTP_INCLUDE_DIR)
|
Container is created in my Mac laptop as: docker run -dit --name=nusql_cntr1 --hostname=nusql_cntr1 --platform=linux/amd64 hub.tess.io/mpdba/nusql:pg_16rel_dev_b14_x |
Laptop hardware/software: |
I am stuck on the Odyssey build. |
It looks like you are building odyssey with postgres version 16.3 |
On Ubuntu 22.04 container, I am getting "*** write jobserver: Bad file descriptor. Stop." for Command "make local_build"
The text was updated successfully, but these errors were encountered: