Liubomyr Vyhovskyi

Results 7 comments of Liubomyr Vyhovskyi

@JerrySievert I am trying to build v3.1.2 from sources, but getting an error: ``` [root@2b9254dbd7f9 plv8-3.1.2]# make make -f Makefiles/Makefile.linux v8 make[1]: Entering directory '/root/plv8-3.1.2' Setting up build directory Downloading...

> /usr/bin/ld: cannot find -lstdc++ Was able to solve this by installing `libstdc++-static` package: `yum install -y libstdc++-static` It started building V8 now... but I ended up with another issue:...

@JerrySievert ![image](https://user-images.githubusercontent.com/3791692/136604276-a94c18ac-8a7f-48da-9529-212649e51348.png)

There are compilation errors. You can see it in your build log: `plv8.cc(525,18): error C2131: expression did not evaluate to a constant` Looks like it works for GCC compiler but...

> Finally i found the problem causing this error: As stated [here](https://github.com/jscutlery/semver/blob/main/packages/semver/src/executors/github/README.md): @jscutlery/semver:github requires [GitHub CLI](https://cli.github.com/manual/installation) to be installed. I added installation steps for linuxbrew and Github CLI > >...

@HugoMario @Formartha I have the same issue. Reproducible on v2.4.7. But it works on 2.3.1

It looks like pgAdmin loads the file into memory before serving the Download file request...