Thanks Mats !! Yes, I am able to build locally, so we have a suite of build options that we should test against prior to submitting a patch?
Also, were you able to get to those build error message by following jenkins links? I hunted around early, but did not find the specific error that you did. I’ll have a look the implicit declaration of function ‘ConvertDerCertToPem' error Cheers! Steve j > On Jan 22, 2018, at 1:16 PM, Mats Wichmann <[email protected]> wrote: > > On 01/22/2018 01:00 PM, Steve Saunders (CableLabs) wrote: >> Greetings All, >> >> I posted a patch to master a while back, just some logging stuff, and >> Jenkins is reporting the following failures: >> >> https://gerrit.iotivity.org/gerrit/#/c/23933/ > ... >> >> https://build.iotivity.org/ci/job/iotivity-verify-unit_tests/20771/ : FAILURE >> >> Honestly, I am at a bit of a loss regarding how to troubleshoot these issues. >> >> Are these unit test failures, build failures, other? > > It's a build fail: > > 14:43:27 resource/csdk/security/src/credresource.c: In function 'logCert': > 14:43:27 resource/csdk/security/src/credresource.c:3898:13: error: > implicit declaration of function 'ConvertDerCertToPem' > [-Werror=implicit-function-declaration] > 14:43:27 resource/csdk/security/src/credresource.c: In function 'logCred': > 14:43:27 resource/csdk/security/src/credresource.c:3935:14: error: > 'OicSecCred_t' has no member named 'publicData' > > why some setups are seeing it and others not is not entirely clear but > since the functions it's complaining about are logCert and logCred, it > looks like Your Error, sorry. :) > > are you able to build locally? if so, which config? it's likely the > failing builds are using some combination of options you haven't tested. > > _______________________________________________ > iotivity-dev mailing list > [email protected] > https://lists.iotivity.org/mailman/listinfo/iotivity-dev _______________________________________________ iotivity-dev mailing list [email protected] https://lists.iotivity.org/mailman/listinfo/iotivity-dev
