Date: Thu, 23 Aug 2018 01:58:58 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 230824] net/haproxy 1.8.13 build fails openssl on i386 and libressl on amd64 Message-ID: <bug-230824-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230824 Bug ID: 230824 Summary: net/haproxy 1.8.13 build fails openssl on i386 and libressl on amd64 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: demon@FreeBSD.org Reporter: dewayne@heuristicsystems.com.au Flags: maintainer-feedback?(demon@FreeBSD.org) Assignee: demon@FreeBSD.org Unfortunately net/haproxy on FreeBSD 11.2 fails on i386 using openssl with = the error: src/proto_http.o: In function `http_perform_server_redirect': proto_http.c:(.text+0x16c5): undefined reference to `__atomic_fetch_add_8' src/proto_http.o: In function `http_wait_for_request': proto_http.c:(.text+0x2f43): undefined reference to `__atomic_fetch_add_8' proto_http.c:(.text+0x325c): undefined reference to `__atomic_fetch_add_8' proto_http.c:(.text+0x33e9): undefined reference to `__atomic_fetch_add_8' proto_http.c:(.text+0x347d): undefined reference to `__atomic_fetch_add_8' src/proto_http.o:proto_http.c:(.text+0x349c): more undefined references to `__atomic_fetch_add_8' follow cc: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [Makefile:900: haproxy] Error 1 And on FreeBSD 11.2 on amd64 and libressl with the error: src/ssl_sock.c:60:10: fatal error: 'openssl/async.h' file not found #include <openssl/async.h> ^~~~~~~~~~~~~~~~~ 2 warnings and 1 error generated. gmake[1]: *** [Makefile:909: src/ssl_sock.o] Error 1 gmake[1]: Leaving directory '/var/ports/usr/ports/net/haproxy/work/haproxy-1.8.13' *** 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-230824-7788>