Advertisement
dannybuntu

2025-05-10.1510.sparrow_v2.1.3.log

May 10th, 2025
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.77 KB | Cryptocurrency | 0 0
  1. dannybuntu@Ubuntu22:~/work/builds/desktop/sparrow$ cat << 'EOF' > Dockerfile
  2.  
  3. FROM ubuntu:22.04
  4.  
  5.  
  6.  
  7. # Prevent interactive prompts during package installation
  8.  
  9. ENV DEBIAN_FRONTEND=noninteractive
  10.  
  11.  
  12.  
  13. # Install base requirements
  14.  
  15. RUN apt-get update && apt-get install -y \
  16.  
  17. wget \
  18.  
  19. curl \
  20.  
  21. apt-transport-https \
  22.  
  23. gnupg \
  24.  
  25. git \
  26.  
  27. rpm \
  28.  
  29. fakeroot \
  30.  
  31. binutils
  32.  
  33.  
  34.  
  35. # Working directory
  36.  
  37. WORKDIR /build
  38.  
  39. EOF
  40.  
  41. dannybuntu@Ubuntu22:~/work/builds/desktop/sparrow$ cat Dockerfile
  42.  
  43. FROM ubuntu:22.04
  44.  
  45.  
  46.  
  47. # Prevent interactive prompts during package installation
  48.  
  49. ENV DEBIAN_FRONTEND=noninteractive
  50.  
  51.  
  52.  
  53. # Install base requirements
  54.  
  55. RUN apt-get update && apt-get install -y \
  56.  
  57. wget \
  58.  
  59. curl \
  60.  
  61. apt-transport-https \
  62.  
  63. gnupg \
  64.  
  65. git \
  66.  
  67. rpm \
  68.  
  69. fakeroot \
  70.  
  71. binutils
  72.  
  73.  
  74.  
  75. # Working directory
  76.  
  77. WORKDIR /build
  78.  
  79. dannybuntu@Ubuntu22:~/work/builds/desktop/sparrow$ docker build -t sparrow-builder .
  80.  
  81. [+] Building 83.9s (7/7) FINISHED docker:default
  82.  
  83. => [internal] load build definition from Dockerfile 0.2s
  84.  
  85. => => transferring dockerfile: 367B 0.1s
  86.  
  87. => [internal] load metadata for docker.io/library/ubuntu:22.04 2.5s
  88.  
  89. => [internal] load .dockerignore 0.1s
  90.  
  91. => => transferring context: 2B 0.0s
  92.  
  93. => CACHED [1/3] FROM docker.io/library/ubuntu:22.04@sha256:67cadaff1dca187079fce41360d5a7eb6f7dcd3745e53c79ad5efd856311 0.0s
  94.  
  95. => [2/3] RUN apt-get update && apt-get install -y wget curl apt-transport-https gnupg git rpm 78.6s
  96.  
  97. => [3/3] WORKDIR /build 0.2s
  98.  
  99. => exporting to image 1.5s
  100.  
  101. => => exporting layers 1.4s
  102.  
  103. => => writing image sha256:b50040939ab49aaa9b41f12d8e1920662ab820454cf767bc4225cd32863420dc 0.0s
  104.  
  105. => => naming to docker.io/library/sparrow-builder 0.0s
  106.  
  107. dannybuntu@Ubuntu22:~/work/builds/desktop/sparrow$ script -qef 2025-05-10.1248.sparrowdesktop_v2.1.3.log
  108.  
  109. grep: _desktop/bitcoinqna.seedtool.md: No such file or directory
  110.  
  111. grep: _desktop/kraken.md: No such file or directory
  112.  
  113. dannybuntu@Ubuntu22:~/work/builds/desktop/sparrow$ docker run -it --name sparrow-build -v $(pwd):/build sparrow-builder /bin/bash
  114.  
  115. root@ddc637f82aa7:/build# curl --tlsv1.2 --proto =https --location -o adoptium.asc https://packages.adoptium.net/artifactory/api/gpg/key/public
  116.  
  117. % Total % Received % Xferd Average Speed Time Time Time Current
  118.  
  119. Dload Upload Total Spent Left Speed
  120.  
  121. 100 1793 100 1793 0 0 1419 0 0:00:01 0:00:01 --:--:-- 1420
  122.  
  123. root@ddc637f82aa7:/build# gpg --import --import-options show-only adoptium.asc
  124.  
  125. gpg: directory '/root/.gnupg' created
  126.  
  127. gpg: keybox '/root/.gnupg/pubring.kbx' created
  128.  
  129. pub rsa2048 2021-11-16 [SC]
  130.  
  131. 3B04D753C9050D9A5D343F39843C48A565F8F04B
  132.  
  133. uid Adoptium GPG Key (DEB/RPM Signing Key) <[email protected]>
  134.  
  135. sub rsa2048 2021-11-16 [E]
  136.  
  137.  
  138.  
  139. root@ddc637f82aa7:/build# cp adoptium.asc /usr/share/keyrings/
  140.  
  141. root@ddc637f82aa7:/build# echo "deb [signed-by=/usr/share/keyrings/adoptium.asc] https://packages.adoptium.net/artifactory/deb $(awk -F= '/^VERSION_CODENAME/{print$2}' /etc/os-release) main" | tee /etc/apt/sources.list.d/adoptium.list
  142.  
  143. deb [signed-by=/usr/share/keyrings/adoptium.asc] https://packages.adoptium.net/artifactory/deb jammy main
  144.  
  145. root@ddc637f82aa7:/build# apt update -y
  146.  
  147. Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease
  148.  
  149. Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
  150.  
  151. Get:3 https://packages.adoptium.net/artifactory/deb jammy InRelease [7501 B]
  152.  
  153. Hit:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
  154.  
  155. Hit:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
  156.  
  157. Get:6 https://packages.adoptium.net/artifactory/deb jammy/main amd64 Packages [16.9 kB]
  158.  
  159. Fetched 24.4 kB in 3s (9570 B/s)
  160.  
  161. Reading package lists... Done
  162.  
  163. Building dependency tree... Done
  164.  
  165. Reading state information... Done
  166.  
  167. All packages are up to date.
  168.  
  169. root@ddc637f82aa7:/build# apt update -y
  170.  
  171. Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
  172.  
  173. Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease
  174.  
  175. Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
  176.  
  177. Get:4 https://packages.adoptium.net/artifactory/deb jammy InRelease [7501 B]
  178.  
  179. Hit:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
  180.  
  181. Fetched 7501 B in 2s (4597 B/s)
  182.  
  183. Reading package lists... Done
  184.  
  185. Building dependency tree... Done
  186.  
  187. Reading state information... Done
  188.  
  189. All packages are up to date.
  190.  
  191. root@ddc637f82aa7:/build# apt-get install -y temurin-22-jdk=22.0.2+9
  192.  
  193. Reading package lists... Done
  194.  
  195. Building dependency tree... Done
  196.  
  197. Reading state information... Done
  198.  
  199. Package temurin-22-jdk is not available, but is referred to by another package.
  200.  
  201. This may mean that the package is missing, has been obsoleted, or
  202.  
  203. is only available from another source
  204.  
  205.  
  206.  
  207. E: Version '22.0.2+9' for 'temurin-22-jdk' was not found
  208.  
  209. root@ddc637f82aa7:/build# cd /opt
  210.  
  211. root@ddc637f82aa7:/opt# wget https://github.com/adoptium/temurin22-binaries/releases/download/jdk-22.0.2%2B9/OpenJDK22U-jdk_x64_linux_hotspot_22.0.2_9.tar.gz
  212.  
  213. --2025-05-10 05:06:50-- https://github.com/adoptium/temurin22-binaries/releases/download/jdk-22.0.2%2B9/OpenJDK22U-jdk_x64_linux_hotspot_22.0.2_9.tar.gz
  214.  
  215. Resolving github.com (github.com)... 20.205.243.166
  216.  
  217. Connecting to github.com (github.com)|20.205.243.166|:443... connected.
  218.  
  219. HTTP request sent, awaiting response... 302 Found
  220.  
  221. Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/677419466/ab058890-aef4-43de-a0c9-98893d0a3397?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250510%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250510T050654Z&X-Amz-Expires=300&X-Amz-Signature=5359fc32204211ea1b59976113cf678c5fd9bde87d47c46bb3b30629af793175&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3DOpenJDK22U-jdk_x64_linux_hotspot_22.0.2_9.tar.gz&response-content-type=application%2Foctet-stream [following]
  222.  
  223. --2025-05-10 05:06:50-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/677419466/ab058890-aef4-43de-a0c9-98893d0a3397?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250510%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250510T050654Z&X-Amz-Expires=300&X-Amz-Signature=5359fc32204211ea1b59976113cf678c5fd9bde87d47c46bb3b30629af793175&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3DOpenJDK22U-jdk_x64_linux_hotspot_22.0.2_9.tar.gz&response-content-type=application%2Foctet-stream
  224.  
  225. Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.108.133, ...
  226.  
  227. Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.110.133|:443... connected.
  228.  
  229. HTTP request sent, awaiting response... 200 OK
  230.  
  231. Length: 205853101 (196M) [application/octet-stream]
  232.  
  233. Saving to: 'OpenJDK22U-jdk_x64_linux_hotspot_22.0.2_9.tar.gz'
  234.  
  235.  
  236.  
  237. OpenJDK22U-jdk_x64_linux_hotspo 100%[======================================================>] 196.32M 3.27MB/s in 4m 21s
  238.  
  239.  
  240.  
  241. 2025-05-10 05:11:13 (769 KB/s) - 'OpenJDK22U-jdk_x64_linux_hotspot_22.0.2_9.tar.gz' saved [205853101/205853101]
  242.  
  243.  
  244.  
  245. root@ddc637f82aa7:/opt# tar xzf OpenJDK22U-jdk_x64_linux_hotspot_22.0.2_9.tar.gz
  246.  
  247. root@ddc637f82aa7:/opt# ls
  248.  
  249. OpenJDK22U-jdk_x64_linux_hotspot_22.0.2_9.tar.gz jdk-22.0.2+9
  250.  
  251. root@ddc637f82aa7:/opt# rm OpenJDK22U-jdk_x64_linux_hotspot_22.0.2_9.tar.gz
  252.  
  253. root@ddc637f82aa7:/opt# export JAVA_HOME=/opt/jdk-22.0.2+9/
  254.  
  255. root@ddc637f82aa7:/opt# export PATH=$JAVA_HOME/bin:$PATH
  256.  
  257. root@ddc637f82aa7:/opt# java -version
  258.  
  259. openjdk version "22.0.2" 2024-07-16
  260.  
  261. OpenJDK Runtime Environment Temurin-22.0.2+9 (build 22.0.2+9)
  262.  
  263. OpenJDK 64-Bit Server VM Temurin-22.0.2+9 (build 22.0.2+9, mixed mode, sharing)
  264.  
  265. root@ddc637f82aa7:/opt# export GIT_TAG="2.1.3"
  266.  
  267. root@ddc637f82aa7:/opt# cd /home
  268.  
  269. root@ddc637f82aa7:/home# ls
  270.  
  271. root@ddc637f82aa7:/home# cd /build
  272.  
  273. root@ddc637f82aa7:/build# ls
  274.  
  275. 2025-05-10.1248.sparrowdesktop_v2.1.3.log Dockerfile adoptium.asc prebuild-clean.sh
  276.  
  277. root@ddc637f82aa7:/build# git clone --recursive --branch "${GIT_TAG}" https://github.com/sparrowwallet/sparrow.git
  278.  
  279. Cloning into 'sparrow'...
  280.  
  281. remote: Enumerating objects: 28522, done.
  282.  
  283. remote: Counting objects: 100% (2686/2686), done.
  284.  
  285. remote: Compressing objects: 100% (1033/1033), done.
  286.  
  287. remote: Total 28522 (delta 1855), reused 1860 (delta 1601), pack-reused 25836 (from 4)
  288.  
  289. Receiving objects: 100% (28522/28522), 655.39 MiB | 3.13 MiB/s, done.
  290.  
  291. Resolving deltas: 100% (14081/14081), done.
  292.  
  293. Note: switching to 'be86b4feaa9a0271cfe328bf133ebe4b5956ab52'.
  294.  
  295.  
  296.  
  297. You are in 'detached HEAD' state. You can look around, make experimental
  298.  
  299. changes and commit them, and you can discard any commits you make in this
  300.  
  301. state without impacting any branches by switching back to a branch.
  302.  
  303.  
  304.  
  305. If you want to create a new branch to retain commits you create, you may
  306.  
  307. do so (now or later) by using -c with the switch command. Example:
  308.  
  309.  
  310.  
  311. git switch -c <new-branch-name>
  312.  
  313.  
  314.  
  315. Or undo this operation with:
  316.  
  317.  
  318.  
  319. git switch -
  320.  
  321.  
  322.  
  323. Turn off this advice by setting config variable advice.detachedHead to false
  324.  
  325.  
  326.  
  327. Submodule 'drongo' (https://github.com/sparrowwallet/drongo.git) registered for path 'drongo'
  328.  
  329. Submodule 'lark' (https://github.com/sparrowwallet/lark.git) registered for path 'lark'
  330.  
  331. Cloning into '/build/sparrow/drongo'...
  332.  
  333. remote: Enumerating objects: 6389, done.
  334.  
  335. remote: Counting objects: 100% (657/657), done.
  336.  
  337. remote: Compressing objects: 100% (178/178), done.
  338.  
  339. remote: Total 6389 (delta 490), reused 535 (delta 460), pack-reused 5732 (from 1)
  340.  
  341. Receiving objects: 100% (6389/6389), 3.71 MiB | 1.70 MiB/s, done.
  342.  
  343. Resolving deltas: 100% (2791/2791), done.
  344.  
  345. Cloning into '/build/sparrow/lark'...
  346.  
  347. remote: Enumerating objects: 814, done.
  348.  
  349. remote: Counting objects: 100% (65/65), done.
  350.  
  351. remote: Compressing objects: 100% (43/43), done.
  352.  
  353. remote: Total 814 (delta 17), reused 49 (delta 12), pack-reused 749 (from 1)
  354.  
  355. Receiving objects: 100% (814/814), 896.91 KiB | 1.46 MiB/s, done.
  356.  
  357. Resolving deltas: 100% (315/315), done.
  358.  
  359. Submodule path 'drongo': checked out '5fd8e9416a81d71df1b2fe60fdea2f8264335800'
  360.  
  361. Submodule path 'lark': checked out 'b41e83a0029f50c3ab3d85a075204797bc6d6ccd'
  362.  
  363. root@ddc637f82aa7:/build# cd sparrow
  364.  
  365. root@ddc637f82aa7:/build/sparrow# git submodule update --checkout
  366.  
  367. root@ddc637f82aa7:/build/sparrow# cat << 'EOF' > gradle.properties
  368.  
  369. org.gradle.jvmargs=-Dglass.platform=Monocle -Dmonocle.platform=Headless -Dprism.order=sw
  370.  
  371. EOF
  372.  
  373. root@ddc637f82aa7:/build/sparrow# ./gradlew jpackage
  374.  
  375. Downloading https://services.gradle.org/distributions/gradle-8.9-bin.zip
  376.  
  377. ............10%.............20%.............30%.............40%.............50%.............60%.............70%.............80%.............90%.............100%
  378.  
  379.  
  380.  
  381. Welcome to Gradle 8.9!
  382.  
  383.  
  384.  
  385. Here are the highlights of this release:
  386.  
  387. - Enhanced Error and Warning Messages
  388.  
  389. - IDE Integration Improvements
  390.  
  391. - Daemon JVM Information
  392.  
  393.  
  394.  
  395. For more details see https://docs.gradle.org/8.9/release-notes.html
  396.  
  397.  
  398.  
  399. Starting a Gradle Daemon (subsequent builds will be faster)
  400.  
  401.  
  402.  
  403. > Configure project :
  404.  
  405. Project : => 'com.sparrowwallet.sparrow' Java module
  406.  
  407.  
  408.  
  409. > Task :createDelegatingModules
  410.  
  411. /build/sparrow/build/jlinkbase/tmpjars/org.jdbi.v3.sqlobject/module-info.java:2: warning: [module] module name component v3 should avoid terminal digits
  412.  
  413. open module org.jdbi.v3.sqlobject {
  414.  
  415. ^
  416.  
  417. 1 warning
  418.  
  419. /build/sparrow/build/jlinkbase/tmpjars/org.antlr.antlr4.runtime/module-info.java:2: warning: [module] module name component antlr4 should avoid terminal digits
  420.  
  421. open module org.antlr.antlr4.runtime {
  422.  
  423. ^
  424.  
  425. 1 warning
  426.  
  427. /build/sparrow/build/jlinkbase/tmpjars/de.mkammerer.argon2/module-info.java:2: warning: [module] module name component argon2 should avoid terminal digits
  428.  
  429. open module de.mkammerer.argon2 {
  430.  
  431. ^
  432.  
  433. 1 warning
  434.  
  435. /build/sparrow/build/jlinkbase/tmpjars/org.jdbi.v3.core/module-info.java:2: warning: [module] module name component v3 should avoid terminal digits
  436.  
  437. open module org.jdbi.v3.core {
  438.  
  439. ^
  440.  
  441. 1 warning
  442.  
  443. /build/sparrow/build/jlinkbase/tmpjars/io.reactivex.rxjava2/module-info.java:2: warning: [module] module name component rxjava2 should avoid terminal digits
  444.  
  445. open module io.reactivex.rxjava2 {
  446.  
  447. ^
  448.  
  449. 1 warning
  450.  
  451.  
  452.  
  453. > Task :jlink
  454.  
  455. WARNING: signed modular JAR /build/sparrow/build/jlinkbase/jlinkjars/bcprov-jdk18on-1.77.jar is currently not supported
  456.  
  457. WARNING: signed modular JAR /build/sparrow/build/jlinkbase/jlinkjars/bcpg-jdk18on-1.77.jar is currently not supported
  458.  
  459.  
  460.  
  461. > Task :jpackage
  462.  
  463. [06:17:33.515] Creating association with null extension.
  464.  
  465. [06:17:33.516] Creating association with null extension.
  466.  
  467. [06:17:33.516] Creating association with null extension.
  468.  
  469. [06:17:34.164] Creating association with null extension.
  470.  
  471. [06:17:34.164] Creating association with null extension.
  472.  
  473. [06:17:34.165] Creating association with null extension.
  474.  
  475. [06:17:44.902] Creating association with null extension.
  476.  
  477. [06:17:44.903] Creating association with null extension.
  478.  
  479. [06:17:44.903] Creating association with null extension.
  480.  
  481. [06:17:49.827] Creating association with null extension.
  482.  
  483. [06:17:49.827] Creating association with null extension.
  484.  
  485. [06:17:49.827] Creating association with null extension.
  486.  
  487.  
  488.  
  489. BUILD SUCCESSFUL in 5m 48s
  490.  
  491. 22 actionable tasks: 22 executed
  492.  
  493. root@ddc637f82aa7:/build/sparrow# cd /build
  494.  
  495. root@ddc637f82aa7:/build# wget https://github.com/sparrowwallet/sparrow/releases/download/${GIT_TAG}/sparrow-${GIT_TAG}-x86_64.tar.gz
  496.  
  497. --2025-05-10 06:50:28-- https://github.com/sparrowwallet/sparrow/releases/download/2.1.3/sparrow-2.1.3-x86_64.tar.gz
  498.  
  499. Resolving github.com (github.com)... 20.205.243.166
  500.  
  501. Connecting to github.com (github.com)|20.205.243.166|:443... connected.
  502.  
  503. HTTP request sent, awaiting response... 302 Found
  504.  
  505. Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/249139477/72e84b88-405a-423b-b6b0-eb406eef8306?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250510%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250510T065034Z&X-Amz-Expires=300&X-Amz-Signature=1b908bdd952e50071d6f640bdc3034ff510c92f754948115d99624160936c970&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dsparrow-2.1.3-x86_64.tar.gz&response-content-type=application%2Foctet-stream [following]
  506.  
  507. --2025-05-10 06:50:28-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/249139477/72e84b88-405a-423b-b6b0-eb406eef8306?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250510%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250510T065034Z&X-Amz-Expires=300&X-Amz-Signature=1b908bdd952e50071d6f640bdc3034ff510c92f754948115d99624160936c970&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dsparrow-2.1.3-x86_64.tar.gz&response-content-type=application%2Foctet-stream
  508.  
  509. Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.108.133, 185.199.111.133, 185.199.109.133, ...
  510.  
  511. Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443... connected.
  512.  
  513. HTTP request sent, awaiting response... 200 OK
  514.  
  515. Length: 100359803 (96M) [application/octet-stream]
  516.  
  517. Saving to: 'sparrow-2.1.3-x86_64.tar.gz'
  518.  
  519.  
  520.  
  521. sparrow-2.1.3-x86_64.tar.gz 100%[======================================================>] 95.71M 3.43MB/s in 22s
  522.  
  523.  
  524.  
  525. 2025-05-10 06:50:52 (4.26 MB/s) - 'sparrow-2.1.3-x86_64.tar.gz' saved [100359803/100359803]
  526.  
  527.  
  528.  
  529. root@ddc637f82aa7:/build# tar xzf sparrow-${GIT_TAG}-x86_64.tar.gz
  530.  
  531. root@ddc637f82aa7:/build# diff -r /build/sparrow/build/jpackage/Sparrow /build/Sparrow
  532.  
  533. Binary files /build/sparrow/build/jpackage/Sparrow/lib/runtime/lib/modules and /build/Sparrow/lib/runtime/lib/modules differ
  534.  
  535. root@ddc637f82aa7:/build# ls
  536.  
  537. 2025-05-10.1248.sparrowdesktop_v2.1.3.log Sparrow prebuild-clean.sh sparrow-2.1.3-x86_64.tar.gz
  538.  
  539. Dockerfile adoptium.asc sparrow
  540.  
  541. root@ddc637f82aa7:/build# sha256sum sparrow-2.1.3-x86_64.tar.gz
  542.  
  543. 15babdf8698a2f8d109f194ab5b5582e265155b92763e605ffdae5dff72e2e70 sparrow-2.1.3-x86_64.tar.gz
  544.  
  545. root@ddc637f82aa7:/build# ls sparrow/build/jpackage/Sparrow/
  546.  
  547. bin lib
  548.  
  549. root@ddc637f82aa7:/build# ls
  550.  
  551. 2025-05-10.1248.sparrowdesktop_v2.1.3.log Sparrow prebuild-clean.sh sparrow-2.1.3-x86_64.tar.gz
  552.  
  553. Dockerfile adoptium.asc sparrow
  554.  
  555. root@ddc637f82aa7:/build# sha256sum sparrow-2.1.3-x86_64.tar.gz
  556.  
  557. 15babdf8698a2f8d109f194ab5b5582e265155b92763e605ffdae5dff72e2e70 sparrow-2.1.3-x86_64.tar.gz
  558.  
  559. root@ddc637f82aa7:/build# cd sparrow
  560.  
  561. root@ddc637f82aa7:/build/sparrow# cd build/jpackage/Sparrow
  562.  
  563. root@ddc637f82aa7:/build/sparrow/build/jpackage/Sparrow# ls
  564.  
  565. bin lib
  566.  
  567. root@ddc637f82aa7:/build/sparrow/build/jpackage/Sparrow# ls bin
  568.  
  569. Sparrow
  570.  
  571. root@ddc637f82aa7:/build/sparrow/build/jpackage/Sparrow# cd ..
  572.  
  573. root@ddc637f82aa7:/build/sparrow/build/jpackage# ls
  574.  
  575. Sparrow sparrow-2.1.3-1.x86_64.rpm sparrow_2.1.3-1_amd64.deb
  576.  
  577. root@ddc637f82aa7:/build/sparrow/build/jpackage# cd ..
  578.  
  579. root@ddc637f82aa7:/build/sparrow/build# tree jpackage/ --max-depth=1
  580.  
  581. bash: tree: command not found
  582.  
  583. root@ddc637f82aa7:/build/sparrow/build# apt install tree
  584.  
  585. Reading package lists... Done
  586.  
  587. Building dependency tree... Done
  588.  
  589. Reading state information... Done
  590.  
  591. The following NEW packages will be installed:
  592.  
  593. tree
  594.  
  595. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  596.  
  597. Need to get 47.9 kB of archives.
  598.  
  599. After this operation, 116 kB of additional disk space will be used.
  600.  
  601. Get:1 http://archive.ubuntu.com/ubuntu jammy/universe amd64 tree amd64 2.0.2-1 [47.9 kB]
  602.  
  603. Fetched 47.9 kB in 9s (5533 B/s)
  604.  
  605. debconf: delaying package configuration, since apt-utils is not installed
  606.  
  607. Selecting previously unselected package tree.
  608.  
  609. (Reading database ... 9406 files and directories currently installed.)
  610.  
  611. Preparing to unpack .../tree_2.0.2-1_amd64.deb ...
  612.  
  613. Unpacking tree (2.0.2-1) ...
  614.  
  615. Setting up tree (2.0.2-1) ...
  616.  
  617. root@ddc637f82aa7:/build/sparrow/build# tree jpackage/ --max-depth=1
  618.  
  619. tree: Invalid argument `--max-depth=1'.
  620.  
  621. usage: tree [-acdfghilnpqrstuvxACDFJQNSUX] [-L level [-R]] [-H baseHREF]
  622.  
  623. [-T title] [-o filename] [-P pattern] [-I pattern] [--gitignore]
  624.  
  625. [--matchdirs] [--metafirst] [--ignore-case] [--nolinks] [--inodes]
  626.  
  627. [--device] [--sort[=]<name>] [--dirsfirst] [--filesfirst]
  628.  
  629. [--filelimit #] [--si] [--du] [--prune] [--charset X]
  630.  
  631. [--timefmt[=]format] [--fromfile] [--noreport] [--version] [--help]
  632.  
  633. [--] [directory ...]
  634.  
  635. root@ddc637f82aa7:/build/sparrow/build# tree --max-depth=1 jpackage
  636.  
  637. tree: Invalid argument `--max-depth=1'.
  638.  
  639. usage: tree [-acdfghilnpqrstuvxACDFJQNSUX] [-L level [-R]] [-H baseHREF]
  640.  
  641. [-T title] [-o filename] [-P pattern] [-I pattern] [--gitignore]
  642.  
  643. [--matchdirs] [--metafirst] [--ignore-case] [--nolinks] [--inodes]
  644.  
  645. [--device] [--sort[=]<name>] [--dirsfirst] [--filesfirst]
  646.  
  647. [--filelimit #] [--si] [--du] [--prune] [--charset X]
  648.  
  649. [--timefmt[=]format] [--fromfile] [--noreport] [--version] [--help]
  650.  
  651. [--] [directory ...]
  652.  
  653. root@ddc637f82aa7:/build/sparrow/build# tree --max-depth=1 jpackage/
  654.  
  655. tree: Invalid argument `--max-depth=1'.
  656.  
  657. usage: tree [-acdfghilnpqrstuvxACDFJQNSUX] [-L level [-R]] [-H baseHREF]
  658.  
  659. [-T title] [-o filename] [-P pattern] [-I pattern] [--gitignore]
  660.  
  661. [--matchdirs] [--metafirst] [--ignore-case] [--nolinks] [--inodes]
  662.  
  663. [--device] [--sort[=]<name>] [--dirsfirst] [--filesfirst]
  664.  
  665. [--filelimit #] [--si] [--du] [--prune] [--charset X]
  666.  
  667. [--timefmt[=]format] [--fromfile] [--noreport] [--version] [--help]
  668.  
  669. [--] [directory ...]
  670.  
  671. root@ddc637f82aa7:/build/sparrow/build# ls
  672.  
  673. classes generated image jlinkbase jpackage libs resources tmp
  674.  
  675. root@ddc637f82aa7:/build/sparrow/build# cd jpackage/
  676.  
  677. root@ddc637f82aa7:/build/sparrow/build/jpackage# ls
  678.  
  679. Sparrow sparrow-2.1.3-1.x86_64.rpm sparrow_2.1.3-1_amd64.deb
  680.  
  681. root@ddc637f82aa7:/build/sparrow/build/jpackage# mv sparrow-2.1.3-1.x86_64.rpm built-sparrow-2.1.3-1.x86_64.rpm
  682.  
  683. root@ddc637f82aa7:/build/sparrow/build/jpackage# wget https://github.com/sparrowwallet/sparrow/releases/download/2.1.3/sparrow-2.1.3-1.x86_64.rpm
  684.  
  685. --2025-05-10 07:07:23-- https://github.com/sparrowwallet/sparrow/releases/download/2.1.3/sparrow-2.1.3-1.x86_64.rpm
  686.  
  687. Resolving github.com (github.com)... 20.205.243.166
  688.  
  689. Connecting to github.com (github.com)|20.205.243.166|:443... connected.
  690.  
  691. HTTP request sent, awaiting response... 302 Found
  692.  
  693. Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/249139477/157e4acb-5e9e-4c39-a7d6-1098b80bab43?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250510%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250510T070730Z&X-Amz-Expires=300&X-Amz-Signature=10898f1b6edd0873d7513c33e63c3e793ecf0a26d22495d106b3aedcb23742f7&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dsparrow-2.1.3-1.x86_64.rpm&response-content-type=application%2Foctet-stream [following]
  694.  
  695. --2025-05-10 07:07:24-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/249139477/157e4acb-5e9e-4c39-a7d6-1098b80bab43?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250510%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250510T070730Z&X-Amz-Expires=300&X-Amz-Signature=10898f1b6edd0873d7513c33e63c3e793ecf0a26d22495d106b3aedcb23742f7&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dsparrow-2.1.3-1.x86_64.rpm&response-content-type=application%2Foctet-stream
  696.  
  697. Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.111.133, ...
  698.  
  699. Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443... connected.
  700.  
  701. HTTP request sent, awaiting response... 200 OK
  702.  
  703. Length: 100318916 (96M) [application/octet-stream]
  704.  
  705. Saving to: 'sparrow-2.1.3-1.x86_64.rpm'
  706.  
  707.  
  708.  
  709. sparrow-2.1.3-1.x86_64.rpm 100%[======================================================>] 95.67M 3.00MB/s in 32s
  710.  
  711.  
  712.  
  713. 2025-05-10 07:07:57 (2.98 MB/s) - 'sparrow-2.1.3-1.x86_64.rpm' saved [100318916/100318916]
  714.  
  715.  
  716.  
  717. root@ddc637f82aa7:/build/sparrow/build/jpackage# ls
  718.  
  719. Sparrow built-sparrow-2.1.3-1.x86_64.rpm sparrow-2.1.3-1.x86_64.rpm sparrow_2.1.3-1_amd64.deb
  720.  
  721. root@ddc637f82aa7:/build/sparrow/build/jpackage# sha256sum *.rpm
  722.  
  723. 74f1d807e2871c468befa66e28d0dcb7b3727dab170128c442e7e7eff8685ae4 built-sparrow-2.1.3-1.x86_64.rpm
  724.  
  725. 4ab0ca4447f5f00812223ec85cb7b67ef82736e58b479ad8f6fac667bfe429d2 sparrow-2.1.3-1.x86_64.rpm
  726.  
  727. root@ddc637f82aa7:/build/sparrow/build/jpackage#
  728.  
  729.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement