**** BEGIN LOGGING AT Thu Jun 22 03:00:02 2017 Jun 22 08:58:26 Hi, I am having some issues, trying to build libgfortar6.3 from yocto pyro. Seems like the cross compiler is not ainstalled into the recipe_sysroot. I am coming from a version where there was no recipe_sysroot :), how can I debug/learn more about it? Jun 22 09:01:28 ribalda_: so assuming libgfortran is being produced (you can probably search for it under tmp/sysroot-components) then it's probably a matter of missing DEPENDS in your recipe Jun 22 09:03:32 bluelightning: What I cant build is libgfortan. It fails during configuration because the cross-compiler is missing. Jun 22 09:04:27 ribalda_: the cross-compiler should be in the recipe's sysroot by default unless INHIBIT_DEFAULT_DEPS is set Jun 22 09:04:48 ribalda_: what's actually in the recipe-sysroot(-native) for libgfortran ? Jun 22 09:05:30 bluelightning: s tmp/work/bobcat_64-poky-linux/libgfortran/6.3.0-r0/recipe-sysroot-native/usr/bin/ Jun 22 09:05:33 aclocal autoheader automake-1.15 autoupdate ifnames quilt Jun 22 09:05:35 aclocal-1.15 autom4te autoreconf gnu-configize libtoolize texinfo-dummy-native Jun 22 09:05:38 autoconf automake autoscan guards m4 x86_64-linux-libtool Jun 22 09:06:40 bluelightning: meta/recipes-devtools/gcc/libgfortran.inc:INHIBIT_DEFAULT_DEPS = "1" Jun 22 09:06:52 so, it is the INHIBIT_DEFAULT_DEPS Jun 22 09:07:08 ribalda_: right, that will do it Jun 22 09:07:45 I wonder why that was added... probably things just worked in spite of that in earlier versions due to ordering Jun 22 09:09:26 bluelightning: I have added DEPENDS += "gcc-cross-${TARGET_ARCH} and now it passes configure, but it stalls in compilation... this is weird, it is part of oe-core it should be pretty good tested Jun 22 09:12:22 I'm not sure it's included in our tests **** ENDING LOGGING AT Fri Jun 23 03:00:04 2017