Hello Dex,

On Thu, Aug 28, 2014 at 10:48:51PM -0400, D X wrote:
> just an fyi - I created a new directory to git 14.08,
> and I got the following hash errors on prepare:
> 
> on ports -> virtualbox
> Error: Hash sum check for virtualbox failed
> make[2]: *** [virtualbox.file] Error 1
> 
> on libports -> libdrm,  mesa
> Error: Hash sum check for libdrm failed
> make[2]: *** [libdrm.file] Error 1

Unfortunately, I've no idea what may cause these errors. Our nightly
integration ran smoothly and also my manual tests succeeded a minute
ago. What Linux Mint version are you using?

Do you have a special location setting and if yes, could you test with
LC_ALL=en_US? We had some problems with sorting order and collation of
shell wildcards in the past, which originated from locale settings.
Please give the attached patch a try which expands the patch wildcard
via the make builtin, which has a stable sorting order.

> 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

This may be an incompatibilty of your distro with Pistachio upstream.
You may try to reproduce the error with a freshly cloned

  https://github.com/l4ka/pistachio.git

and

  cd pistachio/user && autoheader && autoconf

If the error still occurs please open an issue upstream at

  https://github.com/l4ka/pistachio/issues

Regards
-- 
Christian Helmuth
Genode Labs

http://www.genode-labs.com/ · http://genode.org/
https://twitter.com/GenodeLabs · /ˈdʒiː.nəʊd/

Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden
Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth
 repos/ports/ports/virtualbox.hash | 2 +-
 repos/ports/ports/virtualbox.port | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/repos/ports/ports/virtualbox.hash b/repos/ports/ports/virtualbox.hash
index 19738aa..823f726 100644
--- a/repos/ports/ports/virtualbox.hash
+++ b/repos/ports/ports/virtualbox.hash
@@ -1 +1 @@
-64bd2d2de0305c36048e46c05af5bc6578533ed3
+c7703107cf0954e2b4f40c20ec9d9dee8cbe717f
diff --git a/repos/ports/ports/virtualbox.port b/repos/ports/ports/virtualbox.port
index 992b945..aa163ab 100644
--- a/repos/ports/ports/virtualbox.port
+++ b/repos/ports/ports/virtualbox.port
@@ -8,7 +8,7 @@ URL(virtualbox) := http://download.virtualbox.org/virtualbox/$(VERSION)/$(VIRTUA
 DIR(virtualbox) := src/app/virtualbox
 SHA(virtualbox) := 4685a898fb426ae59081a3b3adf3f5b8c5cfd34e
 
-PATCHES         := src/virtualbox/*.patch
+PATCHES := $(addprefix src/virtualbox/,$(notdir $(wildcard $(REP_DIR)/src/virtualbox/*.patch)))
 
 VIRTUALBOX_CONTENT = src/VBox/VMM \
                      src/VBox/Devices \
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
genode-main mailing list
genode-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main

Reply via email to