From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tim.rpsys.net (93-97-173-237.zone5.bethere.co.uk [93.97.173.237]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 3DCAEE0032E for ; Sat, 6 Oct 2012 03:42:52 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q96Agnoa024645; Sat, 6 Oct 2012 11:42:49 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21064-09; Sat, 6 Oct 2012 11:42:45 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q96AgfYk024639 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Sat, 6 Oct 2012 11:42:42 +0100 Message-ID: <1349520164.15658.75.camel@ted> From: Richard Purdie To: Alexander Khryukin Date: Sat, 06 Oct 2012 11:42:44 +0100 In-Reply-To: References: <506EAAEC.1050704@r-finger.com> <1349430119.32599.0.camel@localhost> X-Mailer: Evolution 3.2.3-0ubuntu6 Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: poky@yoctoproject.org Subject: Re: docbook-utils-native-0.6.14-r3 X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion & patch submission for meta-yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2012 10:42:53 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Sat, 2012-10-06 at 12:46 +0400, Alexander Khryukin wrote: > > > 2012/10/5 Alexander Khryukin > В Пт., 05/10/2012 в 10:39 +0100, Tomas Frydrych пишет: > > On 05/10/12 10:12, Alexander Khryukin wrote: > > > | jade: symbol lookup error: > > > > /home/user/poky/build/tmp/sysroots/x86_64-linux/usr/bin/../../usr/lib/libospgrove.so.0: > > > undefined symbol: > _ZN14OpenJade_Grove8ClassDef12sgmlDocumentE > > > > Looks like the jade executable was not linked against the > version of the > > lib in your sysroot; try rebuilding openjade-native. > > > > Tomas > > _______________________________________________ > > poky mailing list > > poky@yoctoproject.org > > https://lists.yoctoproject.org/listinfo/poky > > > > >try rebuilding openjade-native > > How i can do it?Now i'm rebuilding bitbake core-image-sato-sdk > again > Try "bitbake openjade-native -c cleansstate", then try "bitbake core-image-sato-sdk". Technically this shouldn't make any difference but there is something odd going on with openjade-native. Cheers, Richard