Hi, to be able to provide packages for mainline and linux-next (*) more reliably, I changed the spec files to retry the build if a staging driver fails. So for instance last week, it looked like this: /home/abuild/rpmbuild/BUILD/kernel-vanilla-3.2.rc3/linux-3.2-rc3/drivers/staging/iio/industrialio-core.c:262:32: error: 'ev_int' undeclared (first use in this function) ... make[5]: *** [drivers/staging/iio/industrialio-core.o] Error 1 ... make: *** [all] Error 2 + test 2 -eq 0 + /home/abuild/rpmbuild/SOURCES/try-disable-staging-driver buildlog Build failed due to drivers/staging/iio Trying to disable CONFIG_IIO GEN /home/abuild/rpmbuild/BUILD/kernel-vanilla-3.2.rc3/linux-obj/Makefile HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf scripts/kconfig/conf --silentoldconfig Kconfig # # configuration written to .config # + echo 'Retrying make' ... In the meantime, iio got fixed in upstream, so the latest kernel-vanilla packages contain it again. Now the question is - do we want this for the master branch (i.e. the Factory kernel) as well? (*) See http://kernel.opensuse.org/branches/vanilla and http://kernel.opensuse.org/branches/linux-next Michal -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org