Date: Mon, 09 Nov 2020 15:57:32 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 250981] sysutils/goaccess linker_error with OpenSSL from ports Message-ID: <bug-250981-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250981 Bug ID: 250981 Summary: sysutils/goaccess linker_error with OpenSSL from ports Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: sbz@FreeBSD.org Reporter: 000.fbsd@quip.cz Flags: maintainer-feedback?(sbz@FreeBSD.org) Assignee: sbz@FreeBSD.org Attachment #219491 text/plain mime type: Created attachment 219491 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D219491&action= =3Dedit poudriere build log goaccess cannot be built with OpenSSL from ports: cc -O2 -DSYSCONFDIR=3D\"/usr/local/etc\" -Wall -Wextra -Wnested-externs -Wformat=3D2 -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarati= ons -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-ca= st -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -pipe -I/usr/include -I/usr/local/include -fstack-protector-strong -fno-strict-aliasing -pthread -rdynamic -L/usr/lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib -fstack-protector-strong -o goaccess src/base64.o src/browsers.o src/color.o src/commons.o src/csv.o src/error.o src/gdashboard.o src/gdns.o src/gholder.o src/gkhash.o src/gmenu.o src/goaccess.o src/gslist.o src/gstorage.o src/gwsocket.o src/json.o src/opesys.o src/options.o src/output.o src/parser.o src/settings.o src/sha1.o src/sort.o src/tpl.o src/ui.o src/util.o src/websocket.o=20 src/xmalloc.o -lncursesw -lcrypto -lssl -lpthread src/websocket.o: In function `ws_start': websocket.c:(.text+0xf12): undefined reference to `OPENSSL_init_ssl' websocket.c:(.text+0xf17): undefined reference to `TLS_server_method' cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. make[3]: stopped in /wrkdirs/usr/ports/sysutils/goaccess/work/goaccess-1.4 *** Error code 1 --=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-250981-7788>