From: Ormund Williams <ormundw@panix.com>
To: buildroot@busybox.net
Subject: [Buildroot] Qt fails to build
Date: Thu, 03 Dec 2009 17:26:28 -0500 [thread overview]
Message-ID: <1259879188.1750.47.camel@station1.ormlab.com> (raw)
In-Reply-To: <87ocn3y40l.fsf@macbook.be.48ers.dk>
On Sun, 2009-11-15 at 20:36 +0100, Peter Korsgaard wrote:
> >>>>> "Ormund" == Ormund Williams <ormundw@panix.com> writes:
>
> Ormund> Hi All,
> Ormund> I did a git pull this morning and now I get this error, no change to
> Ormund> the .config file:
>
> Ormund> Creating qmake. Please wait...
> Ormund> make[1]: Entering directory .../buildroot/output/build/qt-embedded-linux-opensource-src-4.5.2/qmake'
> Ormund> g++: @: No such file or directory
> Ormund> make[1]: *** [project.o] Error 1
>
> Hmm, it builds here - Could you post your .config?
>
If I undo this change:
commit: 03bdf67f438ad66a652e860474fc65b9342656f2
Tested with 4.5.2.
Signed-off-by: Michael Roth <mroth@nessie.de>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/qt/qt.mk | 15 ---------------
1 files changed, 0 insertions(+), 15 deletions(-)
diff --git a/package/qt/qt.mk b/package/qt/qt.mk
index 77e7f1a..6fe122c 100644
--- a/package/qt/qt.mk
+++ b/package/qt/qt.mk
@@ -17,10 +17,6 @@
# (cd /usr/include; sudo ln -s dbus-1.0/dbus dbus)
# to fix
-# BUG: There is a workaround below (search for x86x86fix) for
-# x86 crosscompiling under linux x86. Please remove it when the
workaround
-# is no longer necessary.
-
QT_VERSION:=4.5.2
QT_CAT:=$(BZCAT)
@@ -329,17 +325,6 @@ endif
QT_CONFIGURE:=$(call qstrip,$(QT_CONFIGURE))
BR2_PACKAGE_QT_EMB_PLATFORM:=$(call qstrip,
$(BR2_PACKAGE_QT_EMB_PLATFORM))
-# x86x86fix
-# Workaround Qt Embedded bug when crosscompiling for x86 under x86 with
linux
-# host. It's unclear if this would happen on other hosts.
-ifneq ($(findstring pc-linux,$(BR2_GNU_BUILD_SUFFIX)),)
-ifeq ($(BR2_PACKAGE_QT_EMB_PLATFORM),x86)
-QT_CONFIGURE+= -platform linux-g++
-QT_CONFIGURE:=$(call qstrip,$(QT_CONFIGURE))
-endif
-endif
-# End of workaround.
-
# Figure out what libs to install in the target
QT_LIBS=#empty
ifeq ($(BR2_PACKAGE_QT_GUI_MODULE),y)
qt builds. It seems that the x86 fix is still required and still seems
to be required with 4.5.3.
--
Ormund Williams
OrmLab LLC
next prev parent reply other threads:[~2009-12-03 22:26 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-04 20:37 [Buildroot] Qt fails to build Ormund Williams
2009-11-15 19:36 ` Peter Korsgaard
2009-11-15 20:28 ` Ormund Williams
2009-12-02 23:44 ` Ormund Williams
2009-12-03 10:31 ` Peter Korsgaard
2009-12-03 22:26 ` Ormund Williams [this message]
2009-12-04 0:38 ` Thiago A. Corrêa
2010-01-04 9:43 ` alexperl
2010-01-05 1:19 ` Ormund Williams
2010-01-05 13:27 ` alexperl
2010-01-05 14:09 ` alexperl
2010-01-05 16:58 ` Ormund Williams
2010-01-05 16:55 ` Ormund Williams
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1259879188.1750.47.camel@station1.ormlab.com \
--to=ormundw@panix.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox