Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2019 23:15:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 242846] net-p2p/monero-cli: fix build on non-x86
Message-ID:  <bug-242846-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242846

            Bug ID: 242846
           Summary: net-p2p/monero-cli: fix build on non-x86
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: vd@FreeBSD.org
          Reporter: pkubaj@FreeBSD.org
             Flags: maintainer-feedback?(vd@FreeBSD.org)
          Assignee: vd@FreeBSD.org

Created attachment 210186
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D210186&action=
=3Dedit
patch

Architectures that don't have libunwind available should disable stack trac=
e.

Otherwise, the following linking error is encountered:
FAILED: bin/monero-gen-ssl-cert=20
: && /usr/local/bin/g++9  -O2 -pipe  -D_WANT_SEMUN -fstack-protector-strong
-Wl,-rpath=3D/usr/local/lib/gcc9  -Wl,-rpath=3D/usr/local/lib/gcc9 -pthread
-mcpu=3D970 -fno-strict-aliasing -std=3Dc++11 -D_GNU_SOURCE   -Wall -Wextra
-Wpointer-arith -Wundef -Wvla -Wwrite-strings -Wno-error=3Dextra
-Wno-error=3Ddeprecated-declarations -Wno-unused-parameter -Wno-unused-vari=
able
-Wno-error=3Dunused-variable -Wno-error=3Dundef -Wno-error=3Duninitialized
-Wlogical-op -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dcpp -Wno-reorder
-Wno-missing-field-initializers  -fPIC  -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=
=3D1
-Wformat -Wformat-security -fstack-protector -fstack-protector-strong
-fstack-clash-protection -fno-strict-aliasing -ftemplate-depth=3D900 -DNDEB=
UG -O2
 -L/usr/local/lib  -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc9
-L/usr/local/lib/gcc9  -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack
src/gen_ssl_cert/CMakeFiles/gen_ssl_cert.dir/gen_ssl_cert.cpp.o  -o
bin/monero-gen-ssl-cert  -Wl,-rpath,/usr/local/lib: -lexecinfo
src/common/libcommon.a contrib/epee/src/libepee.a src/libversion.a
contrib/epee/src/libepee_readline.a /usr/local/lib/libboost_program_options=
.so
/usr/local/lib/libboost_filesystem.so -pthread -lexecinfo
src/crypto/libcncrypto.a contrib/epee/src/libepee.a
external/randomx/librandomx.a /usr/local/lib/libsodium.so
/usr/local/lib/libunbound.so /usr/local/lib/libboost_date_time.so
/usr/local/lib/libboost_system.so /usr/local/lib/libboost_thread.so
/usr/local/lib/libboost_regex.so /usr/local/lib/libboost_chrono.so -lssl
-lcrypto external/easylogging++/libeasylogging.a -pthread -lexecinfo
/usr/local/lib/libreadline.so /usr/local/lib/libboost_filesystem.so -lexeci=
nfo
&& :
/usr/local/bin/ld: src/common/libcommon.a(stack_trace.cpp.o): in function
`tools::log_stack_trace(char const*)':
stack_trace.cpp:(.text+0x71c): undefined reference to
`el::base::debug::StackTrace::generateNew()'
/usr/local/bin/ld: stack_trace.cpp:(.text+0x72c): undefined reference to
`el::base::debug::operator<<(std::ostream&, el::base::debug::StackTrace
const&)'
collect2: error: ld returned 1 exit status

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242846-7788>