Gürkan İndibay

Results 35 comments of Gürkan İndibay

> Do we error out if the `POSTGRES_PASSWORD` env var is not supplied in a `docker run` command? > > Is this parameter optional or required? Parameter is mandatory. Error...

Problem fixed . Manual execution is now working

@onurctirtir Thanks for the heads up. However,my plate is full for now. I have urgent issues to fix

related to https://github.com/citusdata/docker/issues/207 we will track from that issue

Hi @mintuhouse Thanks for your interest. We don't publish this image into dockerhub . But you can build and run locally using the PR description you referenced. If you have...

I have the same problem in ubuntu focal docker image GCC Version: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 Logs ``` Detecting compiler hash for triplet x64-linux... The following packages will be built...

@JackBoosY I've just added the failures of the log. I hope it's enough for you [openssl_logs.log](https://github.com/microsoft/vcpkg/files/9571871/openssl_logs.log) I'm using a Makefile to be able to build the azure sdk.Yesterday I noticed...

@JackBoosY I added these flags into cmake but still got the same errors ``` cmake -DCPPFLAGS="-ansi ./config no-asm --strict-warnings -D_DEFAULT_SOURCE" -DCMAKE_CXX_STANDARD=11 -DCMAKE_CXX_STANDARD_REQUIRED=ON -DCMAKE_CXX_COMPILER=/usr/bin/g++ -DCMAKE_C_COMPILER=/usr/bin/gcc -DCMAKE_MAKE_PROGRAM=/usr/bin/make -DCMAKE_CXX_FLAGS="-ansi ./config no-asm --strict-warnings -D_DEFAULT_SOURCE"...

Hi @JackBoosY I fixed the issue by setting dialect in Makefile I realizded that we have PG_CFLAGS parameter which is set to CFLAGS in Makefile and has the argument -std=c99....

@zhihuiLiang We set -std=gnu99 in CFLAGS variable in our own Makefile. It was c99 before