From owner-freebsd-ppc@freebsd.org Thu Feb 22 19:41:36 2018 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66D6EF24D59 for ; Thu, 22 Feb 2018 19:41:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0FE0A74BD1 for ; Thu, 22 Feb 2018 19:41:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 081D018EB1; Thu, 22 Feb 2018 19:41:36 +0000 (UTC) Delivered-To: freebsd-powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id EE88A18EB0 for ; Thu, 22 Feb 2018 19:41:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A686F74BCA for ; Thu, 22 Feb 2018 19:41:35 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id E23811C924 for ; Thu, 22 Feb 2018 19:41:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w1MJfYKt002050 for ; Thu, 22 Feb 2018 19:41:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w1MJfYc5002049 for freebsd-powerpc@FreeBSD.org; Thu, 22 Feb 2018 19:41:34 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: freebsd-powerpc@FreeBSD.org Subject: [Bug 226123] devel/cmake: linking ../bin/ccmake fails with undefined reference to Json::Value::Value() Date: Thu, 22 Feb 2018 19:41:34 +0000 X-Bugzilla-Reason: CC 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: bug@humdi.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kde@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.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-ppc@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Feb 2018 19:41:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226123 Bug ID: 226123 Summary: devel/cmake: linking ../bin/ccmake fails with undefined reference to Json::Value::Value() Product: Ports & Packages Version: Latest Hardware: powerpc OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: kde@FreeBSD.org Reporter: bug@humdi.net CC: freebsd-powerpc@FreeBSD.org Assignee: kde@FreeBSD.org Flags: maintainer-feedback?(kde@FreeBSD.org) CC: freebsd-powerpc@FreeBSD.org Created attachment 190899 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D190899&action= =3Dedit cmake buildlog Clean build of devel/cmake on powerpc (mac mini g4) fails during linking of ./bin/ccmake with: [ 79%] Linking CXX executable ../bin/ccmake libCMakeLib.a(cmNinjaTargetGenerator.cxx.o): In function `cmNinjaTargetGenerator::WriteTargetDependInfo(std::__cxx11::basic_string, std::allocator > const&)': cmNinjaTargetGenerator.cxx:(.text+0x8ec0): undefined reference to `Json::Value::Value(std::__cxx11::basic_string, std::all ocator > const&)' cmNinjaTargetGenerator.cxx:(.text+0x9050): undefined reference to `Json::Value::Value(std::__cxx11::basic_string, std::all ocator > const&)' cmNinjaTargetGenerator.cxx:(.text+0x9228): undefined reference to `Json::Value::Value(std::__cxx11::basic_string, std::all ocator > const&)' cmNinjaTargetGenerator.cxx:(.text+0x92b8): undefined reference to `Json::Value::Value(std::__cxx11::basic_string, std::all ocator > const&)' etc. Full build log included as attachment. Rebuild of devel/jsoncpp has been tr= ied but that didn't change the end result. The error has some similarities with https://forums.freebsd.org/threads/mysql55-server-5-5-53-port-fails-to-upgr= ade-to-version-5-5-54.59912/ but suggested solution didn't apply. --=20 You are receiving this mail because: You are on the CC list for the bug.=