From: Marco Trapanese <marcotrapanese@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] Error building Qt5Multimedia
Date: Wed, 19 Mar 2014 06:31:28 +0100 [thread overview]
Message-ID: <53292BB0.1010503@gmail.com> (raw)
In-Reply-To: <CAAXf6LWEAPs-EpsHzgqJ1eiiRL+u2rssa_SM0EE5=6yQxrtbZQ@mail.gmail.com>
Hi Thomas,
Il 18/03/2014 16:53, Thomas De Schampheleire ha scritto:
>
> This is actually a bug.
> Could you try following patch:
>
> $ hg diff
> diff --git a/package/qt5/qt5multimedia/qt5multimedia.mk
> b/package/qt5/qt5multimedia/qt5multimedia.mk
> --- a/package/qt5/qt5multimedia/qt5multimedia.mk
> +++ b/package/qt5/qt5multimedia/qt5multimedia.mk
> @@ -25,7 +25,7 @@ QT5MULTIMEDIA_DEPENDENCIES += gst-plugin
> endif
>
> define QT5MULTIMEDIA_CONFIGURE_CMDS
> - (cd $(@D); $(HOST_DIR)/usr/bin/qmake)
> + (cd $(@D); $(TARGET_MAKE_ENV) $(HOST_DIR)/usr/bin/qmake)
> endef
>
> define QT5MULTIMEDIA_BUILD_CMDS
>
> and after applying this patch run:
> make qt5multimedia-dirclean qt5multimedia
>
> I believe this should fix the problem. The same solution should be
> applied to the other qt5 packages.
> Or maybe someone else thinks the problem should be fixed in a different way.
> I'm adding some people to this thread so they can shed their light on it...
I confirm it compiled successfully after applying your patch. I haven't
tried yet QtMultimedia on the target, but at least there were no errors
at compile-time :-)
Thank you for your support!
Marco
next prev parent reply other threads:[~2014-03-19 5:31 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-17 6:32 [Buildroot] Error building Qt5Multimedia Marco Trapanese
2014-03-17 12:24 ` Thomas De Schampheleire
2014-03-18 11:07 ` Marco Trapanese
2014-03-18 12:08 ` Thomas De Schampheleire
2014-03-18 13:17 ` Marco Trapanese
2014-03-18 13:22 ` Marco Trapanese
2014-03-18 13:50 ` Thomas De Schampheleire
2014-03-18 14:17 ` Marco Trapanese
2014-03-18 14:28 ` Thomas De Schampheleire
2014-03-18 14:45 ` Marco Trapanese
2014-03-18 15:53 ` Thomas De Schampheleire
2014-03-18 18:27 ` Thomas Petazzoni
2014-03-19 5:31 ` Marco Trapanese [this message]
2014-03-20 19:25 ` Marco Trapanese
2014-03-20 20:16 ` Thomas De Schampheleire
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=53292BB0.1010503@gmail.com \
--to=marcotrapanese@gmail.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 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.