Hi,
just an fyi - I created a new directory to git 14.08, and I got the following hash errors on prepare:
on ports -> virtualbox ----------- test -n " http://download.virtualbox.org/virtualbox/4.2.24/VirtualBox-4.2.24.tar.bz2" ||\ (echo -e "Error: Undefined URL for VirtualBox-4.2.24.tar.bz2"; false); name=VirtualBox-4.2.24.tar.bz2;\ (test -f $name || echo -e "\033[00;33mvirtualbox \033[0m""download " http://download.virtualbox.org/virtualbox/4.2.24/VirtualBox-4.2.24.tar.bz2); \ (test -f $name || wget --quiet http://download.virtualbox.org/virtualbox/4.2.24/VirtualBox-4.2.24.tar.bz2 -O $name); \ (echo -e "4685a898fb426ae59081a3b3adf3f5b8c5cfd34e VirtualBox-4.2.24.tar.bz2" |\ sha1sum -c > /dev/null 2> /dev/null) || \ (echo -e Error: Hash sum check for virtualbox failed; false) Error: Hash sum check for virtualbox failed make[2]: *** [virtualbox.file] Error 1
on libports -> libdrm, mesa ---------------- test -n "http://dri.freedesktop.org/libdrm/libdrm-2.4.21.tar.bz2" ||\ (echo -e "Error: Undefined URL for libdrm-2.4.21.tar.bz2"; false); name=libdrm-2.4.21.tar.bz2;\ (test -f $name || echo -e "\033[00;33mlibdrm \033[0m""download " http://dri.freedesktop.org/libdrm/libdrm-2.4.21.tar.bz2); \ (test -f $name || wget --quiet http://dri.freedesktop.org/libdrm/libdrm-2.4.21.tar.bz2 -O $name); \ (echo -e "be7754008424a12e01ab0f0da3deb8de13ad2f0c libdrm-2.4.21.tar.bz2" |\ sha1sum -c > /dev/null 2> /dev/null) || \ (echo -e Error: Hash sum check for libdrm failed; false) Error: Hash sum check for libdrm failed make[2]: *** [libdrm.file] Error 1
test -n " ftp://ftp.freedesktop.org/pub/mesa/older-versions/7.x/7.8.1/MesaLib-7.8.1.tar.gz" ||\ (echo -e "Error: Undefined URL for MesaLib-7.8.1.tar.gz"; false); name=MesaLib-7.8.1.tar.gz;\ (test -f $name || echo -e "\033[00;33mmesa \033[0m""download " ftp://ftp.freedesktop.org/pub/mesa/older-versions/7.x/7.8.1/MesaLib-7.8.1.tar.gz); \ (test -f $name || wget --quiet ftp://ftp.freedesktop.org/pub/mesa/older-versions/7.x/7.8.1/MesaLib-7.8.1.tar.gz -O $name); \ (echo -e "74e72b56c7ae779649c18867fe9e0865f3bfc057 MesaLib-7.8.1.tar.gz" |\ sha1sum -c > /dev/null 2> /dev/null) || \ (echo -e Error: Hash sum check for mesa failed; false) Error: Hash sum check for mesa failed make[2]: *** [mesa.file] Error 1
and also, I'm not using base-pistachio so I'm not sure if the following error is on my linux mint box or not: -------------------------- Cloning into 'src/kernel/pistachio'... pistachio update src/kernel/pistachio sed -i "/LD=/s/^.*$/LD=$(CC)/" src/kernel/pistachio/user/config.mk.in sed -i "s/-melf_/-Wl,-melf_/" `grep -rl melf_ src/kernel/pistachio/user` for i in cmlcompile.py cmlconfigure.py configtrans.py; do \ sed -i "s/env python/env python2.7/" src/kernel/pistachio/contrib/cml2/$i; done cd src/kernel/pistachio/user; autoheader; autoconf; autoconf: Undefined macros: configure.in:117:AC_CONFIG_HEADERS([config.h]) configure.in:129: [AC_HELP_STRING([--with-comport=PORT], configure.in:138: [AC_HELP_STRING([--with-comspeed=SPEED], configure.in:147: [AC_HELP_STRING([--with-kickstart-linkbase=BASE], configure.in:152: [AC_HELP_STRING([--with-s0-linkbase=BASE], configure.in:157: [AC_HELP_STRING([--with-roottask-linkbase=BASE], configure.in:162: [AC_HELP_STRING([--with-kerneldir=DIR], configure.in:341:AC_CONFIG_FILES([ configure.in:36:AC_CONFIG_SRCDIR([serv/sigma0/sigma0.cc]) make[2]: *** [additional_steps] Error 1
Regards, dex