Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. C:\Users\jday\Dropbox\perl6\windows>zef install IO::Socket::SSL
  2. ===> Searching for: IO::Socket::SSL
  3. ===> Searching for missing dependencies: OpenSSL
  4. ===> Testing: OpenSSL:ver<0.1.14>:auth<github:sergot>
  5. ===> Testing [OK] for OpenSSL:ver<0.1.14>:auth<github:sergot>
  6. ===> Testing: IO::Socket::SSL:ver<0.0.1>:auth<github:sergot>
  7. ===> Testing [OK] for IO::Socket::SSL:ver<0.0.1>:auth<github:sergot>
  8. ===> Installing: OpenSSL:ver<0.1.14>:auth<github:sergot>
  9. ===> Installing: IO::Socket::SSL:ver<0.0.1>:auth<github:sergot>
  10.  
  11. C:\Users\jday\Dropbox\perl6\windows>zef install GTK::Simple
  12. ===> Searching for: GTK::Simple
  13. ===> Building: GTK::Simple:ver<0.1.5>
  14. You must provide a value expression on the right-hand side of the '-' operator.
  15. At line:1 char:192
  16. + "function get-sha256 { param($file);[system.bitconverter]::tostring([System.S
  17. ecurity.Cryptography.sha256]::create().computehash([system.io.file]::openread((
  18. resolve-path $file)))) -replace \"- <<<< \",\"\" } get-sha256 C:\Users\jday\.ze
  19. f\store\gtk-simple.git\df15c903afdeb207a7115e8a0ff709f783559d05\resources\blib\
  20. lib\GTK\libatk-1.0-0.dll"
  21. + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordEx
  22. ception
  23. + FullyQualifiedErrorId : ExpectedValueExpression
  24.  
  25. Effective index out of range. Is: -1, should be in 0..^Inf
  26. in block at C:\Users\jday\.zef\store\gtk-simple.git\df15c903afdeb207a7115e8a0
  27. ff709f783559d05\Build.pm (Build) line 55
  28. in method build at C:\Users\jday\.zef\store\gtk-simple.git\df15c903afdeb207a71
  29. 15e8a0ff709f783559d05\Build.pm (Build) line 49
  30. in block <unit> at -e line 1
  31.  
  32. Actually thrown at:
  33. in block at C:\Users\jday\.zef\store\gtk-simple.git\df15c903afdeb207a7115e8a0
  34. ff709f783559d05\Build.pm (Build) line 92
  35. in method build at C:\Users\jday\.zef\store\gtk-simple.git\df15c903afdeb207a71
  36. 15e8a0ff709f783559d05\Build.pm (Build) line 49
  37. in block <unit> at -e line 1
  38.  
  39. ===> Building [FAIL]: GTK::Simple:ver<0.1.5>
  40. Aborting due to build failure: GTK::Simple:ver<0.1.5> (use --force-build to over
  41. ride)
  42. in code at C:\rakudo\share\perl6\site\sources\E98EEF837C2BEEB4C4EE270906957CB
  43. 1C5DC8BAD (Zef::Client) line 331
  44. in method build at C:\rakudo\share\perl6\site\sources\E98EEF837C2BEEB4C4EE2709
  45. 06957CB1C5DC8BAD (Zef::Client) line 296
  46. in sub at C:\rakudo\share\perl6\site\sources\E98EEF837C2BEEB4C4EE270906957CB1
  47. C5DC8BAD (Zef::Client) line 522
  48. in method install at C:\rakudo\share\perl6\site\sources\E98EEF837C2BEEB4C4EE27
  49. 0906957CB1C5DC8BAD (Zef::Client) line 633
  50. in sub MAIN at C:\rakudo\share\perl6\site\sources\E5C4501FC410C5FAD80CF4D0B6A2
  51. 52A4F928D633 (Zef::CLI) line 152
  52. in block <unit> at C:\rakudo\share\perl6\site\resources\DC4741E028988547E96CB8
  53. CF643DB661B77397A4 line 1
  54. in sub MAIN at C:\rakudo\share\perl6\site\bin\zef line 2
  55. in block <unit> at C:\rakudo\share\perl6\site\bin\zef line 2
  56.  
  57.  
  58. C:\Users\jday\Dropbox\perl6\windows>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement