cerbero icon indicating copy to clipboard operation
cerbero copied to clipboard

append_env broken

Open ijsf opened this issue 9 years ago • 4 comments

Cerbero function append_env seems to be broken. This is also mentioned in the recipes/seed.recipe file. As a result, I am not sure how to pass environment variables properly.

ijsf avatar Mar 28 '15 02:03 ijsf

Actually, I'm not sure in what circumstances append_env doesn't work. If it didn't work at all, everything in Cerbero would be broken. We rely on append_env very heavily in openwebrtc.recipe, icu.recipe, etc.

nirbheek avatar Mar 28 '15 04:03 nirbheek

This is perhaps the cause of the icu typeinfo include issue where it doesn't find gnustl because it's not in the CXXFLAGS as it should be.

superdump avatar Mar 28 '15 07:03 superdump

Perhaps, but then we'd see similar failures in openwebrtc.recipe as well. Maybe there's something common between icu and seed which causes intermittent failures, but isn't in openwebrtc.recipe.

nirbheek avatar Mar 28 '15 07:03 nirbheek

This was working for me before, but suddenly stopped working for me ingst-plugins-bad-1.0-static.recipe (patched by me).

ijsf avatar Mar 28 '15 12:03 ijsf