#47006: kerberos5 @1.13 10.4 build failure unititialised object ---------------------------+-------------------------------- Reporter: geoffdown@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Keywords: tiger powerpc | Port: kerberos5 ---------------------------+-------------------------------- Upgrade build fails with error: {{{ :info:build kcmrpc.c: In function 'k5_kcmrpc_call': :info:build kcmrpc.c:539: error: 'Out1P' may be used uninitialized in this function }}} Indeed in that function: {{{ Request *InP = &Mess.In; 538 Reply *Out0P = &Mess.Out; 539 Reply *Out1P; ... 608 #if defined(__MIG_check__Reply__call_t__defined) 609 check_result = __MIG_check__Reply__call_t((__Reply__call_t *)Out0P, (__Reply__call_t **)&Out1P); }}} -- Ticket URL: <https://trac.macports.org/ticket/47006> MacPorts <https://www.macports.org/> Ports system for OS X