[Bug 250981] sysutils/goaccess linker_error with OpenSSL from ports
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Nov 9 15:57:33 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250981
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 at FreeBSD.org
Reporter: 000.fbsd at quip.cz
Flags: maintainer-feedback?(sbz at FreeBSD.org)
Assignee: sbz at FreeBSD.org
Attachment #219491 text/plain
mime type:
Created attachment 219491
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=219491&action=edit
poudriere build log
goaccess cannot be built with OpenSSL from ports:
cc -O2 -DSYSCONFDIR=\"/usr/local/etc\" -Wall -Wextra -Wnested-externs
-Wformat=2 -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
-Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast
-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
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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list