litecoin (0.21.3-1)
[PTS] [DDPO]
COMMITS: VCS has seen 3 commits since the debian/0.21.3-1 tag
- Git: https://salsa.debian.org/debian/litecoin.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 323584
- Browser: https://salsa.debian.org/debian/litecoin
- Last scan: 2024-12-06 20:06:13+00
- Error: https://salsa.debian.org/api/v4/projects/debian%2Flitecoin/pipelines?scope=finished&per_page=1 API request failed: 403 Forbidden at /srv/qa.debian.org/data/vcswatch/vcswatch line 431.
- Next scan: 2024-12-15 18:27:00+00
- Debian changelog in Git:
litecoin (0.21.3-1) unstable; urgency=medium
* New upstream release.
+ fixed FTBFS (Closes: #1027827).
* Standards-Version: 4.7.0.
-- Dmitry Smirnov <onlyjob@debian.org> Sun, 28 Apr 2024 13:05:49 +1000
- This branch is 3 commits ahead of tag debian/0.21.3-1
- Git log:
commit a9c1578299a4e39a0b5294b57cc568d547d04a4b
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Date: Wed May 1 13:21:24 2024 +1000
Failed attempt to build with system libunivalue-dev [FTBFS]
Build-Depends += "libunivalue-dev"
```
rpc/blockchain.cpp:2374:35: error: cannot convert 'std::atomic<int>' to 'const UniValue&'
2374 | result.pushKV("progress", g_scan_progress);
| ^~~~~~~~~~~~~~~
| |
| std::atomic<int>
In file included from ./rpc/request.h:11,
from ./rpc/server.h:10,
from rpc/blockchain.cpp:24:
/usr/include/univalue.h:94:57: note: initializing argument 2 of 'bool UniValue::pushKV(const std::string&, const UniValue&)'
94 | bool pushKV(const std::string& key, const UniValue& val);
| ~~~~~~~~~~~~~~~~^~~
```
commit f5cc15be58dd7fc4c1cf2d036b0c9c045f6e4c78
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Date: Wed May 1 13:04:50 2024 +1000
Disabled "secp256k1-zkp" tests due to failure on [ppc64el]
https://buildd.debian.org/status/fetch.php?pkg=litecoin&arch=ppc64el&ver=0.21.3-1&stamp=1714303642&raw=0
commit 1b1cf9507af7ad44d7c2e0d5e24010a7570a3245
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Date: Sun Apr 28 19:24:17 2024 +1000
litecoind package to provide 'litecoin-wallet'.