From owner-freebsd-ports-bugs@freebsd.org Wed Aug 16 22:54:07 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 39466DD80A9 for ; Wed, 16 Aug 2017 22:54:07 +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 27C4F736CB for ; Wed, 16 Aug 2017 22:54:07 +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 v7GMs6aF069642 for ; Wed, 16 Aug 2017 22:54:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 221572] devel/protobuf-c fails to build after devel/protobuf was updated to 3.4.0 Date: Wed, 16 Aug 2017 22:54:06 +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: vvd@unislabs.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc 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: Wed, 16 Aug 2017 22:54:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221572 Bug ID: 221572 Summary: devel/protobuf-c fails to build after devel/protobuf was updated to 3.4.0 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: vvd@unislabs.com CC: sunpoet@FreeBSD.org, truckman@FreeBSD.org CC: sunpoet@FreeBSD.org, truckman@FreeBSD.org 11.1 amd64 and 11.1 i386. Part of build log: In file included from protoc-c/c_bytes_field.cc:63: ./protoc-c/c_bytes_field.h:89:3: error: unknown type name 'map'; did you me= an 'std::map'? map variables_; ^~~ std::map=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 /usr/include/c++/v1/__tree:1465:77: note: 'std::map' declared here template friend class _LIBCPP_TEMPLATE_VIS map; = ^ In file included from protoc-c/c_bytes_field.cc:63: ./protoc-c/c_bytes_field.h:89:6: error: expected member name or ';' after declaration specifiers map variables_; ~~~^ protoc-c/c_bytes_field.cc:77:25: error: unknown type name 'map'; did you me= an 'Map'? map* variables) { ^~~ Map=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20 /usr/local/include/google/protobuf/map.h:122:7: note: 'Map' declared here class Map { ^ protoc-c/c_bytes_field.cc:77:28: error: expected ')' map* variables) { ^ protoc-c/c_bytes_field.cc:76:23: note: to match this '(' void SetBytesVariables(const FieldDescriptor* descriptor, ^ protoc-c/c_bytes_field.cc:78:5: error: use of undeclared identifier 'variab= les' (*variables)["name"] =3D FieldName(descriptor); ^ protoc-c/c_bytes_field.cc:79:5: error: use of undeclared identifier 'variab= les' (*variables)["default"] =3D ^ protoc-c/c_bytes_field.cc:81:5: error: use of undeclared identifier 'variab= les' (*variables)["deprecated"] =3D FieldDeprecated(descriptor); ^ protoc-c/c_bytes_field.cc:89:34: error: use of undeclared identifier 'variables_' SetBytesVariables(descriptor, &variables_); ^ protoc-c/c_bytes_field.cc:90:3: error: use of undeclared identifier 'variables_' variables_["default_value"] =3D descriptor->has_default_value() ^ protoc-c/c_bytes_field.cc:101:22: error: use of undeclared identifier 'variables_' printer->Print(variables_, "ProtobufCBinaryData $name$$deprecated$;\n= "); ^ protoc-c/c_bytes_field.cc:105:24: error: use of undeclared identifier 'variables_' printer->Print(variables_, "protobuf_c_boolean has_$name$$deprecated$;\n"); ^ protoc-c/c_bytes_field.cc:106:22: error: use of undeclared identifier 'variables_' printer->Print(variables_, "ProtobufCBinaryData $name$$deprecated$;\n= "); ^ protoc-c/c_bytes_field.cc:109:22: error: use of undeclared identifier 'variables_' printer->Print(variables_, "size_t n_$name$$deprecated$;\n"); ^ protoc-c/c_bytes_field.cc:110:22: error: use of undeclared identifier 'variables_' printer->Print(variables_, "ProtobufCBinaryData *$name$$deprecated$;\= n"); ^ protoc-c/c_bytes_field.cc:142:22: error: use of undeclared identifier 'variables_' printer->Print(variables_, "$default_value$"); ^ protoc-c/c_bytes_field.cc:145:22: error: use of undeclared identifier 'variables_' printer->Print(variables_, "0,$default_value$"); ^ 4 warnings and 16 errors generated. gmake[2]: *** [Makefile:1172: protoc-c/protoc_c_protoc_c-c_bytes_field.o] E= rror 1 gmake[2]: Leaving directory '/tmp/work/usr/ports/devel/protobuf-c/work/protobuf-c-1.2.1' *** Error code 1 --=20 You are receiving this mail because: You are the assignee for the bug.=