From owner-freebsd-ports-bugs@freebsd.org Wed Feb 21 22:35:10 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 889DEF0713C for ; Wed, 21 Feb 2018 22:35:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 21EAB76FA6 for ; Wed, 21 Feb 2018 22:35:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 59DE2118B6 for ; Wed, 21 Feb 2018 22:35:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w1LMZ9EO074700 for ; Wed, 21 Feb 2018 22:35:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w1LMZ97Y074699 for freebsd-ports-bugs@FreeBSD.org; Wed, 21 Feb 2018 22:35:09 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 226099] databases/pgpool 3.4.16 no longer builds under FBSD11.1S and libressl Date: Wed, 21 Feb 2018 22:35:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dewayne@heuristicsystems.com.au X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tz@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Feb 2018 22:35:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226099 Bug ID: 226099 Summary: databases/pgpool 3.4.16 no longer builds under FBSD11.1S and libressl Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: tz@freebsd.org Reporter: dewayne@heuristicsystems.com.au Flags: maintainer-feedback?(tz@freebsd.org) Assignee: tz@freebsd.org Upgrading from pgpool 3.4.11 to 3.4.16 results in the following build messa= ges: main/main.o: In function `main': main.c:(.text.startup+0x2df): undefined reference to `OPENSSL_init_ssl' watchdog/lib-watchdog.a(wd_packet.o): In function `wd_calc_hash': wd_packet.c:(.text+0x1a33): undefined reference to `HMAC_CTX_new' wd_packet.c:(.text+0x1a40): undefined reference to `HMAC_CTX_reset' wd_packet.c:(.text+0x1a90): undefined reference to `HMAC_CTX_reset' wd_packet.c:(.text+0x1a9a): undefined reference to `HMAC_CTX_free' collect2: error: ld returned 1 exit status gmake[3]: *** [Makefile:826: pgpool] Error 1 gmake[3]: Leaving directory '/var/ports/usr/ports/databases/pgpool/work/pgpool-II-3.4.16/src' gmake[2]: *** [Makefile:980: all-recursive] Error 1 gmake[2]: Leaving directory '/var/ports/usr/ports/databases/pgpool/work/pgpool-II-3.4.16/src' gmake[1]: *** [Makefile:388: all-recursive] Error 1 gmake[1]: Leaving directory '/var/ports/usr/ports/databases/pgpool/work/pgpool-II-3.4.16' Suspect the changes arising from 3.4.14 see http://www.pgpool.net/docs/latest/en/html/release-3-4-14.html Platform: FreeBSD 11.1-STABLE r328914M amd64 1101509 1101509 SSL: libressl 2.6.4 (build is successful using openssl 1.0.2.n) Build options: the defaults. CFLAGS: -O2 -pipe -Wl,-m,elf_x86_64_fbsd -DOPENSSL_NO_SSL2 -DOPENSSL_NO_SSL3 -g0 -ggdb0 -DSTRIP_FBSDID -UDEBUGGING -UEBUGGING -UDEBUG -fno-math-errno -Wl,--hash-style=3Dsysv -fPIE -fPIC -fomit-frame-pointer -march=3Dcore2=20 -fstack-protector -fno-strict-aliasing (please note binutils 2.30 is used) Both compilers failed to build: clang 5.0.1 and gcc7 --=20 You are receiving this mail because: You are the assignee for the bug.=