Current snapshot of grub2 fails to build on PPC; as explained on grub-devel, this is due to missing libgcc symbols. I compared with the latest factory build. Factory: [ 267s] checking for __bswapsi2... yes [ 267s] checking for __bswapdi2... yes [ 267s] checking for __ashldi3... yes [ 267s] checking for __ashrdi3... yes [ 267s] checking for __lshrdi3... yes [ 267s] checking for __ucmpdi2... yes [ 268s] checking for _restgpr_14_x... yes Snapshot: [ 119s] checking for __bswapsi2... no [ 119s] checking for __bswapdi2... no [ 119s] checking for __ashldi3... no [ 120s] checking for __ashrdi3... no [ 120s] checking for __lshrdi3... no [ 120s] checking for __ucmpdi2... no [ 120s] checking for _restgpr_14_x... no Something has changed in either grub2 build system or in how compiler works on PPC. I can resort to "set -x" but getting config.log would be really more helpful. Thank you. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org