From: Philipp R. <ph...@ph...> - 2014-04-23 07:48:27
|
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 |
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 |
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 > > |
From: Philipp R. <ph...@ph...> - 2014-04-23 13:06:24
|
Hi! I installed compat compat-gcc-34-3.4.6-29.fc19.x86_64, but the compilation process still fails with the same error: checking host system type... x86_64-unknown-linux-gnu checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... gcc checking for gcc... (cached) gcc checking whether the C compiler works... no configure: error: in `/home/phru/Downloads/tmp/TrustedGRUB-1.1.5/TrustedGRUB-1.1.5': configure: error: C compiler cannot create executables See `config.log' for more details Do you have any other hints or ideas to try? Thanks in advance! Von: Olga Chen [mailto:ol...@gm...] Gesendet: Mittwoch, 23. April 2014 13:33 An: Philipp Rusch Cc: tru...@li... Betreff: Re: [Trustedgrub-users] Compilation problem 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... <mailto: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... <mailto:ph...@ph...> ] Gesendet: Mittwoch, 23. April 2014 09:32 An: tru...@li... <mailto: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... <mailto:Tru...@li...> https://lists.sourceforge.net/lists/listinfo/trustedgrub-users |
From: Philipp R. <ph...@ph...> - 2014-04-23 13:52:38
|
Whooop, whooop. Finally I got it ;-). What was missing? Yum install libgcc.x86_64 libgcc.i686 glibc-devel compat-gcc-34 texinfo Thanks for your help! :) Von: Olga Chen [mailto:ol...@gm...] Gesendet: Mittwoch, 23. April 2014 13:33 An: Philipp Rusch Cc: tru...@li... Betreff: Re: [Trustedgrub-users] Compilation problem 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... <mailto: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... <mailto:ph...@ph...> ] Gesendet: Mittwoch, 23. April 2014 09:32 An: tru...@li... <mailto: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... <mailto:Tru...@li...> https://lists.sourceforge.net/lists/listinfo/trustedgrub-users |
From: Philipp R. <ph...@ph...> - 2014-04-24 12:19:00
|
Hi, sorry for bothering again, but I am stuck :/. Have you been able to install TrustedGrub on a EFI system? I am not able to mount the right /boot Partition within the grub installation utility. I also tried to use the grub-install utility, but when using this I am facing an error like (it is a HP notebook, therfore I tried this command too): /usr/local/lib/grub/x86_64-unknown/stage1: Not found. When trying to mount the /boot partition (not the EFI one): Error 22: No such partition Then I tried to mount the /boot/efi partition grub> root (hd0,0) root (hd0,0) grub> setup (hd0) setup (hd0) Error 17: Cannot mount selected partition The /boot/efi uses VFAT as filesystem type and /boot ext4. I had success when installing it in a virtualized environment (no EFI), but it’s kinda worthless without the TPM. Thanks in advance! Von: Olga Chen [mailto:ol...@gm...] Gesendet: Mittwoch, 23. April 2014 13:33 An: Philipp Rusch Cc: tru...@li... Betreff: Re: [Trustedgrub-users] Compilation problem 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... <mailto: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... <mailto:ph...@ph...> ] Gesendet: Mittwoch, 23. April 2014 09:32 An: tru...@li... <mailto: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... <mailto:Tru...@li...> https://lists.sourceforge.net/lists/listinfo/trustedgrub-users |
From: Olga C. <ol...@gm...> - 2014-04-24 12:38:03
|
Please someone correct me if I am wrong, but I thought TrustedGRUB does not work with an EFI system. I would love TrustedGRUB to be ported to Grub 2. This would solve a lot of problems (like support for LVM) and probably the EFI issue as well? -- per aspera ad astra -- On Thu, Apr 24, 2014 at 8:18 AM, Philipp Rusch <ph...@ph...> wrote: > Hi, > > > > sorry for bothering again, but I am stuck :/. > > Have you been able to install TrustedGrub on a EFI system? I am not able > to mount the right /boot Partition within the grub installation utility. I > also tried to use the grub-install utility, but when using this I am facing > an error like (it is a HP notebook, therfore I tried this command too): > > > > /usr/local/lib/grub/x86_64-unknown/stage1: Not found. > > > > When trying to mount the /boot partition (not the EFI one): > > > > Error 22: No such partition > > > > Then I tried to mount the /boot/efi partition > > > > grub> root (hd0,0) > > root (hd0,0) > > grub> setup (hd0) > > setup (hd0) > > > > Error 17: Cannot mount selected partition > > > > The /boot/efi uses VFAT as filesystem type and /boot ext4. > > > > I had success when installing it in a virtualized environment (no EFI), > but it’s kinda worthless without the TPM. > > > > Thanks in advance! > > > > > > *Von:* Olga Chen [mailto:ol...@gm...] > *Gesendet:* Mittwoch, 23. April 2014 13:33 > *An:* Philipp Rusch > *Cc:* tru...@li... > *Betreff:* Re: [Trustedgrub-users] Compilation problem > > > > 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 > > > |