Gentoo Archives: gentoo-user

From: Nilesh Govindrajan <me@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Compiling Gentoo for Raspberry Pi (Was: List of base system packages)
Date: Sun, 03 Feb 2013 18:25:14
Message-Id: 510EAB75.9030204@nileshgr.com
In Reply to: Re: [gentoo-user] Compiling Gentoo for Raspberry Pi (Was: List of base system packages) by "Dustin C. Hatch"
1 On Sunday 03 February 2013 09:19:58 PM IST, Dustin C. Hatch wrote:
2 > On 2/3/2013 04:10, Nilesh Govindrajan wrote:
3 >> Okay that solved the ebuild problem, but I'm stuck with another
4 >> problem now -_-
5 >>
6 > ...
7 >> /usr/lib/libdb-4.8.so: file not recognized: File format not recognized
8 >
9 > Looks like it is trying to use the libdb shared object from the host
10 > system instead of the sysroot.
11 >
12 > How are you calling emerge? Can you post the command you ran that was
13 > used to install PAM? I don't have PAM on my Raspberry Pi, but I just
14 > tested cross-compiling it and it worked fine.
15 >
16
17 Following your blog post you posted a link earlier; calling emerge as -
18
19 armv6j-hardfloat-linux-gnueabi-emerge --onlydeps -1 -v $base
20
21 It was pulled in as a dependency (for berkdb use flag, set by
22 default/linux/arm/10.0/armv6j profile)
23
24 --
25 Nilesh Govindarajan
26 http://nileshgr.com

Replies

Subject Author
Re: [gentoo-user] Compiling Gentoo for Raspberry Pi (Was: List of base system packages) "Dustin C. Hatch" <admiralnemo@×××××.com>