Re: problem installing GTK::Simple

2016-06-22 Thread Timo Paulssen
On 06/22/2016 06:33 PM, Theo van den Heuvel wrote: > Thanks Timo, > > this brings be further, but not quite out of the woods. I now get the > following (Windows 10): > > > # Failed test at t/01-sanity.t line 10 > # Dynamic variable @*INC not found > > with the ensuing failures. > > Any ideas? > > t

Re: problem installing GTK::Simple

2016-06-22 Thread Theo van den Heuvel
Thanks Timo, this brings be further, but not quite out of the woods. I now get the following (Windows 10): # Failed test at t/01-sanity.t line 10 # Dynamic variable @*INC not found with the ensuing failures. Any ideas? thanks, Theo Timo Paulssen schreef op 2016-06-22 18:01: I just commit

Re: problem installing GTK::Simple

2016-06-22 Thread Timo Paulssen
I just committed a fix to GTK::Simple's Build.pm. It was using the Z metaop to iterate over download URLs and the hashsums it was expecting, but it forgot to flatten the list before taking 2-at-a-time, so it was getting a URL with a space in it (followed by the hash) as the download URL. It sh

Follow up - Re: problem installing GTK::Simple

2016-06-22 Thread Richard Hainsworth
I just tried re-installing GTK::Simple on Ubuntu 16.04 (not 14.04, but I don't see why a less recent Ubuntu would make a difference). $ panda --force install GTK::Simple ==> Fetching GTK::Simple ==> Building GTK::Simple Found system gtk library. ==> Testing GTK::Simple t/01-sanity.t .. ok All te

Re: problem installing GTK::Simple

2016-06-22 Thread Richard Hainsworth
The problem is very recent. I noticed this morning on the perl6 modules page, the module is failing. It appears to be something in TextView (line 18 of GTK::Simple) Shouldn't be long to fix, if only by reverting recent commits. On Wednesday, June 22, 2016 10:16 AM, Theo van den Heuvel wrote:

problem installing GTK::Simple

2016-06-22 Thread Theo van den Heuvel
Hi all, I am trying to install GTK::Simple using panda. On Windows10 installation fails and the log contains the line: Could not parse URI: http://gtk-dlls.p6c.org/libatk-1.0-0.dll 1FF7464EDA0C7EC9B87D23A075F7486C13D74C02A3B5D83A267AD091424185D9 This is Rakudo version 2016.04 built on MoarV