From: Olga C. <ol...@gm...> - 2014-04-23 11:34:14
|
I've compiled TrustedGRUB successfully on several 64-bit systems (CentOS, Fedora). You need to install 64-bit compatibility libraries and that should fix all the compilation problems you are having. I've installed the following: 1. compat-gcc-34-3.4.6-19.el6.x86_64 (or whatever the current version is) 2. libgcc45-32bit (whatever the latest x86_64 package is) After that TrustedGRUB installed without issues. -- per aspera ad astra -- On Wed, Apr 23, 2014 at 4:48 AM, Philipp Rusch <ph...@ph...> wrote: > Hi again ;-) > > > > Follow up: came across the following post: > http://www.redhat.com/archives/redhat-install-list/2010-December/msg00011.html > > > > 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 > > > ------------------------------------------------------------------------------ > Start Your Social Network Today - Download eXo Platform > Build your Enterprise Intranet with eXo Platform Software > Java Based Open Source Intranet - Social, Extensible, Cloud Ready > Get Started Now And Turn Your Intranet Into A Collaboration Platform > http://p.sf.net/sfu/ExoPlatform > _______________________________________________ > Trustedgrub-users mailing list > Tru...@li... > https://lists.sourceforge.net/lists/listinfo/trustedgrub-users > > |