Package Details: litecoin-qt 0.21.4-1

Git Clone URL: https://aur.archlinux.org/litecoin-qt.git (read-only, click to copy)
Package Base: litecoin-qt
Description: Peer-to-peer network based digital currency (Qt)
Upstream URL: https://www.litecoin.org/
Licenses: MIT
Conflicts: litecoin
Provides: litecoin
Submitter: Flink
Maintainer: a821
Last Packager: a821
Votes: 86
Popularity: 0.73
First Submitted: 2013-03-22 17:37 (UTC)
Last Updated: 2024-10-30 08:28 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

smp commented on 2022-05-15 14:31 (UTC)

Building and using Litecoin 0.21.2 requires fmt, so please add fmt to depends. The build documentation hasn't been update yet to reflect the new dependency, but this has already been reported.

As a side note, has anybody managed to build version 0.21.2 in a clean chroot? When building in a clean chroot, I get the following error:

  CXXLD    litecoind
  CXXLD    litecoin-tx
  CXXLD    litecoin-wallet
  CXXLD    test/test_litecoin
/usr/include/c++/12.1.0/ext/aligned_buffer.h:47:12: note: array types have different bounds
   47 |     struct __aligned_membuf
      |            ^
/usr/include/c++/12.1.0/ext/aligned_buffer.h:47:12: note: type 'struct __aligned_membuf' itself violates the C++ One Definition Rule
/usr/bin/ld: /tmp/ccOAPjfW.ltrans8.ltrans.o: warning: relocation against `_ZN8CHDChain22VERSION_HD_CHAIN_SPLITE' in read-only section `.text'
/usr/bin/ld: /tmp/ccOAPjfW.ltrans3.ltrans.o: in function `LegacyScriptPubKeyMan::LoadMWEBKeychain()':
<artificial>:(.text+0x4e02): undefined reference to `CHDChain::VERSION_HD_MWEB_WATCH'
/usr/bin/ld: /tmp/ccOAPjfW.ltrans8.ltrans.o: in function `ReadKeyValue(CWallet*, CDataStream&, CDataStream&, CWalletScanState&, std::__cxx11::basic_string<char, std::char_traits<char>, std::alloca
tor<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::function<bool (std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >
const&)> const&) [clone .lto_priv.0]':
<artificial>:(.text+0x6acb): undefined reference to `CHDChain::VERSION_HD_MWEB_WATCH'
/usr/bin/ld: <artificial>:(.text+0x7753): undefined reference to `CHDChain::VERSION_HD_CHAIN_SPLIT'
/usr/bin/ld: warning: creating DT_TEXTREL in a PIE
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:8915: litecoin-wallet] Error 1
make[2]: *** Waiting for unfinished jobs....
/usr/bin/ld: /tmp/ccypWxue.ltrans99.ltrans.o: warning: relocation against `_ZN8CHDChain22VERSION_HD_CHAIN_SPLITE' in read-only section `.text'
/usr/bin/ld: /tmp/ccypWxue.ltrans56.ltrans.o: in function `LegacyScriptPubKeyMan::LoadMWEBKeychain()':
<artificial>:(.text+0x9902): undefined reference to `CHDChain::VERSION_HD_MWEB_WATCH'
/usr/bin/ld: /tmp/ccypWxue.ltrans99.ltrans.o: in function `ReadKeyValue(CWallet*, CDataStream&, CDataStream&, CWalletScanState&, std::__cxx11::basic_string<char, std::char_traits<char>, std::alloc
ator<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::function<bool (std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >
 const&)> const&) [clone .constprop.0]':
<artificial>:(.text+0x3c13): undefined reference to `CHDChain::VERSION_HD_MWEB_WATCH'
/usr/bin/ld: <artificial>:(.text+0x4cfc): undefined reference to `CHDChain::VERSION_HD_CHAIN_SPLIT'
/usr/bin/ld: warning: creating DT_TEXTREL in a PIE
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:8919: litecoind] Error 1
/usr/bin/ld: /tmp/ccBsEXTu.ltrans125.ltrans.o: warning: relocation against `_ZN8CHDChain22VERSION_HD_CHAIN_SPLITE' in read-only section `.text'
/usr/bin/ld: /tmp/ccBsEXTu.ltrans94.ltrans.o: in function `LegacyScriptPubKeyMan::LoadMWEBKeychain()':
<artificial>:(.text+0xb532): undefined reference to `CHDChain::VERSION_HD_MWEB_WATCH'
/usr/bin/ld: /tmp/ccBsEXTu.ltrans125.ltrans.o: in function `ReadKeyValue(CWallet*, CDataStream&, CDataStream&, CWalletScanState&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allo
cator<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::function<bool (std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>
> const&)> const&) [clone .constprop.0]':
<artificial>:(.text+0x1754a): undefined reference to `CHDChain::VERSION_HD_MWEB_WATCH'
/usr/bin/ld: <artificial>:(.text+0x184b0): undefined reference to `CHDChain::VERSION_HD_CHAIN_SPLIT'
/usr/bin/ld: warning: creating DT_TEXTREL in a PIE
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:10281: test/test_litecoin] Error 1
make[2]: Leaving directory '/build/litecoin-qt/src/litecoin-0.21.2/src'
make[1]: *** [Makefile:21423: all-recursive] Error 1
make[1]: Leaving directory '/build/litecoin-qt/src/litecoin-0.21.2/src'
make: *** [Makefile:815: all-recursive] Error 1

Building the package normally works without problems though.

smp commented on 2022-05-15 12:06 (UTC)

@rpodgorny: You can use makepkg --printsrcinfo > .SRCINFO to easily ensure the .SRCINFO file is up to date.

0b100100 commented on 2022-05-15 08:20 (UTC)

Could you please match the pkgrel in PKGBUILD and .SRCINFO? Thank you.

BlitDev commented on 2022-01-12 13:22 (UTC) (edited on 2022-01-12 14:36 (UTC) by BlitDev)

It's building now, when it's built, I'll check. But I think everything should work. UPD: The icon is displayed.

rpodgorny commented on 2022-01-12 12:03 (UTC)

ok, please try this version.

0b100100 commented on 2022-01-11 15:23 (UTC) (edited on 2022-01-11 15:24 (UTC) by 0b100100)

ico container files are not supported by the freedesktop icon theme specs [1] although it works somehow.

Nevertheless they should probably be converted to a png file using convert <icon name>.ico <icon name>.png or icotool -x <icon name>.ico as stated by the wiki [2].

[1] https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html

[2] https://wiki.archlinux.org/title/desktop_entries#Icons

rpodgorny commented on 2022-01-11 12:36 (UTC)

@BlitGaming you can now try this version. i don't use any desktop environment myself so i can't tell...

BlitDev commented on 2022-01-11 09:59 (UTC)

In the file .desktop has a path to the icon, but there is no icon. Please fix it)

rpodgorny commented on 2021-12-30 14:26 (UTC)

i've added the boost patch to make it compile again...

...still, this is kind of against the arch policy of being as much upstream as possible. :-( ...so please be sure to also kick the upstream developers! ;-)

smp commented on 2021-12-25 09:35 (UTC)

The package no longer builds with the latest version of Boost (1.78) because of the following issue: https://github.com/litecoin-project/litecoin/issues/743