fyi - make prepare on 14.08 - hashes

Christian Helmuth christian.helmuth at ...1...
Fri Aug 29 15:03:05 CEST 2014


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ports_virtualbox.patch
Type: text/x-diff
Size: 1036 bytes
Desc: not available
URL: <http://lists.genode.org/pipermail/users/attachments/20140829/a958fcc4/attachment.patch>


More information about the users mailing list