Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make stops on errors #399

Open
dchmelik opened this issue Mar 19, 2025 · 5 comments
Open

make stops on errors #399

dchmelik opened this issue Mar 19, 2025 · 5 comments

Comments

@dchmelik
Copy link

dchmelik commented Mar 19, 2025

Expected behavior
compile

Actual behavior
Make stops on errors: gist.

To reproduce

  1. ./autogen.sh
  2. ./configure
  3. make

System information

  • Feathercoin v0.19.2
  • AMD Ryzen 9 5950X CPU
  • SSD/M2/NVMe (27 GB free)
  • Slackware GNU/Linux 15.1-current (64-bit, up-to-date)

Describe the solution you'd like
Making generic GNU/Linux binaries available would be fine (or Slackware packages (txz), which are the most generic/universal, though more people would like Debian, RedHat, etc. ones).

@dchmelik dchmelik changed the title make halts on errors make stops on errors Mar 19, 2025
@wellenreiter01
Copy link
Collaborator

I faced the same error yesterday when ompiling for Ubuntu 22.04

@Bushstar
Copy link
Collaborator

@wellenreiter01 Recently got Feathercoin 0.19.2 compiling on Ubuntu 22.04 on the following Docker file. It is multi-arch so little hard to follow.

https://github.com/KeychainMDIP/feathercoin-docker/blob/main/Dockerfile

Steps would translate to the following for x86_64.

cd depends
make
cd ..
./autogen.sh
CONFIG_SITE=$PWD/depends/x86_64-pc-linux-gnu/share/config.site ./configure --prefix=/
make

@wellenreiter01
Copy link
Collaborator

wellenreiter01 commented Mar 19, 2025

Got it working.
Packages for major linux distributions are found here as community packages:

https://software.opensuse.org/package/feathercoin

@Bushstar
Copy link
Collaborator

That's excellent, added to the release notes.

@dchmelik
Copy link
Author

dchmelik commented Mar 28, 2025

Packages for major linux distributions are found here as community packages

'"Some" major "GNU/Linux" distributions; what about Slackware/txz (simplest) package, and generic (non-package) tarball you put in a directory/folder to run from, and what about solving the error ('got it working' doesn't help/explain)? We also use on family Devuan-based PC, but Debian 11 (your newest package is for) is approaching five years old, and since 2023, Debian 12 has been standard; where's the Debian 12 package?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants