From owner-freebsd-ports-bugs@freebsd.org Wed Jan 13 14:36:45 2016 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 05A1AA8065F for ; Wed, 13 Jan 2016 14:36:45 +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 E993713CD for ; Wed, 13 Jan 2016 14:36:44 +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 u0DEahRA055485 for ; Wed, 13 Jan 2016 14:36:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 206202] www/mod_spdy Date: Wed, 13 Jan 2016 14:36:43 +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: mike.jakubik@intertainservices.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-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 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.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2016 14:36:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206202 Bug ID: 206202 Summary: www/mod_spdy Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: mike.jakubik@intertainservices.com CC: masaki@club.kyutech.ac.jp CC: masaki@club.kyutech.ac.jp Flags: maintainer-feedback?(masaki@club.kyutech.ac.jp) The port will not compile on a system without IPV6 support. Below is the compile process. CXX(target) out/Release/obj.target/spdy_apache_test/mod_spdy/apache/testing/spdy_apache= _test_main.o mod_spdy/apache/sockaddr_util_test.cc:67:51: error: use of undeclared identifier 'APR_INET6' &original, "2001:500:88:200::10", APR_INET6, ^ ./testing/gtest/include/gtest/gtest.h:1961:54: note: expanded from macro 'ASSERT_EQ' # define ASSERT_EQ(val1, val2) GTEST_ASSERT_EQ(val1, val2) ^ ./testing/gtest/include/gtest/gtest.h:1945:33: note: expanded from macro 'GTEST_ASSERT_EQ' expected, actual) ^ testing/gtest/include/gtest/gtest_pred_impl.h:166:40: note: expanded from m= acro 'ASSERT_PRED_FORMAT2' GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_FATAL_FAILURE_) ^ testing/gtest/include/gtest/gtest_pred_impl.h:147:43: note: expanded from m= acro 'GTEST_PRED_FORMAT2_' GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), \ ^ testing/gtest/include/gtest/gtest_pred_impl.h:77:52: note: expanded from ma= cro 'GTEST_ASSERT_' if (const ::testing::AssertionResult gtest_ar =3D (expression)) \ ^ mod_spdy/apache/sockaddr_util_test.cc:85:51: error: use of undeclared identifier 'APR_INET6' &original, "2001:500:88:200::10", APR_INET6, ^ ./testing/gtest/include/gtest/gtest.h:1961:54: note: expanded from macro 'ASSERT_EQ' # define ASSERT_EQ(val1, val2) GTEST_ASSERT_EQ(val1, val2) ^ ./testing/gtest/include/gtest/gtest.h:1945:33: note: expanded from macro 'GTEST_ASSERT_EQ' expected, actual) ^ testing/gtest/include/gtest/gtest_pred_impl.h:166:40: note: expanded from m= acro 'ASSERT_PRED_FORMAT2' GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_FATAL_FAILURE_) ^ testing/gtest/include/gtest/gtest_pred_impl.h:147:43: note: expanded from m= acro 'GTEST_PRED_FORMAT2_' GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), \ ^ testing/gtest/include/gtest/gtest_pred_impl.h:77:52: note: expanded from ma= cro 'GTEST_ASSERT_' if (const ::testing::AssertionResult gtest_ar =3D (expression)) \ ^ 2 errors generated. mod_spdy/spdy_apache_test.target.mk:134: recipe for target 'out/Release/obj.target/spdy_apache_test/mod_spdy/apache/sockaddr_util_test= .o' failed gmake: *** [out/Release/obj.target/spdy_apache_test/mod_spdy/apache/sockaddr_util_test= .o] Error 1 gmake: *** Waiting for unfinished jobs.... =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure = to the maintainer. *** [do-=E2=81=A0build] Error code 1 Stop in /=E2=81=A0usr/=E2=81=A0ports/=E2=81=A0www/=E2=81=A0mod_spdy. *** [stage] Error code 1 Stop in /=E2=81=A0usr/=E2=81=A0ports/=E2=81=A0www/=E2=81=A0mod_spdy. --=20 You are receiving this mail because: You are the assignee for the bug.=