Date: Fri, 22 Jun 2018 10:58:38 +0200 From: Adriaan de Groot <adridg@freebsd.org> To: Mark Linimon <linimon@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, kde@freebsd.org Subject: Re: svn commit: r473012 - in head: finance/bitcoin-armory games/nxengine graphics/qt5-graphicaleffects java/java3d lang/gnustep-base math/p5-Math-Pari math/reduce math/tblis math/xlife++ multimedia/Ben... Message-ID: <11816027.XnTEzG6m7L@beastie.bionicmutton.org> In-Reply-To: <201806220115.w5M1FKMf081229@repo.freebsd.org> References: <201806220115.w5M1FKMf081229@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart2628952.SZRRusHfjl Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" On Friday, 22 June 2018 03:15:20 CEST Mark Linimon wrote: > --- head/x11-toolkits/qt5-quickcontrols2/Makefile Fri Jun 22 01:06:59 > 2018 (r473011) +++ head/x11-toolkits/qt5-quickcontrols2/Makefile > Fri Jun 22 01:15:19 2018 (r473012) @@ -8,10 +8,14 @@ > PKGNAMEPREFIX= qt5- > MAINTAINER= kde@FreeBSD.org > COMMENT= Set of controls for building complete interfaces in Qt Quick > > +BROKEN_aarch64= fails to install: pkg-static: Unable to > access file ApplicationWindow.qmlc: No such file or directory > +BROKEN_armv6= fails to install: pkg-static: Unable to access file > ApplicationWindow.qmlc: No such file or directory +BROKEN_armv7= > fails to install: pkg-static: Unable to access file ApplicationWindow.qmlc: > No such file or directory That's something I can try to chase down (after re-starting the Pine64; and I really need to get distcc + the H6s working, or this is going to take forever). At first glance, this is pretty straightforward: the compiler for QML doesn't run on aarch64 and so the compiled files (comparable to Python's .pyc or .pyo files) are not generated. Should be a simple fix. [ade] --nextPart2628952.SZRRusHfjl Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iHUEABEIAB0WIQTVFBoRsP760fy+Jisy7lRaPghTTwUCWyy6PgAKCRAy7lRaPghT T2yZAQCaPi04Ii2v5v3d1e6pJPWS40GF89BiWt+FKe/HamzpfwD/XNbhRkhwst8v 1MXn6wRx2Rn+6AMRKTQ4bQGoQoC3Oxw= =edZ3 -----END PGP SIGNATURE----- --nextPart2628952.SZRRusHfjl--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?11816027.XnTEzG6m7L>