From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 54316E00C71; Sat, 13 Feb 2016 13:30:19 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (marcin.k[at]comcast.net) * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [69.252.207.36 listed in list.dnswl.org] Received: from resqmta-ch2-04v.sys.comcast.net (resqmta-ch2-04v.sys.comcast.net [69.252.207.36]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 1A9D1E00C41 for ; Sat, 13 Feb 2016 13:30:15 -0800 (PST) Received: from resomta-ch2-14v.sys.comcast.net ([69.252.207.110]) by resqmta-ch2-04v.sys.comcast.net with comcast id HxW81s0022PT3Qt01xWEt5; Sat, 13 Feb 2016 21:30:14 +0000 Received: from linux.localnet ([76.29.95.128]) by resomta-ch2-14v.sys.comcast.net with comcast id HxWC1s0052mAukU01xWEA0; Sat, 13 Feb 2016 21:30:14 +0000 From: Marcin To: meta-freescale@yoctoproject.org Date: Sat, 13 Feb 2016 15:30:06 -0600 Message-ID: <1810243.1fOxEOF2xv@linux> User-Agent: KMail/4.13.3 (Linux/3.19.0-49-generic; KDE/4.13.3; x86_64; ; ) MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1455399014; bh=3+Sqon2F2ljPcNlZDiW2amY/xXH2kPWV/uU6DhONrVs=; h=Received:Received:From:To:Reply-To:Subject:Date:Message-ID: MIME-Version:Content-Type; b=W3iMv4bnRKuIvl5NPVH4FgdqNVUjM0S0g1JktvFdLIdE9lYUJ+oaOv1T1FPMmKskd XBdNDn/3U2AgttNssCeRTYjYJ4cRQHgjF014H58q4EQ2cUWBHRH4iVoFhhlsSu//zQ YHWd1I1V5cpD759tTHEGxEdnmNi+152Op+/49RmbVQv0TWR6uiaQyOAl992dQpCYUV slEmBqR+dcjDONRaXEaWupVrt03sQzQzUs7iicDxkdiKOsYTb1050ter9TqAhFWiNG ihRzciVdxYury560l5yHE1Jdp49gA+N2XX7GSRqA97HnjMi3jDjeYRN70V4xuqwCNr S0mbvfnNs4hZQ== Subject: bitbake meta-toolchain-qt5 (Jethro) fails on qtwebkit X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: marcin.k@comcast.net List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 21:30:19 -0000 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Hello, Has anyone seen this error before while trying to build qt toolchain? I'm trying to figure this out for couple of days with no luck... | collect2: error: ld returned 1 exit status | make[2]: *** [../lib/libQt5WebKit.so.5.5.1] Error 1 | make[2]: Leaving directory `/home/martin/Yocto/wandboard-bsp-jethro/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/qtwebkit/5.5.1+gitAUTOINC+0d592678ba-r0/build/Source' | make[1]: *** [sub-api-pri-make_first-ordered] Error 2 | make[1]: Leaving directory `/home/martin/Yocto/wandboard-bsp-jethro/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/qtwebkit/5.5.1+gitAUTOINC+0d592678ba-r0/build/Source' | make: *** [sub-Source-QtWebKit-pro-make_first-ordered] Error 2 | ERROR: oe_runmake failed I really do not care about webkit for my application and but I'm not sure if it the toolchain can be built w/o it. Regards, Marcin