From owner-freebsd-ports-bugs@freebsd.org Mon Jul 27 04:55:31 2020 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1E176376748 for ; Mon, 27 Jul 2020 04:55:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4BFSDM04VPz4T2J for ; Mon, 27 Jul 2020 04:55:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 00A8A376747; Mon, 27 Jul 2020 04:55:31 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 006F1376A07 for ; Mon, 27 Jul 2020 04:55:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BFSDL6Ff4z4T07 for ; Mon, 27 Jul 2020 04:55:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BA2E8186B8 for ; Mon, 27 Jul 2020 04:55:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 06R4tUxT016498 for ; Mon, 27 Jul 2020 04:55:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 06R4tU3q016496 for ports-bugs@FreeBSD.org; Mon, 27 Jul 2020 04:55:30 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: ports-bugs@FreeBSD.org Subject: [Bug 248288] www/squid3: does not build on 11.4-RELEASE (clang werror) Date: Mon, 27 Jul 2020 04:55:30 +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: vas@sibptus.ru X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@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 cc flagtypes.name attachments.mimetype attachments.created 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.33 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jul 2020 04:55:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248288 Bug ID: 248288 Summary: www/squid3: does not build on 11.4-RELEASE (clang werror) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: vas@sibptus.ru CC: timp87@gmail.com Flags: maintainer-feedback?(timp87@gmail.com) CC: timp87@gmail.com Attachment #216791 text/plain mime type: Created attachment 216791 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D216791&action= =3Dedit Poudriere log Would it be possible to revive the www/squid3 port? squid4 has some not-easily-reproduceable problems with Kerberos authentication, so squid3 is still used where Kerberos is needed. The error is=20 -Wno-dynamic-class-memaccess -I/usr/local/include -MT InnerNode.lo -MD -MP = -MF .deps/InnerNode.Tpo -c InnerNode.cc -fPIC -DPIC -o .libs/InnerNode.o InnerNode.cc:24:52: error: 'mem_fun' is deprecated [-Werror,-Wdeprecated-declarations] std::for_each(nodes.begin(), nodes.end(), std::mem_fun(&ACL::prepareForUse)); ^ /usr/include/c++/v1/functional:1155:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:972:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:961:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ 1 error generated. *** Error code 1 Stop. make[4]: stopped in /wrkdirs/usr/ports/www/squid3/work/squid-3.5.28/src/acl *** Error code 1 Stop. make[3]: stopped in /wrkdirs/usr/ports/www/squid3/work/squid-3.5.28/src *** Error code 1 Stop. make[2]: stopped in /wrkdirs/usr/ports/www/squid3/work/squid-3.5.28/src *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/www/squid3/work/squid-3.5.28 *** Error code 1 Stop. make: stopped in /usr/ports/www/squid3 =3D>> Cleaning up wrkdir =3D=3D=3D> Cleaning for squid3-3.5.28_4 build of www/squid3 | squid3-3.5.28_4 ended at Mon Jul 27 11:02:58 +07 2020 build time: 00:01:26 !!! build failure encountered !!! --=20 You are receiving this mail because: You are the assignee for the bug.=