Re: Error building for 64-bit Windows (10)
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: 近藤雄太 <kondo@sraoss.co.jp>
Cc: pgsql-docs@lists.postgresql.org, Brian Ye <brian.y.ye@gmail.com>, Andrew Dunstan <andrew@dunslane.net>, buildfarm@sraoss.co.jp
Date: 2021-05-27T10:55:18Z
Lists: pgsql-docs
On Thu, May 27, 2021 at 07:21:16PM +0900, 近藤雄太 wrote: > First, the config option that specified the kerberos installation > directory was still "krb5", so we changed it to "gss". Thanks Kondo-san. Wow. So this has been actually untested for many years. The stuff got renamed in the MSVC scripts as of 74a72ec from 2014. > Secondly, kerberos SDK (include, lib) was not installed on hamerkop, so > we installed it. After that, we made sure that the "include" (not "inc") > directory existed under the kerberos installation directory > "C:\Program Files\MIT\Kerberos" which we set to "gss". > > Please check. From what I can see, hamerkop now fails to build, which is what I would expect with the current code. I'll go fix this stuff and backpatch, that should bring this buildfarm to green. -- Michael
Commits
-
Fix MSVC scripts when building with GSSAPI/Kerberos
- 7a4f2e158c0e 9.6.23 landed
- 8f507dbc6404 10.18 landed
- cf2e09544d92 11.13 landed
- a75268f1cbfb 12.8 landed
- ab81d004e401 13.4 landed
- 025110663448 14.0 landed