Re: Version 1.19.1 compilation issue - RedHat Linux

2021-05-17 Thread Vipul Mehta
Workaround of removing "error=uninitialized" is working fine. Will report if I find any issue during runtime. I believe not many have migrated to the 1.19.x version and we might be early consumers. We are looking specifically for resourced based constrained delegation support added in version 1.19

Re: Version 1.19.1 compilation issue - RedHat Linux

2021-05-13 Thread Robbie Harwood
Vipul Mehta writes: > I am trying to compiler MIT Kerberos version 1.19.1 in RedHat linux with > following gcc: > gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4) > > What is the version of gcc used to build and test MIT Kerberos in dev > environment ? For what it's worth: I make the RHEL krb5 builds

Re: Version 1.19.1 compilation issue - RedHat Linux

2021-05-12 Thread Greg Hudson
On 5/12/21 8:17 AM, Vipul Mehta wrote: > Getting following error: > gic_keytab.c:185: error: ‘etype_list’ may be used uninitialized in this > function This is a false positive (etype_list can only be used uninitialized if k5_canonprinc() returns zero candidates without erroring out, and it doesn't

Version 1.19.1 compilation issue - RedHat Linux

2021-05-12 Thread Vipul Mehta
Hi, I am trying to compiler MIT Kerberos version 1.19.1 in RedHat linux with following gcc: gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4) Getting following error: gic_keytab.c:185: error: ‘etype_list’ may be used uninitialized in this function At top level: cc1: warning: unrecognized command line op