Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2017 10:09:12 +0000
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
Message-ID:  <bug-221688-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221688-13>