http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51025
Bug #: 51025 Summary: Compilation bug during coreutils 8.5 make run, as described in LFS 6.7 Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: major Priority: P3 Component: other AssignedTo: unassig...@gcc.gnu.org ReportedBy: abhijiteli...@gmail.com Created attachment 25750 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25750 This is a 'make' log of coreutils compilation 8.5 from the procedure given in LFS6.7 I am trying to build my own linux distribution from LFS 6.7 book. However I got a "make" error while compiling "coreutils-8.5". I Know that i have followed the procedure as given in the LFS book and did it till coreutils package. But however i am unable to compile coreutils. The last few lines look something like as follows: /mnt/lfs/sources/coreutils-8.5/lib/at-func.c:73: undefined reference to `lsetfilecon' collect2: ld returned 1 exit status make[3]: *** [chcon] Error 1 make[3]: Leaving directory `/mnt/lfs/sources/coreutils-8.5/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/mnt/lfs/sources/coreutils-8.5/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/mnt/lfs/sources/coreutils-8.5' make: *** [all] Error 2 I have followed the threads on the same topic and could not find an exact solution to the problem. I have attached a make log of the same in a separate file. Any suggestions or scripts/patches/fixes are welcome. Post it to this thread or send it to "abhijiteli...@gmail.com"