Bug 264808 - net-p2p/monero-cli: Illegal hardware instrucction (core dumped)
Summary: net-p2p/monero-cli: Illegal hardware instrucction (core dumped)
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-21 14:33 UTC by qorg11
Modified: 2024-03-19 18:08 UTC (History)
4 users (show)

See Also:
bugzilla: maintainer-feedback?


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description qorg11 2022-06-21 14:33:40 UTC
When running the monero-wallet-cli command. I get the following error and i'm unable to do anything with the software.

zsh: illegal hardware instruction (core dumped)  monero-wallet-cli

I am using an Intel I5-2520M in FreeBSD 13.1
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2022-06-22 12:13:43 UTC
Try to tun it with devel/valgrind or/and with devel/gdb and post log to upstream, like I did with devel/highway: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262104 https://github.com/google/highway/issues/560
Comment 2 Mathias Monnerville 2022-09-13 05:46:28 UTC
Same errors for all binaries included in the default package on my Intel's Xeon.

Compiling it from source with Poudriere generates working binaries. No more error FYI.
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2022-09-13 13:45:01 UTC
(In reply to Mathias Monnerville from comment #2)
What exact Xeon?
And what value have CPUTYPE?= in /etc/make.conf?
Comment 4 Henrich Hartzer 2023-01-20 00:09:01 UTC
I'm seeing this as well on 13.1 when installing 0.18.0.0 from quarterly.
Comment 5 Henrich Hartzer 2023-12-30 01:48:21 UTC
Seems to work fine with 0.18.2.2 on FreeBSD 14.0.
Comment 6 Vasil Dimov freebsd_committer freebsd_triage 2024-01-03 07:58:59 UTC
Deassign from myself because I don't have the time to maintain net-p2p/monero-cli anymore.
Comment 7 Henrich Hartzer 2024-01-04 00:18:11 UTC
Understandable. Thank you for your help!
Comment 8 bsdbugs_mr 2024-03-19 14:38:36 UTC
diff Makefile.orig Makefile:

3,4c3,4
< DISTVERSION=  0.18.3.1
< PORTREVISION= 2
---
> DISTVERSION=  0.18.3.2
> PORTREVISION= 1


diff distinfo.orig distinfo:

2,3c2,3
< SHA256 (monero-project-monero-v0.18.3.1_GH0.tar.gz) = 57d6e2f8fc7cb04b9040912e98f84316901e1c5837b4ee4c0d89372e58f5b24a
< SIZE (monero-project-monero-v0.18.3.1_GH0.tar.gz) = 14005197
---
> SHA256 (monero-project-monero-v0.18.3.2_GH0.tar.gz) = ce39d8d1965af1a8fd88710644a3a80fcfda2d480d8cfb7082fa2164ba09c1af
> SIZE (monero-project-monero-v0.18.3.2_GH0.tar.gz) = 14024322
Comment 9 Henrich Hartzer 2024-03-19 18:08:30 UTC
Is anyone still getting the illegal hardware instruction error?

If not, should we update the version and close this out?