All of lore.kernel.org
 help / color / mirror / Atom feed
* qt4.7.0 : QA problem : Architecture did not match
@ 2010-10-24 20:42 Eric Bénard
  2010-10-24 20:51 ` Frans Meulenbroeks
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Eric Bénard @ 2010-10-24 20:42 UTC (permalink / raw)
  To: openembedded-devel

Hi,

building qt4.7.0 using angstrom 2010.x for and armv5te leads to :
ERROR: QA Issue with qt4-embedded-tools: Architecture did not match (40 to 3) 
on 
/work/armv5te-angstrom-linux-gnueabi/qt4-embedded-4.7.0-r25.0/packages-split/qt4-embedded-tools/usr/bin/rcc
ERROR: QA Issue with qt4-embedded-tools: Architecture did not match (40 to 3) 
on 
/work/armv5te-angstrom-linux-gnueabi/qt4-embedded-4.7.0-r25.0/packages-split/qt4-embedded-tools/usr/bin/moc
ERROR: QA Issue with qt4-embedded-tools: Architecture did not match (40 to 3) 
on 
/work/armv5te-angstrom-linux-gnueabi/qt4-embedded-4.7.0-r25.0/packages-split/qt4-embedded-tools/usr/bin/uic
ERROR: Task 498 
(/home/ebenard/OEUKREA/openembedded/recipes/qt4/qt4-embedded_4.7.0.bb, 
do_package) failed with exit code '1'
ERROR: '/home/ebenard/OEUKREA/openembedded/recipes/qt4/qt4-embedded_4.7.0.bb' 
failed

The patch below (not cleaned if OK, I'll clean and push it) fix this problem, 
but why these installs were added to the 4.7.0.inc file (they are not present 
in 4.6.* and the recipe builds fine without) ?

thanks,
Eric

diff --git a/recipes/qt4/qt-4.7.0.inc b/recipes/qt4/qt-4.7.0.inc
index cf4b0d8..3004b92 100644
--- a/recipes/qt4/qt-4.7.0.inc
+++ b/recipes/qt4/qt-4.7.0.inc
@@ -47,10 +47,10 @@ do_compile() {
      fi

      unset CFLAGS CXXFLAGS
-    install -m 0755 ${STAGING_BINDIR_NATIVE}/rcc4 ${S}/bin/rcc
-    install -m 0755 ${STAGING_BINDIR_NATIVE}/moc4 ${S}/bin/moc
-    install -m 0755 ${STAGING_BINDIR_NATIVE}/uic4 ${S}/bin/uic
-    install -m 0755 ${STAGING_BINDIR_NATIVE}/lrelease4 ${S}/bin/lrelease
+#    install -m 0755 ${STAGING_BINDIR_NATIVE}/rcc4 ${S}/bin/rcc
+#    install -m 0755 ${STAGING_BINDIR_NATIVE}/moc4 ${S}/bin/moc
+#    install -m 0755 ${STAGING_BINDIR_NATIVE}/uic4 ${S}/bin/uic
+#    install -m 0755 ${STAGING_BINDIR_NATIVE}/lrelease4 ${S}/bin/lrelease

      oe_runmake ${EXTRA_ENV}
  }



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

end of thread, other threads:[~2010-10-28  9:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-24 20:42 qt4.7.0 : QA problem : Architecture did not match Eric Bénard
2010-10-24 20:51 ` Frans Meulenbroeks
2010-10-25  0:10 ` Khem Raj
2010-10-25  7:06 ` Holger Freyther
2010-10-25  7:54   ` Eric Bénard
2010-10-28  9:24 ` Eric Bénard

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.