Bug#801498: rakudo: Native libraries and paths

2016-11-06 Thread Tobias Leich
It just works. Tested using moarvm/nqp/rakudo 2016.10 on debian testing. Steps I took (as a non-root user): sudo apt-get install rakudo libffi-dev libtommath-dev libuv1-dev libatomic-ops-dev binutils make gcc # the dev packages and the compiler tools are needed because Linenoise compiles a

Bug#801498: rakudo: Native libraries and paths

2016-11-06 Thread Tobias Leich
Ohh, and just now I see that this report is more than a year old... Today's rakudo, panda and Linenoise should just work, in case the home directory in not mounted noexec. There won't be any changes needed.

Bug#801498: rakudo: Native libraries and paths

2016-11-05 Thread Tobias Leich
Am 05.11.2016 um 20:20 schrieb Dominique Dumont: On Thursday, 3 November 2016 10:07:34 CET Tobias Leich wrote: It might want to look like this now: MoarVM/build/setup.pm:128:ldrpath=> '-Wl,-rpath,"/@libdir@" -Wl,-rpath,"@prefix@/share/perl6/site/lib" -Wl,-rpa

Bug#801498: rakudo: Native libraries and paths

2016-11-03 Thread Tobias Leich
> Looks like the NativeCall library ignores --libpath. The library search path is a compile time option to moarvm too. See: MoarVM/build/setup.pm:128:ldrpath=> '-Wl,-rpath,"/@libdir@" -Wl,-rpath,"@prefix@/share/perl6/site/lib"', Since there is no option yet to add stuff to it during

Bug#832897: qemu-system-s390x is broken, missing stage1 bootloader 's390-ccw.img'

2016-10-27 Thread Tobias Leich
Hi, I can confirm that this bug is still present and that the suggested fix works. Cheers, Tobias

Bug#841354: Fix for hanging epoll_wait on arm64

2016-10-19 Thread Tobias Leich
Hi, attached is a fix for the mips-epoll_pwait.diff patch file. The exiting patch file removes zeroing sigmask, but does not zero sigset, the replacement of sigmask. This causes sigset to hold bogus data and causes a hang. The attached patch fixes this by moving the zeroing of sigset to

Bug#789187: moarvm on mispel

2015-07-08 Thread Tobias Leich
Am 08.07.2015 um 19:54 schrieb Arturo Borrero Gonzalez: On 7 July 2015 at 22:39, Daniel Dehennin daniel.dehen...@baby-gnu.org wrote: I did not re-enable the mispsel architecture in debian/control. Did you enable it? You are right. After enabling it, another error: [...] gcc -c -O3

Bug#789187: moarvm for mipsel

2015-07-05 Thread Tobias Leich
On Fri, 03 Jul 2015 09:45:10 +0200 Dominique Dumont d...@debian.org wrote: On Thu, 2 Jul 2015 14:22:18 +0200 Arturo Borrero Gonzalez arturo.borrero.g...@gmail.com wrote: I'm reopening this bug as we really want moarvm for mipsel. Do you have any news regarding the latest upstream release?