All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-qt5] qtwebkit 5.8 build issues?
Date: Wed, 29 Mar 2017 19:06:14 -0400	[thread overview]
Message-ID: <20170329230613.GS15664@denix.org> (raw)
In-Reply-To: <20170326203053.GH15664@denix.org>

On Sun, Mar 26, 2017 at 04:30:53PM -0400, Denys Dmytriyenko wrote:
> Hi,
> 
> I've been having the following build issues lately with qtwebkit 5.8 from 
> master:
> 
> | make[2]: Entering directory '/OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/build/Source'
> | rm -f libQt5WebKit.so.5.8.0 libQt5WebKit.so libQt5WebKit.so.5 libQt5WebKit.so.5.8
> | linking ../lib/libQt5WebKit.so.5.8.0
> | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0): multiple definition of `__bss_start'
> | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0): multiple definition of `__bss_start'
> | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0): multiple definition of `_edata'
> | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0): multiple definition of `_edata'
> | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0): multiple definition of `_end'
> | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0): multiple definition of `_end'
> | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Gui.so:(*IND*+0x0): multiple definition of `__bss_start'
> | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Gui.so:(*IND*+0x0): multiple definition of `_edata'
> | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Gui.so:(*IND*+0x0): multiple definition of `_end'
> | collect2: error: ld returned 1 exit status
> | Makefile.api:92: recipe for target '../lib/libQt5WebKit.so.5.8.0' failed
> | make[2]: *** [../lib/libQt5WebKit.so.5.8.0] Error 1
> | make[2]: Leaving directory '/OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/build/Source'
> | Makefile.QtWebKit:44: recipe for target 'sub-api-pri-make_first-ordered' failed
> | make[1]: *** [sub-api-pri-make_first-ordered] Error 2
> 
> I believe I was able to build 5.8/master before, so I'm suspecting recent 
> binutils upgrade... But I can be wrong. Would really appreciate some help 
> here. Thanks.

Anyone else see this?

-- 
Denys


  reply	other threads:[~2017-03-29 23:06 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-26 20:30 [meta-qt5] qtwebkit 5.8 build issues? Denys Dmytriyenko
2017-03-29 23:06 ` Denys Dmytriyenko [this message]
2017-04-12 22:45   ` Andreas Oberritter
2017-04-12 23:38     ` Andre McCurdy
2017-04-13  0:11       ` Andreas Oberritter
2017-04-13  0:53         ` Andre McCurdy
2017-06-12 19:04           ` Denys Dmytriyenko
2017-06-12 23:10             ` Denys Dmytriyenko
2017-06-13 12:36               ` Andreas Oberritter
2017-06-13 12:34             ` Andreas Oberritter
2017-06-13 14:36               ` Martin Jansa
2017-06-13 14:42                 ` Denys Dmytriyenko
2017-06-13 16:14                 ` Andre McCurdy
2017-06-14 10:19                   ` Martin Jansa
2017-06-14  8:55                 ` Andreas Oberritter

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=20170329230613.GS15664@denix.org \
    --to=denis@denix.org \
    --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.