[opensuse-buildservice] commit 60437ab1dfc1804d75a7988c2d7600d059fcc1a3 broke cross baselib

Hi all! Whats the reason behind: - if test -e $BUILD_ROOT/usr/lib/build/baselibs_global.conf; then - BASELIBS_GLOBAL="-c /usr/lib/build/baselibs_global.conf" + if test -e $BUILD_ROOT$BUILD_DIR/baselibs_global.conf; then + BASELIBS_GLOBAL="-c $BUILD_DIR/baselibs_global.conf" This broke Ports:ARM:Base:build:cross, as my global modifications anymore aren't used. Can we switch back or should we add an "internal" baselib_internal.conf to be fetched if present ? Best, Jan-Simon -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

Jan-Simon Möller wrote:
Whats the reason behind: - if test -e $BUILD_ROOT/usr/lib/build/baselibs_global.conf; then - BASELIBS_GLOBAL="-c /usr/lib/build/baselibs_global.conf" + if test -e $BUILD_ROOT$BUILD_DIR/baselibs_global.conf; then + BASELIBS_GLOBAL="-c $BUILD_DIR/baselibs_global.conf"
I'm not sure anymore :-) It's wrong as $BUILD_DIR is set to /.build when using a vm but this code is supposed to prefer the baselibs files from the distro it's building for.
This broke Ports:ARM:Base:build:cross, as my global modifications anymore aren't used.
Could those modifications be merged back into the build script?
Can we switch back or should we add an "internal" baselib_internal.conf to be fetched if present ?
I've reverted the change. cu Ludwig -- (o_ Ludwig Nussel //\ V_/_ http://www.suse.de/ SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (2)
-
Jan-Simon Möller
-
Ludwig Nussel