From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1HTq8B-0004lW-UI for garchives@archives.gentoo.org; Wed, 21 Mar 2007 02:00:52 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l2L1xWu1016784; Wed, 21 Mar 2007 01:59:32 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l2L1xV44016779 for ; Wed, 21 Mar 2007 01:59:31 GMT Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 7E97764ED1 for ; Wed, 21 Mar 2007 01:59:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -0.325 X-Spam-Level: X-Spam-Status: No, score=-0.325 required=5.5 tests=[AWL=-0.325] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xaHRU8Ieho6t for ; Wed, 21 Mar 2007 01:59:24 +0000 (UTC) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by smtp.gentoo.org (Postfix) with SMTP id 785DE64C6E for ; Wed, 21 Mar 2007 01:59:22 +0000 (UTC) Received: (qmail invoked by alias); 21 Mar 2007 01:58:53 -0000 Received: from U04a3.u.pppool.de (EHLO [192.168.1.2]) [89.56.4.163] by mail.gmx.net (mp039) with SMTP; 21 Mar 2007 02:58:53 +0100 X-Authenticated: #20629184 X-Provags-ID: V01U2FsdGVkX1+UjmFXoDqUCmoITK758dJNfB3smGhjbhVd06Zo8L Y6rRqvwkV9ZChj Message-ID: <4600915C.9040906@gmx.de> Date: Wed, 21 Mar 2007 02:58:52 +0100 From: Johannes Bauer User-Agent: Thunderbird 1.5.0.10 (X11/20070313) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 To: gentoo-embedded@lists.gentoo.org Subject: [gentoo-embedded] Cross compiling fails because of missing dependencies Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Archives-Salt: 3e9c4a50-f2b5-477b-a9ec-441d8a7e2197 X-Archives-Hash: 42250a4d98b8531850a6bda207bc0ae6 Hello list, I'm currently trying to bootstrap a Gentoo system for use in an embedded environment. My host PC is running x86_64 and the system I'm developing for is i486. So I set up a cross-compiler for i486-unknown-linux-gnu, which worked just alright using crossdev. Then I unpacked the stage3 image and portage snapshot. Tried to emerge openvpn: # ROOT="/home/embedded/root/" CHOST="i486-unknown-linux-gnu" CBUILD="x86_64-pc-linux-gnu" emerge openvpn -----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<----- [... Configure stuff ...] LZO headers were not found LZO library available from http://www.oberhumer.com/opensource/lzo/ configure: error: Or try ./configure --disable-lzo !!! Please attach the following file when filing a report to bugs.gentoo.org: !!! /var/tmp/portage/net-misc/openvpn-2.0.6/work/openvpn-2.0.6/config.log !!! ERROR: net-misc/openvpn-2.0.6 failed. Call stack: ebuild.sh, line 1614: Called dyn_compile ebuild.sh, line 971: Called qa_call 'src_compile' environment, line 3120: Called src_compile openvpn-2.0.6.ebuild, line 49: Called econf '--disable-password-save' '--enable-ssl' '--enable-crypto' '--disable-pthread' ebuild.sh, line 577: Called die !!! econf failed !!! If you need support, post the topmost build error, and the call stack if relevant. !!! A complete build log is located at '/var/tmp/portage/net-misc/openvpn-2.0.6/temp/build.log'. -----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<----- However, the dependency configure seems to be missing (lzo) has been compiled and installed just fine (dev-libs/lzo-2.02-r1). Therefore it looks to me as if because of the changed "ROOT" emerge is looking in the wrong directory for these header files. How can I solve this? Thanks a lot, Greetings, Johannes -- gentoo-embedded@gentoo.org mailing list