[ELDK] Rebuilding the ELDK 4.2 from Scratch
Steve Lee
redferrari0987 at yahoo.com
Sat Nov 14 06:20:34 CET 2009
Hi,
I am a newbie to ELDK but I am experienced with building the Linux kernel 2.6.xx
I followed your instructions :
http://www.denx.de/wiki/view/DULG/ELDKRebuilding
3.10. Rebuilding the ELDK from Scratch
I downloaded the cdrom.
Installed it
bash$ /mnt/cdrecorder/install -d /opt/eldk
bash$ cd /opt/eldk
bash$ git-clone git://www.denx.de/git/eldk/build
bash$ git-clone git://www.denx.de/git/eldk/tarballs
bash$ git-clone git://www.denx.de/git/eldk/SRPMS
bash$ ./ELDK_BUILD -a arm
The build fails several times on the exact same error.
I checked the log files:
/opt/eldk/build/<build_name>/logs/build_make.log
here is the following error when I tried to build using the command above.
761 + echo ============END TESTING===========
762 ============END TESTING===========
763 + exit 0
764 Processing files: make-arm-3.81-6
765 error: File not found by glob:
/var/tmp/eldk.G24607/usr/share/info/*.inf 765 o*
766 Executing(%doc): /bin/sh -e
/opt/eldk/build/arm-2009-11-03/work/var/tmp/ 766 rpm-tmp.35222
767 + umask 022
768 + cd /opt/eldk/build/arm-2009-11-03/work/usr/src/denx/BUILD
769 + cd make-3.81
770 + DOCDIR=/var/tmp/eldk.G24607/usr/share/doc/make-arm-3.81
771 + export DOCDIR
772 + rm -rf /var/tmp/eldk.G24607/usr/share/doc/make-arm-3.81
773 + /bin/mkdir -p /var/tmp/eldk.G24607/usr/share/doc/make-arm-3.81
774 + cp -pr NEWS README /var/tmp/eldk.G24607/usr/share/doc/make- arm-3.81
775 + exit 0
776 Processing files: make-arm-debuginfo-3.81-6
777
778
779 RPM build errors:
780 File not found by glob: /var/tmp/eldk.G24607/usr/share/info/*.info*
(END)
I tried this same procedure on three host, Redhat 7.3, RHEL 4.6, and OpenSuse 10.3 and all three failed with the identical error message.
Please advise on how to build from scratch.
I like to be the build master of ELDK for all supported platforms.
Thanks
Steve Lee
More information about the eldk
mailing list