[Bug 230824] net/haproxy 1.8.13 build fails openssl on i386 and libressl on amd64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 23 01:59:01 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230824

            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 at FreeBSD.org
          Reporter: dewayne at heuristicsystems.com.au
             Flags: maintainer-feedback?(demon at FreeBSD.org)
          Assignee: demon at 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

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


More information about the freebsd-ports-bugs mailing list