Hi Christian,

You're right it was the locale, I had en_US.UTF-8 in my new Linux Mint 17 Cinnamon installation(just a week old).
I checked my notebook with old Ubuntu 10.10 and Linux Mint 13 Mate, and those have en_US and new autoconf..
And on the base-pistachio, I somehow installed autoconf2.13(obselete version) in Mint 17 instead of autoconf. Also found this in the wiki -> https://github.com/genodelabs/genode/issues/186

It seems my cut-and-paste of history commands from old box to new box caused it.
Sorry about that, it was my bad.

By the way, Genode is an excellent project, a lot of potential.

Thanks again,
dex



On Fri, Aug 29, 2014 at 9:03 AM, Christian Helmuth <christian.helmuth@...1...> wrote:
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

------------------------------------------------------------------------------
Slashdot TV.
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
genode-main mailing list
genode-main@...12...ceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main