On Sat, 2021-03-27 at 02:41 +0100, Lars Poeschel wrote: > From: Lars Poeschel <[email protected]> > > The functions for checking the C compiler version call the compiler with > the --version argument and capture stdout and stderr to extract the > version information from that. This does not work if something goes > wrong for the compiler and it then prints some warning to stderr. The > following regex will certainly fail in that case. > It is better to just concentrate on stdout where the real version is > printed to and ignore stderr. So we have a chance to get a version info > even if a waring or error happened. > > Signed-off-by: Lars Poeschel <[email protected]> > --- > meta/lib/oe/utils.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
What kind of warning/error would a compiler generate that we should ignore here? This seems a little odd... Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#150011): https://lists.openembedded.org/g/openembedded-core/message/150011 Mute This Topic: https://lists.openembedded.org/mt/81644274/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
