All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marco Cavallini <koansoftware@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: Error building qt4e-base-image with angstrom-2010.x
Date: Mon, 30 May 2011 11:14:42 +0200	[thread overview]
Message-ID: <4DE36002.6060904@gmail.com> (raw)
In-Reply-To: <1306744542.4106.31.camel@mattotaupa>

[-- Attachment #1: Type: text/plain, Size: 4323 bytes --]

Paul Menzel ha scritto, Il 30/05/2011 10:35:
> Dear Marco,
> 
> 
> Am Montag, den 30.05.2011, 10:18 +0200 schrieb Marco Cavallini:
> 
>> I'm facing to a problem building qt4e-base-image with angstrom-2010.x on
>> a Debian lenny host, is it normal?
>> http://pastebin.com/6SnFSYs6
> 
> please always paste the logs into the message so that people do not need
> to open a browser, can comment inline and have everything in the archive
> too.

See attachment.


>> I suspect a Debian lenny issue with new OE stuff.
> 
> I would not think so, because the tool chain used for compiling is build
> extra (native/sysroot).
> 
>> Any hint would be appreciated.
> 
> Does it build with another distribution or tool chain? Did the build
> ever work for you?
> 

I built smoothly until March 2011, today I'm unable to build using
angstrom-2010.x nor kaeilos


TIA
--
Marco

d-emb-arm/qrc_WebKit.o .rcc/release-shared-emb-arm/qrc_WebKit.cpp
| In file included from ../../../../include/QtCore/qstring.h:1:0,
|                  from ../WebKit/qt/Api/qwebsettings.h:25,
|                  from ../WebKit/qt/Api/qwebpage.h:24,
|                  from ../WebKit/qt/Api/qwebpage.cpp:23:
| ../../../../include/QtCore/../../src/corelib/tools/qstring.h: At global scope:
| ../../../../include/QtCore/../../src/corelib/tools/qstring.h:187:17: note: the mangling of 'va_list' has changed in GCC 4.4
| In file included from ../../../../include/QtCore/qstring.h:1:0,
|                  from .moc/release-shared-emb-arm/../../../WebKit/qt/Api/qwebsettings.h:25,
|                  from .moc/release-shared-emb-arm/../../../WebKit/qt/Api/qwebpage.h:24,
|                  from .moc/release-shared-emb-arm/../../../WebKit/qt/Api/qwebinspector.h:24,
|                  from .moc/release-shared-emb-arm/moc_qwebinspector.cpp:10:
| ../../../../include/QtCore/../../src/corelib/tools/qstring.h:187:17: note: the mangling of 'va_list' has changed in GCC 4.4
| rm -f libQtWebKitE.so.4.7.3 libQtWebKitE.so libQtWebKitE.so.4 libQtWebKitE.so.4.7
| arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=arm926ej-s -mthumb-interwork -mno-thumb --sysroot=/home/koan/devel/build/angstrom/tmp/sysroots/armv5te-angstrom-linux-gnueabi -Wl,-rpath-link,/home/koan/devel/build/angstrom/tmp/sysroots/armv5te-angstrom-linux-gnueabi/usr/lib -Wl,-O1 -Wl,--hash-style=gnu -Wl,--no-undefined -Wl,--gc-sections -Wl,--no-undefined -Wl,-rpath-link,/home/koan/devel/build/angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/qt4-embedded-4.7.3-r33.1/qt-everywhere-opensource-src-4.7.3/lib -Wl,-rpath-link,../JavaScriptCore/release -Wl,-rpath-link,/home/koan/devel/build/angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/qt4-embedded-4.7.3-r33.1/qt-everywhere-opensource-src-4.7.3/lib -shared -Wl,-Bsymbolic-functions -Wl,-soname,libQtWebKitE.so.4

...

| /home/koan/devel/build/angstrom/tmp/sysroots/x86_64-linux/usr/armv5te/lib/gcc/arm-angstrom-linux-gnueabi/4.5.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: BFD (GNU Binutils) 2.20.1.20100303 internal error, aborting at /home/koan/devel/build/angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/binutils-cross-2.20.1-r14.4/binutils-2.20.1/bfd/merge.c line 876 in _bfd_merged_section_offset
|
| /home/koan/devel/build/angstrom/tmp/sysroots/x86_64-linux/usr/armv5te/lib/gcc/arm-angstrom-linux-gnueabi/4.5.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: Please report this bug.
|
| collect2: ld returned 1 exit status
| make[1]: *** [../../../../lib/libQtWebKitE.so.4.7.3] Error 1
| make[1]: Leaving directory `/home/koan/devel/build/angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/qt4-embedded-4.7.3-r33.1/qt-everywhere-opensource-src-4.7.3/src/3rdparty/webkit/WebCore'
| make: *** [sub-webkit-make_default-ordered] Error 2
| FATAL: oe_runmake failed
| ERROR: Function do_compile failed
NOTE: package qt4-embedded-4.7.3-r33.1: task do_compile: Failed
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/koan/devel/openembedded/recipes/qt4/qt4-embedded_4.7.3.bb do_compile failed
ERROR: Task 400 (/home/koan/devel/openembedded/recipes/qt4/qt4-embedded_4.7.3.bb, do_compile) failed with 256
ERROR: '/home/koan/devel/openembedded/recipes/qt4/qt4-embedded_4.7.3.bb' failed
ERROR: '/home/koan/devel/openembedded/recipes/qt4/qt4-embedded_4.7.3.bb' failed

  reply	other threads:[~2011-05-30  9:17 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-30  8:18 Error building qt4e-base-image with angstrom-2010.x Marco Cavallini
2011-05-30  8:35 ` Paul Menzel
2011-05-30  9:14   ` Marco Cavallini [this message]
2011-05-30  9:43     ` Henning Heinold
2011-05-30 14:39 ` Koen Kooi
2011-05-30 15:23   ` Marco Cavallini
2011-05-31  6:59   ` Marco Cavallini
2011-05-31  7:42     ` Koen Kooi
2011-05-31 13:25     ` Phil Blundell
2011-05-31 13:49       ` Marco Cavallini
2011-05-31 14:13         ` Phil Blundell

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=4DE36002.6060904@gmail.com \
    --to=koansoftware@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /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.