Advertisement
emceebois

electron13 makepkg -si

Apr 24th, 2024
5
0
350 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 33.01 KB | None | 0 0
  1. [user@device electron13]$ makepkg -si
  2. ==> Making package: electron13 13.6.9-3 (Tue 23 Apr 2024 12:35:57 PM PDT)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving sources...
  6.   -> Cloning electron git repo...
  7. Cloning into bare repository '/home/user/.cache/yay/electron13/electron'...
  8. remote: Enumerating objects: 523158, done.
  9. remote: Counting objects: 100% (3116/3116), done.
  10. remote: Compressing objects: 100% (1513/1513), done.
  11. remote: Total 523158 (delta 2119), reused 2490 (delta 1600), pack-reused 520042
  12. Receiving objects: 100% (523158/523158), 238.27 MiB | 7.65 MiB/s, done.
  13. Resolving deltas: 100% (392698/392698), done.
  14.   -> Cloning depot_tools git repo...
  15. Cloning into bare repository '/home/user/.cache/yay/electron13/depot_tools'...
  16. remote: Sending approximately 57.01 MiB ...
  17. remote: Counting objects: 165274, done
  18. remote: Finding sources: 100% (165274/165274)
  19. remote: Total 224223 (delta 73868), reused 224211 (delta 73868)
  20. Receiving objects: 100% (224223/224223), 154.75 MiB | 28.64 MiB/s, done.
  21. Resolving deltas: 100% (73868/73868), done.
  22.   -> Downloading chromium-91-patchset-5.tar.xz...
  23.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  24.                                  Dload  Upload   Total   Spent    Left  Speed
  25.   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  26. 100  3648  100  3648    0     0   6336      0 --:--:-- --:--:-- --:--:-- 11364
  27.   -> Found electron-launcher.sh
  28.   -> Found electron.desktop
  29.   -> Found default_app-icon.patch
  30.   -> Found use-system-libraries-in-node.patch
  31.   -> Found add-clang-nomerge-attribute-to-CheckError.patch
  32.   -> Found breakpad-fix-for-non-constant-SIGSTKSZ.patch
  33.   -> Found chromium-freetype-2.11.patch
  34.   -> Found chromium-glibc-2.33.patch
  35.   -> Found chromium-harfbuzz-3.0.0.patch
  36.   -> Found sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  37.   -> Found std-max-fix.patch
  38.   -> Found skia-harfbuzz-3.0.0.patch
  39.   -> Found unbundle-fix-visibility-of-build-config-freetype.patch
  40.   -> Found gn-visibility-gmock.patch
  41.   -> Found gn-visibility-mojo.patch
  42.   -> Found gn-visibility-webrtc.patch
  43.   -> Found sql-make-VirtualCursor-standard-layout-type.patch
  44.   -> Found unbundle-use-char16_t-as-UCHAR_TYPE.patch
  45.   -> Found ffmpeg5.patch
  46.   -> Found wayland-mmap-keymaps-as-read-only-memory.patch
  47. ==> Validating source files with sha256sums...
  48.     electron ... Skipped
  49.     depot_tools ... Skipped
  50.     chromium-91-patchset-5.tar.xz ... Passed
  51.     electron-launcher.sh ... Passed
  52.     electron.desktop ... Passed
  53.     default_app-icon.patch ... Passed
  54.     use-system-libraries-in-node.patch ... Passed
  55.     add-clang-nomerge-attribute-to-CheckError.patch ... Passed
  56.     breakpad-fix-for-non-constant-SIGSTKSZ.patch ... Passed
  57.     chromium-freetype-2.11.patch ... Passed
  58.     chromium-glibc-2.33.patch ... Passed
  59.     chromium-harfbuzz-3.0.0.patch ... Passed
  60.     sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch ... Passed
  61.     std-max-fix.patch ... Passed
  62.     skia-harfbuzz-3.0.0.patch ... Passed
  63.     unbundle-fix-visibility-of-build-config-freetype.patch ... Passed
  64.     gn-visibility-gmock.patch ... Passed
  65.     gn-visibility-mojo.patch ... Passed
  66.     gn-visibility-webrtc.patch ... Passed
  67.     sql-make-VirtualCursor-standard-layout-type.patch ... Passed
  68.     unbundle-use-char16_t-as-UCHAR_TYPE.patch ... Passed
  69.     ffmpeg5.patch ... Passed
  70.     wayland-mmap-keymaps-as-read-only-memory.patch ... Passed
  71. ==> Extracting sources...
  72.   -> Creating working copy of electron git repo...
  73. Cloning into 'electron'...
  74. done.
  75.   -> Creating working copy of depot_tools git repo...
  76. Cloning into 'depot_tools'...
  77. done.
  78. Switched to a new branch 'makepkg'
  79.   -> Extracting chromium-91-patchset-5.tar.xz with bsdtar
  80. ==> Starting prepare()...
  81. Fetching chromium...
  82. Cloning into 'src'...
  83. remote: Counting objects: 361066, done
  84. remote: Finding sources: 100% (361066/361066)
  85. remote: Total 361066 (delta 80486), reused 227218 (delta 80486)
  86. Receiving objects: 100% (361066/361066), 1.13 GiB | 12.05 MiB/s, done.
  87. Resolving deltas: 100% (80486/80486), done.
  88. Note: switching to '8a33e05d162c4f39afa2dcb150e8c2548aa4ccea'.
  89.  
  90. You are in 'detached HEAD' state. You can look around, make experimental
  91. changes and commit them, and you can discard any commits you make in this
  92. state without impacting any branches by switching back to a branch.
  93.  
  94. If you want to create a new branch to retain commits you create, you may
  95. do so (now or later) by using -c with the switch command. Example:
  96.  
  97.   git switch -c <new-branch-name>
  98.  
  99. Or undo this operation with:
  100.  
  101.   git switch -
  102.  
  103. Turn off this advice by setting config variable advice.detachedHead to false
  104.  
  105. Updating files: 100% (361048/361048), done.
  106. WARNING: Your metrics.cfg file was invalid or nonexistent. A new one will be created.
  107.  
  108. ________ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress file:///home/user/.cache/yay/electron13/src/electron /home/user/.cache/yay/electron13/src/src/_gclient_electron_xkravmgp' in '/home/user/.cache/yay/electron13/src'
  109. Cloning into '/home/user/.cache/yay/electron13/src/src/_gclient_electron_xkravmgp'...
  110. remote: Enumerating objects: 293039, done.
  111. remote: Counting objects: 100% (293039/293039), done.
  112. remote: Compressing objects: 100% (70976/70976), done.
  113. remote: Total 293039 (delta 217997), reused 292840 (delta 217854), pack-reused 0 (from 0)
  114. Receiving objects: 100% (293039/293039), 145.80 MiB | 34.32 MiB/s, done.
  115. Resolving deltas: 100% (217997/217997), done.
  116. ________ running 'python3 src/electron/script/patches-mtime-cache.py generate --cache-file src/electron/patches/mtime-cache.json --patches-config src/electron/patches/config.json' in '/home/user/.cache/yay/electron13/src''git log -1 --format=%H %ct --grep=^Change-Id: HEAD' in /home/user/.cache/yay/electron13/src/src failed: rc=0, stdout='' stderr=''
  117. ERROR:root:Failed to get version info: Git command 'git log -1 --format=%H %ct --grep=^Change-Id: HEAD' in /home/user/.cache/yay/electron13/src/src failed: rc=0, stdout='' stderr=''
  118. node: error while loading shared libraries: libicui18n.so.73: cannot open shared object file: No such file or directory
  119. ==> ERROR: A failure occurred in prepare().
  120.     Aborting...
  121. [user@device electron13]$
  122.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement