I'm trying to use a vmm on nova , and i can execute the following command due to an integrity problem i guess. I need help solving this problem
I tried to build the vmm , the same goes with tz_vmm , using the command root@...115...:/genode-17.11/nova_build_dir# make run=vmm
i'm guessing since there is a makefile its already compiled , and it worked using the demo and terminal_crosslink ( even though i couldn't really launch terminal_crosslink)
it shows few lines but at the end i get the error :
Error: Ports not prepared or outdated: acpica bzip2 ccid curl drm e2fsprogs-lib exfat expat fatfs freetype fribidi fuse-ext2 gmp icu jbig2dec jitterentropy jpeg libav libc libiconv libpng libssh libusb lua lwip mesa mpc mpfr mupdf ncurses ntfs-3g openjpeg openssl pcg-c pcre pcsc-lite python qemu-usb qoost qt5 readline rust sdl sdl_image sdl_mixer sdl_net sdl_ttf stdcxx zlib
You can prepare respectively update them as follows: /genode-17.11/tool/ports/prepare_port acpica bzip2 ccid curl drm e2fsprogs-lib exfat expat fatfs freetype fribidi fuse-ext2 gmp icu jbig2dec jitterentropy jpeg libav libc libiconv libpng libssh libusb lua lwip mesa mpc mpfr mupdf ncurses ntfs-3g openjpeg openssl pcg-c pcre pcsc-lite python qemu-usb qoost qt5 readline rust sdl sdl_image sdl_mixer sdl_net sdl_ttf stdcxx zlib
make[1]: *** [check_ports] Error 1 make: *** [gen_deps_and_build_targets] Error 2
i tried running the command but i get the following error message:
root@...115...:/genode-17.11/nova_build_dir# /genode-17.11/tool/ports/prepare_port acpica bzip2 ccid curl drm e2fsprogs-lib exfat expat fatfs freetype fribidi fuse-ext2 gmp icu jbig2dec jitterentropy jpeg libav libc libiconv libpng libssh libusb lua lwip mesa mpc mpfr mupdf ncurses ntfs-3g openjpeg openssl pcg-c pcre pcsc-lite python qemu-usb qoost qt5 readline rust sdl sdl_image sdl_mixer sdl_net sdl_ttf stdcxx zlib
Error: Hash sum check for acpica failed make[2]: *** [acpica.file] Error 1 make[1]: *** [_install_in_port_dir] Error 2 make: *** [acpica] Error 2
I'll be waiting for you answer Thank you
Same goes for seoul and virtual box Thanks
2018-02-17 12:19 GMT+00:00 jony jony <halu.hala.halu@...9...>:
I'm trying to use a vmm on nova , and i can execute the following command due to an integrity problem i guess. I need help solving this problem
I tried to build the vmm , the same goes with tz_vmm , using the command root@...115...:/genode-17.11/nova_build_dir# make run=vmm
i'm guessing since there is a makefile its already compiled , and it worked using the demo and terminal_crosslink ( even though i couldn't really launch terminal_crosslink)
it shows few lines but at the end i get the error :
Error: Ports not prepared or outdated: acpica bzip2 ccid curl drm e2fsprogs-lib exfat expat fatfs freetype fribidi fuse-ext2 gmp icu jbig2dec jitterentropy jpeg libav libc libiconv libpng libssh libusb lua lwip mesa mpc mpfr mupdf ncurses ntfs-3g openjpeg openssl pcg-c pcre pcsc-lite python qemu-usb qoost qt5 readline rust sdl sdl_image sdl_mixer sdl_net sdl_ttf stdcxx zlib
You can prepare respectively update them as follows: /genode-17.11/tool/ports/prepare_port acpica bzip2 ccid curl drm e2fsprogs-lib exfat expat fatfs freetype fribidi fuse-ext2 gmp icu jbig2dec jitterentropy jpeg libav libc libiconv libpng libssh libusb lua lwip mesa mpc mpfr mupdf ncurses ntfs-3g openjpeg openssl pcg-c pcre pcsc-lite python qemu-usb qoost qt5 readline rust sdl sdl_image sdl_mixer sdl_net sdl_ttf stdcxx zlib
make[1]: *** [check_ports] Error 1 make: *** [gen_deps_and_build_targets] Error 2
i tried running the command but i get the following error message:
root@...115...:/genode-17.11/nova_build_dir# /genode-17.11/tool/ports/prepare_port acpica bzip2 ccid curl drm e2fsprogs-lib exfat expat fatfs freetype fribidi fuse-ext2 gmp icu jbig2dec jitterentropy jpeg libav libc libiconv libpng libssh libusb lua lwip mesa mpc mpfr mupdf ncurses ntfs-3g openjpeg openssl pcg-c pcre pcsc-lite python qemu-usb qoost qt5 readline rust sdl sdl_image sdl_mixer sdl_net sdl_ttf stdcxx zlib
Error: Hash sum check for acpica failed make[2]: *** [acpica.file] Error 1 make[1]: *** [_install_in_port_dir] Error 2 make: *** [acpica] Error 2
I'll be waiting for you answer Thank you
Hi,
On Sat, Feb 17, 2018 at 12:19:30PM +0000, jony jony wrote:
i tried running the command but i get the following error message:
root@...115...:/genode-17.11/nova_build_dir# /genode-17.11/tool/ports/prepare_port acpica bzip2 ccid curl drm e2fsprogs-lib exfat expat fatfs freetype fribidi fuse-ext2 gmp icu jbig2dec jitterentropy jpeg libav libc libiconv libpng libssh libusb lua lwip mesa mpc mpfr mupdf ncurses ntfs-3g openjpeg openssl pcg-c pcre pcsc-lite python qemu-usb qoost qt5 readline rust sdl sdl_image sdl_mixer sdl_net sdl_ttf stdcxx zlib
Error: Hash sum check for acpica failed make[2]: *** [acpica.file] Error 1 make[1]: *** [_install_in_port_dir] Error 2 make: *** [acpica] Error 2
It seems your port download produced a corrupted file for acpica. Please retry by executing
rm -r /genode-17.11/contrib/acpica-* /genode-17.11/tool/ports/prepare_port acpica
Greets