From: Philipp R. <ph...@ph...> - 2014-04-23 08:49:00
|
Hi again ;-) Follow up: came across the following post: http://www.redhat.com/archives/redhat-install-list/2010-December/msg00011.ht ml He had the same problem on a 64bit environment. Looks like there are some troubles in the disk_io.c file (assembly related). Has anybody sucessfully compiled TrustedGrub on a new 64bit OS? Cheers Von: Philipp Rusch [mailto:ph...@ph...] Gesendet: Mittwoch, 23. April 2014 09:32 An: tru...@li... Betreff: [Trustedgrub-users] Compilation problem Hi all, i am actually trying to compile Trusted Grub (1.1.15) on an HP EliteBook 8570p which runs Fedora 20. I am facing some errors druing the compilation phase: - First I struggled around with this error: stage2/Makefile.am:46: error: 'pkglibdir' is not a legitimate directory for 'DATA' - I fixed this with the following instructions tar xfvz TrustedGRUB-1.1.5.src.tar.gz $ cd TrustedGRUB-1.1.5 $ fgrep -rlZ pkglib_DATA --include Makefile.am . \ | xargs -0 sed -i 's/pkglib_DATA/pkgdata_DATA/g' $ cd .. $ mv TrustedGRUB-1.1.5.src.tar.gz TrustedGRUB-1.1.5.src.tar.gz.bak $ tar cfvz TrustedGRUB-1.1.5.src.tar.gz TrustedGRUB-1.1.5 But now I am stuck. The following error occurs: parallel-tests: error: required file './test-driver' not found parallel-tests: 'automake --add-missing' can install 'test-driver' Does anybody has an idea how to come over this? Any help is greatly appreciated! Thanks in advance. Cheers, Philipp |