Git Product home page Git Product logo

dashcore-rpm's Introduction

Agrarius digeratus literatus: I farm. I tech. I write.

I'm retired from the tech industry and now run a small farm in the US Piedmont while sometimes helping folks buy and sell real estate. My primary passion, though, is writing. Tech and writing converge a bit with these small projects I maintain:

You can discover more about me via [my keybase profile] and then hit me up with some [coffee].

dashcore-rpm's People

Contributors

taw00 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dashcore-rpm's Issues

DMT 0.9.26-4.1.hotfix2 ModuleNotFoundError

[todd@localhost dashcore-rpm]$ /usr/share/dash-masternode-tool/dash-masternode-tool-desktop-script.sh
Kicking off 'dash-masternode-tool --data-dir --config '
... first sniffing at '/.config/dmt/' then '/.dmt/'
... found ~/.config/dmt/ ... setting to m750 for better protection.
/usr/share/dash-masternode-tool/dash-masternode-tool-desktop-script.sh: line 58: [: missing `]'
... found a config file /home/todd/.config/dmt/config-v4.ini
Running /usr/share/dash-masternode-tool/DashMasternodeTool --data-dir /home/todd/.config/dmt --config /home/todd/.config/dmt/config-v4.ini
Traceback (most recent call last):
File "PyInstaller/loader/rthooks/pyi_rth_pkgres.py", line 13, in
File "/builddir/build/BUILD/dash-masternode-tool-0.9/venv/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
File "pkg_resources/init.py", line 86, in
ModuleNotFoundError: No module named 'pkg_resources.py2_warn'
[5432] Failed to execute script pyi_rth_pkgres

packaging conflict with dashcore-sentinel

This conflict is associated to /var/lib/dashcore/sentinel/venv/lib64

Error: Transaction test error:
  file /var/lib/dashcore/sentinel/venv/lib64 from install of dashcore-sentinel-1.5.0-1.fc33.taw.x86_64 conflicts with file from package dashcore-sentinel-1.5.0-1.fc32.taw.x86_64

/var/lib/dashcore/sentinel/venv/lib64 is a symlink to /var/lib/dashcore/sentinel/venv/lib which is the real directory. I suspect that /var/lib/dashcore/sentinel/venv/lib can dynamically add content when content is upgraded. The right answer may to be not include that directory at all, but that seems wrong. I am unsure of the right answer.

Dash Core does not build with QT 5.15

WARNING

warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]

Not fixed, but then ...

ERROR

error: invalid use of incomplete type 'class QPainterPath'

Sentinel bug: python 3.8 warns for "is" versus "==" comparisons for literals

When you the value of strings and numbers, you need to use == instead of is. Before python 3.7, this was not warned. Now it is. And dashcore-sentinel trips over this issue.

/var/lib/dashcore/sentinel/lib/base58.py:119: SyntaxWarning: "is" with a literal. Did you mean "=="?
  assert get_bcaddress_version('15VjRaDX9zpbA8LVnbrCAFzrVzN7ixHNsC') is 0

Explained here:
https://adamj.eu/tech/2020/01/21/why-does-python-3-8-syntaxwarning-for-is-literal/

Dash Core does not build with boost 1.73

Dash core does not build with boost 1.73 (which is what ships with Fedora 33)

ERROR # 1

CXX      libdash_server_a-httpserver.o
httpserver.cpp:78:10: error: 'deque' in namespace 'std' does not name a template type
   78 |     std::deque<std::unique_ptr<WorkItem>> queue;
      |          ^~~~~
httpserver.cpp:33:1: note: 'std::deque' is defined in header '<deque>'; did you forget to '#include <deque>'?
   32 | #include <support/events.h>
  +++ |+#include <deque>
   33 | 
httpserver.cpp: In member function 'bool WorkQueue<WorkItem>::Enqueue(WorkItem*)':
httpserver.cpp:96:13: error: 'queue' was not declared in this scope; did you mean 'Enqueue'?
   96 |         if (queue.size() >= maxDepth) {
      |             ^~~~~
      |             Enqueue
httpserver.cpp:99:9: error: 'queue' was not declared in this scope; did you mean 'Enqueue'?
   99 |         queue.emplace_back(std::unique_ptr<WorkItem>(item));
      |         ^~~~~
      |         Enqueue
httpserver.cpp: In member function 'void WorkQueue<WorkItem>::Run()':
httpserver.cpp:110:35: error: 'queue' was not declared in this scope; did you mean 'Enqueue'?
  110 |                 while (running && queue.empty())
      |                                   ^~~~~
      |                                   Enqueue
httpserver.cpp:114:31: error: 'queue' was not declared in this scope; did you mean 'Enqueue'?
  114 |                 i = std::move(queue.front());
      |                               ^~~~~
      |                               Enqueue
make[2]: *** [Makefile:7333: libdash_server_a-httpserver.o] Error 1
make[2]: Leaving directory '/builddir/build/BUILD/dashcore-0.16/dash-0.16.1.1/src'
make[1]: *** [Makefile:12157: all-recursive] Error 1
make[1]: Leaving directory '/builddir/build/BUILD/dashcore-0.16/dash-0.16.1.1/src'
make: *** [Makefile:737: all-recursive] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.0Bk7Vs (%build)
    Bad exit status from /var/tmp/rpm-tmp.0Bk7Vs (%build)

ERROR # 2

bind.cpp ... note: '#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.