Le 21/10/2014 17:01, 이승범 a écrit : > Hello, > > While building with Rev. 3807 of ALFS svn, I got this problem... > I tried twice but the same. > Can anyone give me a hint please..?? > > Regards. > > Mach > > > Building target 149-kernel > [+++++++++++++++++++++++++++++++++++++++/Makefile:1793: recipe for target > '149-kernel' failed > make: *** [149-kernel] Error 2 > make[1]: *** [mk_BOOT] Error 2 > make[1]: Leaving directory `/mnt/build_dir/jhalfs' > > ERROR: Error 2 at common/common-functions line 39! > > > <jhalfs-trunk> exit > > make: *** [all] Error 2 > > npms@nmps:/mnt/build_dir/jhalfs/logs$ tail 149-kernel > CC [M] drivers/staging/lustre/lustre/ptlrpc/sec_plain.o > CC [M] drivers/staging/lustre/lustre/ptlrpc/nrs.o > CC [M] drivers/staging/lustre/lustre/ptlrpc/nrs_fifo.o > CC [M] drivers/staging/lustre/lustre/ptlrpc/sec_lproc.o > LD [M] drivers/staging/lustre/lustre/obdclass/obdclass.o > LD [M] drivers/staging/lustre/lustre/osc/osc.o > LD [M] drivers/staging/lustre/lustre/ptlrpc/ptlrpc.o > LD drivers/staging/built-in.o > LD drivers/built-in.o > make[1]: Leaving directory '/sources/linux-3.17.1' >
Hi, Sorry for the delay in answering, I had somehow overlooked that message. Do you use parallel jobs with make (-j N)? If so, it may be that the error is higher in the log. Have you tried to change to the /mnt/build_dir/sources/linux-3.17.1 directory and type make (as root)? If there is an error, it should show up very soon. Pierre -- http://lists.linuxfromscratch.org/listinfo/alfs-discuss FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
