The realpath_fix patch included an unitialised variable which modern GCC cleverly optimises away, however hosts with older GCC like CentOS 5.x weren't so lucky and... BOOM.
See http://git.yoctoproject.org/cgit/cgit.cgi/pseudo/commit/?id=4a646c8bbe73ca830cb8c2e80be4b457d925cdd4 for a more detailed description. The following changes since commit 6ca80453618fa308cc2d6329450aaf5dfdf2d610: Fixed concurrency problem for ZIP packed recipes. (2011-07-19 18:03:04 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib josh/pseudo http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=josh/pseudo Joshua Lock (1): pseudo: fix uninitialised variable in realpath_fix.patch .../pseudo/pseudo/realpath_fix.patch | 2 +- meta/recipes-devtools/pseudo/pseudo_1.1.1.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 1.7.6 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
