Advertisement
Guest User

Untitled

a guest
Mar 13th, 2021
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. $ yay -S kitematic
  2. :: There are 2 providers available for kitematic:
  3. :: Repository AUR
  4. 1) kitematic 2) kitematic-bin
  5.  
  6. Enter a number (default=1):
  7. :: Checking for conflicts...
  8. :: Checking for inner conflicts...
  9. [Aur:1] kitematic-0.17.13-2
  10.  
  11. 1 kitematic (Build Files Exist)
  12. ==> Packages to cleanBuild?
  13. ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
  14. ==>
  15. :: PKGBUILD up to date, Skipping (1/1): kitematic
  16. 1 kitematic (Build Files Exist)
  17. ==> Diffs to show?
  18. ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
  19. ==>
  20. :: (1/1) Parsing SRCINFO: kitematic
  21. ==> Making package: kitematic 0.17.13-2 (Sat 13 Mar 2021 11:40:59 -05)
  22. ==> Retrieving sources...
  23. -> Found kitematic-0.17.13.tar.gz
  24. -> Found kitematic.desktop
  25. -> Found kitematic.svg
  26. ==> Validating source files with sha256sums...
  27. kitematic-0.17.13.tar.gz ... Passed
  28. kitematic.desktop ... Passed
  29. kitematic.svg ... Passed
  30. ==> Making package: kitematic 0.17.13-2 (Sat 13 Mar 2021 11:41:00 -05)
  31. ==> Checking runtime dependencies...
  32. ==> Checking buildtime dependencies...
  33. ==> Retrieving sources...
  34. -> Found kitematic-0.17.13.tar.gz
  35. -> Found kitematic.desktop
  36. -> Found kitematic.svg
  37. ==> Validating source files with sha256sums...
  38. kitematic-0.17.13.tar.gz ... Passed
  39. kitematic.desktop ... Passed
  40. kitematic.svg ... Passed
  41. ==> Removing existing $srcdir/ directory...
  42. ==> Extracting sources...
  43. -> Extracting kitematic-0.17.13.tar.gz with bsdtar
  44. ==> Sources are ready.
  45. ==> Making package: kitematic 0.17.13-2 (Sat 13 Mar 2021 11:41:02 -05)
  46. ==> Checking runtime dependencies...
  47. ==> Checking buildtime dependencies...
  48. ==> WARNING: Using existing $srcdir/ tree
  49. ==> Removing existing $pkgdir/ directory...
  50. ==> Starting build()...
  51. npm WARN EBADENGINE Unsupported engine {
  52. npm WARN EBADENGINE package: 'Kitematic@0.17.13',
  53. npm WARN EBADENGINE required: { node: '<10.0.0' },
  54. npm WARN EBADENGINE current: { node: 'v15.11.0', npm: '7.6.3' }
  55. npm WARN EBADENGINE }
  56.  
  57. added 1286 packages, and audited 1353 packages in 17s
  58.  
  59. 53 vulnerabilities (41 low, 3 moderate, 9 high)
  60.  
  61. To address issues that do not require attention, run:
  62. npm audit fix
  63.  
  64. To address all issues (including breaking changes), run:
  65. npm audit fix --force
  66.  
  67. Run `npm audit` for details.
  68. Running "babel:dist" (babel) task
  69.  
  70. Running "less:dist" (less) task
  71. >> 1 stylesheet created.
  72.  
  73. Running "copy:dev" (copy) task
  74. Created 165 directories, copied 1361 files
  75.  
  76. Running "shell:linux_npm" (shell) task
  77. npm WARN EBADENGINE Unsupported engine {
  78. npm WARN EBADENGINE package: 'Kitematic@0.17.13',
  79. npm WARN EBADENGINE required: { node: '<10.0.0' },
  80. npm WARN EBADENGINE current: { node: 'v15.11.0', npm: '7.6.3' }
  81. npm WARN EBADENGINE }
  82. npm WARN EBADENGINE Unsupported engine {
  83. npm WARN EBADENGINE package: 'grunt-electron-packager@0.2.1',
  84. npm WARN EBADENGINE required: { node: '^9.11.1', npm: '^5.8.0' },
  85. npm WARN EBADENGINE current: { node: 'v15.11.0', npm: '7.6.3' }
  86. npm WARN EBADENGINE }
  87. npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
  88. npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
  89. npm WARN deprecated core-js@2.6.12: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
  90.  
  91. added 334 packages, removed 3 packages, changed 7 packages, and audited 382 packages in 57s
  92.  
  93. 7 packages are looking for funding
  94. run `npm fund` for details
  95.  
  96. 11 vulnerabilities (8 low, 3 high)
  97.  
  98. To address issues that do not require attention, run:
  99. npm audit fix
  100.  
  101. To address all issues (including breaking changes), run:
  102. npm audit fix --force
  103.  
  104. Run `npm audit` for details.
  105.  
  106. Running "electron-packager:build" (electron-packager) task
  107. WARNING: The callback-based version of packager() is deprecated and will be removed in a future major version, please convert to the Promise version or use the nodeify module.
  108. Packaging app for platform linux x64 using electron v7.2.4
  109. Warning: Failed to locate module "es-symbol" from "/home/alejandro/.cache/yay/kitematic/src/kitematic-0.17.13/build/node_modules/alt"
  110.  
  111. This normally means that either you have deleted this package already somehow (check your ignore settings if using electron-packager). Or your module installation failed. Use --force to continue.
  112.  
  113. Aborted due to warnings.
  114. ==> ERROR: A failure occurred in build().
  115. Aborting...
  116. error making: kitematic
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement