Attached to Project: CRUX-ARM
Opened by Victor Martinez - 2013-09-10
Last edited by Jose V Beneyto - 2013-09-11
Opened by Victor Martinez - 2013-09-10
Last edited by Jose V Beneyto - 2013-09-11
FS#50 - coreutils: update to 8.20 fails
...
GEN lib/fcntl.h GEN lib/selinux/selinux.h GEN lib/selinux/context.h CC src/make-prime-list.o CCLD src/make-prime-list GEN src/primes.h
/bin/sh: src/make-prime-list: cannot execute binary file
Closed by Jose V Beneyto
Wednesday, 11 September 2013, 10:23 GMT
Reason for closing: Fixed
Additional comments about closing:
Wednesday, 11 September 2013, 10:23 GMT
Reason for closing: Fixed
Additional comments about closing:
See comments
http://lists.gnu.org/archive/html/bug-coreutils/2012-10/msg00176.html http://lists.cross-lfs.org/pipermail/clfs-dev-cross-lfs.org/2012-November/001237.html
for now I’m working on a solution that first builds make-prime-list with host compiler flags
this problem is solved by I have some other problems that I need to fix, but they are not related to make-prime-list stuff
I started to work on a solution that runs 2 times the configure script: first one required to later execute ‘make src/primes.h’, and second one for the crosscompilation, but I found a better and clean solution from clfs-dev:
http://comments.gmane.org/gmane.linux.lfs.clfs.devel/1932
after use this to fix the issue with make-prime-list I found some other errors related to manpages that cannot be fixed with our current Pkgfile so I rewrite our old fix to avoid rebuild manpages