From owner-freebsd-ports-bugs@freebsd.org Mon Aug 21 10:09:13 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B365DCDE12 for ; Mon, 21 Aug 2017 10:09:13 +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 mx1.freebsd.org (Postfix) with ESMTPS id 4148F68365 for ; Mon, 21 Aug 2017 10:09:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v7LA9CB6076112 for ; Mon, 21 Aug 2017 10:09:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 221688] net/czmq: Fails with unknown warning group '-Wcpp' zmq_utils.h Date: Mon, 21 Aug 2017 10:09:12 +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 Some People X-Bugzilla-Who: crest_maintainer@rlwinm.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: koobs@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.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2017 10:09:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221688 Bug ID: 221688 Summary: net/czmq: Fails with unknown warning group '-Wcpp' zmq_utils.h Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: koobs@FreeBSD.org Reporter: crest_maintainer@rlwinm.de Flags: maintainer-feedback?(koobs@FreeBSD.org) Assignee: koobs@FreeBSD.org Building czmq 3.0.2_1 on FreeBSD 11.1/amd64 in poudriere ends with this err= or message: =3D=3D=3D> Building for czmq-3.0.2_1 Making all in doc /bin/sh ./libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I.= /src=20 -I/usr/local/include -I./include -pedantic -Werror -Wall -Wc++-compat -D__BSD_VISIBLE -D_REENTRANT -D_THREAD_SAFE -O2 -pipe -fstack-protector -fno-strict-aliasing -MT src/src_libczmq_la-zactor.lo -MD -MP -MF src/.deps/src_libczmq_la-zactor.Tpo -c -o src/src_libczmq_la-zactor.lo `tes= t -f 'src/zactor.c' || echo './'`src/zactor.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I./src -I/usr/local/include -I./include -pedantic -Werror -Wall -Wc++-compat -D__BSD_VISIBLE -D_REENTRA= NT -D_THREAD_SAFE -O2 -pipe -fstack-protector -fno-strict-aliasing -MT src/src_libczmq_la-zactor.lo -MD -MP -MF src/.deps/src_libczmq_la-zactor.Tp= o -c src/zactor.c -fPIC -DPIC -o src/.libs/src_libczmq_la-zactor.o In file included from src/zactor.c:34: In file included from ./src/../include/czmq.h:30: In file included from ./include/czmq_library.h:24: In file included from ./include/czmq_prelude.h:210: /usr/local/include/zmq_utils.h:40:32: error: unknown warning group '-Wcpp', ignored [-Werror,-Wunknown-pragmas] #pragma GCC diagnostic warning "-Wcpp" ^ /usr/local/include/zmq_utils.h:41:32: error: unknown warning group '-Werror= ', ignored [-Werror,-Wunknown-pragmas] #pragma GCC diagnostic ignored "-Werror" ^ /usr/local/include/zmq_utils.h:44:9: warning: Warning: zmq_utils.h is deprecated. All its functionality is provided by zmq.h. [-W#pragma-messages] #pragma message("Warning: zmq_utils.h is deprecated. All its functionality = is provided by zmq.h.") ^ 1 warning and 2 errors generated. *** Error code 1 Stop. make[2]: stopped in /wrkdirs/usr/ports/net/czmq/work/czmq-3.0.2 *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/net/czmq/work/czmq-3.0.2 *** Error code 1 Stop. --=20 You are receiving this mail because: You are the assignee for the bug.=