All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 10541] New: QT5 package leaves out aarch64 in BR2_PACKAGE_QT5_JSCORE_AVAILABLE
@ 2017-12-04 22:49 bugzilla at busybox.net
  2017-12-05 17:23 ` [Buildroot] [Bug 10541] " bugzilla at busybox.net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2017-12-04 22:49 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10541

            Bug ID: 10541
           Summary: QT5 package leaves out aarch64 in
                    BR2_PACKAGE_QT5_JSCORE_AVAILABLE
           Product: buildroot
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Outdated package
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: jd.conley at gmail.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

I have been successfully building a QT5 application for aarch64 using the
Linaro toolchain, including QT5Declarative, which uses JSCore.

But I had to modify the qt5 package Config.in file.

Is this just an oversight or am I missing something and JSCore has some major
issues on aarch64? Looking at your git repo, architecture support for JSCore
appears to have not been updated for four years.

--- a/package/qt5/Config.in
+++ b/package/qt5/Config.in
@@ -7,7 +7,7 @@ config BR2_PACKAGE_QT5_JSCORE_AVAILABLE
        bool
        default y
        # Javascript engine is only available on certain architectures
-       depends on BR2_arm || BR2_i386 || BR2_x86_64 || BR2_mipsel
+       depends on BR2_arm || BR2_i386 || BR2_x86_64 || BR2_mipsel ||
BR2_aarch64
        # ARM needs BLX, so v5t+
        depends on !BR2_ARM_CPU_ARMV4

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 10541] QT5 package leaves out aarch64 in BR2_PACKAGE_QT5_JSCORE_AVAILABLE
  2017-12-04 22:49 [Buildroot] [Bug 10541] New: QT5 package leaves out aarch64 in BR2_PACKAGE_QT5_JSCORE_AVAILABLE bugzilla at busybox.net
@ 2017-12-05 17:23 ` bugzilla at busybox.net
  2018-01-10 20:41 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2017-12-05 17:23 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10541

--- Comment #1 from Yann E. MORIN <yann.morin.1998@free.fr> ---
JD,

Thanks for your report.

If you have successfully built/ and run QT5_JSCORE on AArch64,
Then we'd like to have the patch applied in Buildroot, yes.

However, we do not take patches from the bug reports. Please
submit it to the list, as instructed in the manual:
    https://buildroot.org/downloads/manual/manual.html#submitting-patches

Thank you! :-)
Regards,
Yann E. MORIN.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 10541] QT5 package leaves out aarch64 in BR2_PACKAGE_QT5_JSCORE_AVAILABLE
  2017-12-04 22:49 [Buildroot] [Bug 10541] New: QT5 package leaves out aarch64 in BR2_PACKAGE_QT5_JSCORE_AVAILABLE bugzilla at busybox.net
  2017-12-05 17:23 ` [Buildroot] [Bug 10541] " bugzilla at busybox.net
@ 2018-01-10 20:41 ` bugzilla at busybox.net
  2018-01-15 22:20 ` bugzilla at busybox.net
  2018-01-16  1:52 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2018-01-10 20:41 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10541

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at buildroot.uclibc |ps.report at gmx.net
                   |.org                        |
           Severity|normal                      |enhancement

--- Comment #2 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Peter (Seiderer), since you're looking after Qt5, could you have a look at this
bug/improvement report ? Thanks!

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 10541] QT5 package leaves out aarch64 in BR2_PACKAGE_QT5_JSCORE_AVAILABLE
  2017-12-04 22:49 [Buildroot] [Bug 10541] New: QT5 package leaves out aarch64 in BR2_PACKAGE_QT5_JSCORE_AVAILABLE bugzilla at busybox.net
  2017-12-05 17:23 ` [Buildroot] [Bug 10541] " bugzilla at busybox.net
  2018-01-10 20:41 ` bugzilla at busybox.net
@ 2018-01-15 22:20 ` bugzilla at busybox.net
  2018-01-16  1:52 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2018-01-15 22:20 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10541

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #3 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Fixed by
https://git.buildroot.org/buildroot/commit/?id=ec8f5db9bbd172b2cdb571727eef9819b836c4a7.
Thanks JD for reporting the bug, and thanks Peter for looking into it and
providing a patch!

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 10541] QT5 package leaves out aarch64 in BR2_PACKAGE_QT5_JSCORE_AVAILABLE
  2017-12-04 22:49 [Buildroot] [Bug 10541] New: QT5 package leaves out aarch64 in BR2_PACKAGE_QT5_JSCORE_AVAILABLE bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2018-01-15 22:20 ` bugzilla at busybox.net
@ 2018-01-16  1:52 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2018-01-16  1:52 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10541

--- Comment #4 from JD Conley <jd.conley@gmail.com> ---
Thanks! This has been lingering on my TODO list.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-01-16  1:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-04 22:49 [Buildroot] [Bug 10541] New: QT5 package leaves out aarch64 in BR2_PACKAGE_QT5_JSCORE_AVAILABLE bugzilla at busybox.net
2017-12-05 17:23 ` [Buildroot] [Bug 10541] " bugzilla at busybox.net
2018-01-10 20:41 ` bugzilla at busybox.net
2018-01-15 22:20 ` bugzilla at busybox.net
2018-01-16  1:52 ` bugzilla at busybox.net

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.