|
From: Serge L. <fi...@in...> - 2008-04-01 10:00:35
|
Hi Oliver, Oliver Niesner wrote: > both systems running a fresh lfssystem and a fresh checkout from yestrerday/today. > > After the normal configuration procedure both systems hang forever after prepare :-/ > > Has anyone an idea what went wrong? ... > >> bin/bash -login >> 27801 pts/2 S+ 0:00 | \_ make prepare build install iso dist >> 2370 pts/2 S+ 0:00 | \_ /bin/sh scripts/build.sh build >> 2700 pts/2 SN+ 0:00 | \_ /bin/bash /data/build/scripts/prepare build >> 4972 pts/2 SN+ 0:00 | \_ make oldconfig >> 5019 pts/2 SN+ 0:00 | \_ make -f scripts/Makefile.build obj=scripts/kconfig oldconfig >> 5076 pts/2 SN+ 0:00 | \_ scripts/kconfig/conf -o arch/x86/Kconfig Yes, I guess the reason of that. Probably, it's me. :-( Well. Technically, there are lack of parameters in kernel's .config and "make oldconfig" cannot configure the kernel. If you set "CONFIG_DISABLELOGGING=n" in _DL_ .config you will see the request for a missed parameters. I'm afraid it may be my change for SYSRQ enabling, which has checked though. -- Serge Leschinsky |