Re: Issues with "zef install Informative" under Windows

2020-06-08 Thread ToddAndMargo via perl6-users

On 2020-06-08 15:12, Richard Hainsworth wrote:

Todd,

I wrote Informative a while ago. So as to make it self-contained, I 
copied code from GTK::Simple (as stated in the comments).


The reason for this is that GTK::Simple itself is quite large with a lot 
of boilerplate for many functions.


So, does GTK::Simple install on Windows 10?

If so, I will edit the Informative to the newest version of GTK::Simple.

Regards,

Richard


On 08/06/2020 22:55, ToddAndMargo via perl6-users wrote:

Hi All,

Window 10-2005
Rakudo version 2020.05.1 built on MoarVM version 2020.05

Informative installs perfectly in Fedora (Linux), but
not Windows 10.  "--force-build" does not work either

Anyone know how to fix this?

Many thanks,
-T


K:\Windows\NtUtil>zef install GTK::Simple
===> Searching for: GTK::Simple
===> Updating cpan mirror: 
https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json
===> Updated cpan mirror: 
https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json
===> Updating p6c mirror: 
https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/p6c1.json
===> Updated p6c mirror: 
https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/p6c1.json

===> Building: GTK::Simple:ver<0.1.13>
===> Building [OK] for GTK::Simple:ver<0.1.13>
===> Testing: GTK::Simple:ver<0.1.13>
===> Testing [OK] for GTK::Simple:ver<0.1.13>
===> Installing: GTK::Simple:ver<0.1.13>


>zef install Informative still crashes

:'(


Re: Issues with "zef install Informative" under Windows

2020-06-08 Thread Richard Hainsworth

Todd,

I wrote Informative a while ago. So as to make it self-contained, I 
copied code from GTK::Simple (as stated in the comments).


The reason for this is that GTK::Simple itself is quite large with a lot 
of boilerplate for many functions.


So, does GTK::Simple install on Windows 10?

If so, I will edit the Informative to the newest version of GTK::Simple.

Regards,

Richard


On 08/06/2020 22:55, ToddAndMargo via perl6-users wrote:

Hi All,

Window 10-2005
Rakudo version 2020.05.1 built on MoarVM version 2020.05

Informative installs perfectly in Fedora (Linux), but
not Windows 10.  "--force-build" does not work either

Anyone know how to fix this?

Many thanks,
-T


K:\Windows\NtUtil>Issues with "zef install Informative"

===> Searching for: Informative
===> Building: Inform:ver<1.2>:auth
[Inform] At line:1 char:192
[Inform] + ... ystem.io.file]::openread((resolve-path $file 
-replace \"-\",\"\"  ...

[Inform] +    ~
[Inform] You must provide a value expression following the '-' operator.
[Inform] At line:1 char:192
[Inform] + ... -replace \"-\",\"\" } get-sha256 
C:\Users\tony\.zef\store\p6-inform.g ...

[Inform] + ~
[Inform] Unexpected token '\",\"\" } get-sha256 
C:\Users\tony\.zef\store\p6-inform.git\7dd537445b8a20956fc4ab438941718415871999\
[Inform] resources\blib\lib\GTK\libatk-1.0-0.dll"' in expression or 
statement.
[Inform] + CategoryInfo  : ParserError: (:) [], 
ParentContainsErrorRecordException

[Inform] + FullyQualifiedErrorId : ExpectedValueExpression
[Inform]
[Inform] Effective index out of range. Is: -1, should be in 0..^Inf
[Inform]   in block  at 
C:\Users\tony\.zef\store\p6-inform.git\7dd537445b8a20956fc4ab438941718415871999\Build.pm 
line 53
[Inform]   in method build at 
C:\Users\tony\.zef\store\p6-inform.git\7dd537445b8a20956fc4ab438941718415871999\Build.pm 
line 47

[Inform]   in block  at -e line 1
[Inform] Actually thrown at:
[Inform]   in block  at 
C:\Users\tony\.zef\store\p6-inform.git\7dd537445b8a20956fc4ab438941718415871999\Build.pm 
line 90
[Inform]   in method build at 
C:\Users\tony\.zef\store\p6-inform.git\7dd537445b8a20956fc4ab438941718415871999\Build.pm 
line 47

[Inform]   in block  at -e line 1
===> Building [FAIL]: Inform:ver<1.2>:auth
Aborting due to build failure: Inform:ver<1.2>:auth 
(use --force-build to override)


Re: issues with zef

2018-03-12 Thread ToddAndMargo

On 03/12/2018 01:13 AM, Steve Mynott wrote:

On Sun, Mar 11, 2018 at 11:01:08PM -0700, ToddAndMargo typed:


How do I fix this?

# rpm -qa rakudo\*
rakudo-zef-0.1.30-1.fc27.x86_64
rakudo-0.2018.02.1-1.fc27.x86_64

# zef install Net::SMTP
===SORRY!===
Failed to open file
/usr/lib64/perl6/site/dist/863D6AAB4F5E7259BA381C4EBE0F88BAA358090E: No such
file or directory

# ls -al /usr/lib64/perl6/site/dist
total 8
drwxrwsrwx. 2 root root 4096 Mar 11 22:54 .
drwxr-xr-x. 8 root root 4096 Mar 11 22:37 ..


Those look like RPMs from the Fedora Project.  It's possible someone on
this mailing list uses them and is able to help but it's more likely
Fedora lists can help.

You could try differents RPMs from

https://github.com/nxadm/rakudo-pkg#rakudo-pkg

which are more closely associated with the Rakudo Project. You are more
likely to get on this list with those.




Hi Steve,

Thank you! That fixed it!

I opened the following on the issue:
https://bugzilla.redhat.com/show_bug.cgi?id=1554626

ThankYou!Thankyou!ThankYou!

-T


Re: issues with zef

2018-03-12 Thread Steve Mynott
On Sun, Mar 11, 2018 at 11:01:08PM -0700, ToddAndMargo typed:

> How do I fix this?
> 
> # rpm -qa rakudo\*
> rakudo-zef-0.1.30-1.fc27.x86_64
> rakudo-0.2018.02.1-1.fc27.x86_64
> 
> # zef install Net::SMTP
> ===SORRY!===
> Failed to open file
> /usr/lib64/perl6/site/dist/863D6AAB4F5E7259BA381C4EBE0F88BAA358090E: No such
> file or directory
> 
> # ls -al /usr/lib64/perl6/site/dist
> total 8
> drwxrwsrwx. 2 root root 4096 Mar 11 22:54 .
> drwxr-xr-x. 8 root root 4096 Mar 11 22:37 ..

Those look like RPMs from the Fedora Project.  It's possible someone on
this mailing list uses them and is able to help but it's more likely
Fedora lists can help.

You could try differents RPMs from

https://github.com/nxadm/rakudo-pkg#rakudo-pkg

which are more closely associated with the Rakudo Project. You are more
likely to get on this list with those.

-- 
Steve Mynott 
cv25519/ECF8B611205B447E091246AF959E3D6197190DD5