From owner-freebsd-ports-bugs@freebsd.org Tue Sep 26 01:37:41 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 BC4C7E29C4D for ; Tue, 26 Sep 2017 01:37:41 +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 A9BBD70EC8 for ; Tue, 26 Sep 2017 01:37:41 +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 v8Q1bfQ0008720 for ; Tue, 26 Sep 2017 01:37:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 222612] www/qt5-webkit: for armv6/v7: The cacheFlush support is missing on this platform Date: Tue, 26 Sep 2017 01:37:41 +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: markmi@dsl-only.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 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: Tue, 26 Sep 2017 01:37:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222612 Bug ID: 222612 Summary: www/qt5-webkit: for armv6/v7: The cacheFlush support is missing on this platform Product: Ports & Packages Version: Latest Hardware: arm OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: kde@FreeBSD.org Reporter: markmi@dsl-only.net CC: freebsd-arm@FreeBSD.org CC: freebsd-arm@FreeBSD.org Assignee: kde@FreeBSD.org Flags: maintainer-feedback?(kde@FreeBSD.org) [This is basically extracted from side/additional notes in bugzilla 216816. The latest patch from there is needed to get this far. To get this far a patch for a patch from bugzilla 215974 for audio/liba52 was also needed.] There is a www/qt5-webkit error for armv6/v7 (-mcpu=3Dcortex-a7 used in my context): The cacheFlush support is missing on this platform. FYI: with the other pending patches as well, applying: http://build.humusoft.cz/patches/www/qt5-webkit/qt5-webkit.diff allowed www/qt5-webkit to build just fine. (The URL was listed in comment 19 of 216816.) Note: [bugzilla 207099 was a report of this sort of message for lang/qt5-qml . 216735 was as well but was closed as fixed for lang/qt5-qml.] The specifics of the build's error report are: The specific lines from the www/qt5-webkit log file for the build attempt are: In file included from /wrkdirs/usr/ports/www/qt5-webkit/work/qtwebkit-5.212.0-alpha2/Source/JavaS= criptCore/llint/LLIntOffsetsExtractor.cpp:28: In file included from /wrkdirs/usr/ports/www/qt5-webkit/work/qtwebkit-5.212.0-alpha2/Source/JavaS= criptCore/bytecode/ArrayProfile.h:30: In file included from /wrkdirs/usr/ports/www/qt5-webkit/work/qtwebkit-5.212.0-alpha2/Source/JavaS= criptCore/runtime/JSArray.h:25: In file included from /wrkdirs/usr/ports/www/qt5-webkit/work/qtwebkit-5.212.0-alpha2/Source/JavaS= criptCore/runtime/ButterflyInlines.h:31: In file included from /wrkdirs/usr/ports/www/qt5-webkit/work/qtwebkit-5.212.0-alpha2/Source/JavaS= criptCore/heap/CopiedSpaceInlines.h:32: In file included from /wrkdirs/usr/ports/www/qt5-webkit/work/qtwebkit-5.212.0-alpha2/Source/JavaS= criptCore/runtime/VM.h:32: In file included from /wrkdirs/usr/ports/www/qt5-webkit/work/qtwebkit-5.212.0-alpha2/Source/JavaS= criptCore/runtime/ControlFlowProfiler.h:30: In file included from /wrkdirs/usr/ports/www/qt5-webkit/work/qtwebkit-5.212.0-alpha2/Source/JavaS= criptCore/runtime/BasicBlockLocation.h:30: In file included from /wrkdirs/usr/ports/www/qt5-webkit/work/qtwebkit-5.212.0-alpha2/Source/JavaS= criptCore/assembler/MacroAssembler.h:40: In file included from /wrkdirs/usr/ports/www/qt5-webkit/work/qtwebkit-5.212.0-alpha2/Source/JavaS= criptCore/assembler/MacroAssemblerARM.h:33: /wrkdirs/usr/ports/www/qt5-webkit/work/qtwebkit-5.212.0-alpha2/Source/JavaS= criptCore/assembler/ARMAssembler.h:1132:2: error: "The cacheFlush support is missing on this platform." #error "The cacheFlush support is missing on this platform." ^ 1 error generated. ninja: build stopped: subcommand failed. =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure = to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/www/qt5-webkit =3D>> Cleaning up wrkdir =3D=3D=3D> Cleaning for qt5-webkit-5.212.0.a2_1 build of www/qt5-webkit | qt5-webkit-5.212.0.a2_1 ended at Mon Sep 25 01:26= :16 PDT 2017 build time: 00:05:12 !!! build failure encountered !!! --=20 You are receiving this mail because: You are the assignee for the bug.=