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
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
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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/genode-main
Great , that it works for you now. Did you try the patch and did it work? I'm asking as I'd fix all occurences of this wildcard pattern then.
Greets Christian
On August 30, 2014 3:41:44 AM CEST, D X <stalkerqatsi@...9...> wrote:
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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/genode-main
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
Hi Christian,
Yes, that worked too. I'm currently tracing(for now just printf, not gdb) why the mouse hungs on the top left corner on 14.08 demo in qemu2.0 or virtualbox, while 14.05 demo works on the same box(Mint 17 Cinnamon), but both works on Mint 13 Mate.
genode 14.08 received the mouse events but it just the qemu or virtualbox hungs. It looks like it did not display the top bar(title of current focus) - pic attached. Maybe it's my setup again.
dex
On Sat, Aug 30, 2014 at 5:25 AM, Christian Helmuth < christian.helmuth@...1...> wrote:
Great , that it works for you now. Did you try the patch and did it work? I'm asking as I'd fix all occurences of this wildcard pattern then.
Greets Christian
On August 30, 2014 3:41:44 AM CEST, D X <stalkerqatsi@...9...> wrote:
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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/genode-main
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
-- Christian Helmuth Genode Labs
http://www.genode-labs.com/ · http://genode.org/ · /ˈ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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/genode-main
Hi,
genode 14.08 received the mouse events but it just the qemu or virtualbox hungs. It looks like it did not display the top bar(title of current focus) - pic attached. Maybe it's my setup again.
as far as I know, Qemu 2.0 uses the GTK frontend by default now. Can you try to start Qemu with the additional argument '-display sdl'? E.g., add the following line to your 'etc/build.conf' file:
QEMU_OPT += -display sdl
However, even if this works for you, it would be interesting to know what goes wrong with the default frontend. Any investigation from your side would be greatly appreciated! ;-)
Cheers Norman
Hi Norman,
That magic spell seems only to worked for a few seconds(<20) until the mouse/display stopped, while genode still received the mouse events, I saw it from the printfs.
Due to many changes in my new dev box, I installed Mint 17 Cinnamon in another partition, then only build genode 14.08, I got the same results.
I know 14.05 and 14.08 worked on my old Mint Mate, so I installed the new Mint 17 Mate, and then 14.08 demo ran beautifully without any other changes, it uses qemu-2.0 and locale=en_US.UTF-8. By the way, the other test runfiles without the qemu gui worked just fine in Cinnamon/qemu20/genode1408 setup. I'll check it out why 14.08 demo does not work on setup while 14.05 works, my wild guess it hit something on gnome3(Cinnamon), because it's ok on gnome2(Mate).
dex
On Tue, Sep 2, 2014 at 7:53 AM, Norman Feske <norman.feske@...1...> wrote:
Hi,
genode 14.08 received the mouse events but it just the qemu or virtualbox hungs. It looks like it did not display the top bar(title of current focus) - pic attached. Maybe it's my setup again.
as far as I know, Qemu 2.0 uses the GTK frontend by default now. Can you try to start Qemu with the additional argument '-display sdl'? E.g., add the following line to your 'etc/build.conf' file:
QEMU_OPT += -display sdl
However, even if this works for you, it would be interesting to know what goes wrong with the default frontend. Any investigation from your side would be greatly appreciated! ;-)
Cheers Norman
-- Dr.-Ing. Norman Feske Genode Labs
http://www.genode-labs.com · http://genode.org
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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/genode-main