All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 10531] New: QtWebengine doesn't build if the host hasn't a 32 bits C++ compiler working
@ 2017-11-29 15:49 bugzilla at busybox.net
  2017-11-29 15:50 ` [Buildroot] [Bug 10531] " bugzilla at busybox.net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2017-11-29 15:49 UTC (permalink / raw)
  To: buildroot

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

            Bug ID: 10531
           Summary: QtWebengine doesn't build if the host hasn't a 32 bits
                    C++ compiler working
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: pinaraf at pinaraf.info
                CC: buildroot at uclibc.org
  Target Milestone: ---

When trying to build QtWebEngine for a raspberry pi 3 (ARM 32bits), a bunch of
host tools are built using C++. Instead of being built directly for my amd64
arch, they are built for x86.
My debian sid installation was incomplete, I had gcc-multilib only and was
missing at least libstdc++-7-dev:i386 and g++-multilib.
A warning from buildroot would be nice since this error occurs after a quite
long build time.


As discussed on IRC?:
<gportay> kos_tom: Do you prefer to add a BR2_HOSTARCH_NEEDS_IA32_CXX_COMPILER;
or BR2_HOSTARCH_NEEDS_IA32_COMPILER checks for both c and c++ multilib support?
<kos_tom> gportay: that is a good question :-)
<kos_tom> I would say keep it simple, and just test for C++ support in
BR2_HOSTARCH_NEEDS_IA32_COMPILER
<gportay> kos_tom: because we do not really want for force installation of c++
multilib when not needed
<gportay> okay
<kos_tom> but don't hesitate to raise this point in a note in your commit log,
so that others can comment


Thanks to you guys for the support on IRC :)

-- 
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 10531] QtWebengine doesn't build if the host hasn't a 32 bits C++ compiler working
  2017-11-29 15:49 [Buildroot] [Bug 10531] New: QtWebengine doesn't build if the host hasn't a 32 bits C++ compiler working bugzilla at busybox.net
@ 2017-11-29 15:50 ` bugzilla at busybox.net
  2017-11-29 16:12 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2017-11-29 15:50 UTC (permalink / raw)
  To: buildroot

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

--- Comment #1 from Pierre Ducroquet <pinaraf@pinaraf.info> ---
Corresponding Qt bug : https://bugreports.qt.io/browse/QTBUG-64869

-- 
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 10531] QtWebengine doesn't build if the host hasn't a 32 bits C++ compiler working
  2017-11-29 15:49 [Buildroot] [Bug 10531] New: QtWebengine doesn't build if the host hasn't a 32 bits C++ compiler working bugzilla at busybox.net
  2017-11-29 15:50 ` [Buildroot] [Bug 10531] " bugzilla at busybox.net
@ 2017-11-29 16:12 ` bugzilla at busybox.net
  2018-01-10 21:00 ` bugzilla at busybox.net
  2018-04-01 10:48 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2017-11-29 16:12 UTC (permalink / raw)
  To: buildroot

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

Yann E. MORIN <yann.morin.1998@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yann.morin.1998 at free.fr

--- Comment #2 from Yann E. MORIN <yann.morin.1998@free.fr> ---
More globally: qt5webengine will build host tools that are the
same bitness as the target, so it is not possible to build for
a 64-bit target on a 32-bit host.

-- 
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 10531] QtWebengine doesn't build if the host hasn't a 32 bits C++ compiler working
  2017-11-29 15:49 [Buildroot] [Bug 10531] New: QtWebengine doesn't build if the host hasn't a 32 bits C++ compiler working bugzilla at busybox.net
  2017-11-29 15:50 ` [Buildroot] [Bug 10531] " bugzilla at busybox.net
  2017-11-29 16:12 ` bugzilla at busybox.net
@ 2018-01-10 21:00 ` bugzilla at busybox.net
  2018-04-01 10:48 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2018-01-10 21:00 UTC (permalink / raw)
  To: buildroot

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

--- Comment #3 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
There's a patch for this waiting in patchwork:
http://patchwork.ozlabs.org/patch/842670/.

-- 
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 10531] QtWebengine doesn't build if the host hasn't a 32 bits C++ compiler working
  2017-11-29 15:49 [Buildroot] [Bug 10531] New: QtWebengine doesn't build if the host hasn't a 32 bits C++ compiler working bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2018-01-10 21:00 ` bugzilla at busybox.net
@ 2018-04-01 10:48 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2018-04-01 10:48 UTC (permalink / raw)
  To: buildroot

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

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

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

--- Comment #4 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Fixed by
https://git.buildroot.org/buildroot/commit/?id=27d22296927d7e4ec0965f2bdaa272b1e8ea15e7.

-- 
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-04-01 10:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-29 15:49 [Buildroot] [Bug 10531] New: QtWebengine doesn't build if the host hasn't a 32 bits C++ compiler working bugzilla at busybox.net
2017-11-29 15:50 ` [Buildroot] [Bug 10531] " bugzilla at busybox.net
2017-11-29 16:12 ` bugzilla at busybox.net
2018-01-10 21:00 ` bugzilla at busybox.net
2018-04-01 10:48 ` 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.