Advertisement
Guest User

LFS Error

a guest
Feb 10th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. Hey, i try LFS and , as succinctly as I can put, I've gotten all the way to 6.29 in the book (Coreutils) and I seem to be receiving the following error when running the "make" command. Full output is as follows:
  2.  
  3. CCLD src/cp
  4. lib/libcoreutils.a(acl-internal.o): In function `free_permission_context':
  5. /sources/coreutils-8.24/lib/acl-internal.c:477: undefined reference to `acl_free'
  6. /sources/coreutils-8.24/lib/acl-internal.c:480: undefined reference to `acl_free'
  7. collect2: error: ld returned 1 exit status
  8. Makefile:7616: recipe for target 'src/cp' failed
  9. make[2]: *** [src/cp] Error 1
  10. make[2]: Leaving directory '/sources/coreutils-8.24'
  11. Makefile:11169: recipe for target 'all-recursive' failed
  12. make[1]: *** [all-recursive] Error 1
  13. make[1]: Leaving directory '/sources/coreutils-8.24'
  14. Makefile:5809: recipe for target 'all' failed
  15. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement