Gentoo Archives: gentoo-embedded

From: Previdi Roberto <previdi.roberto@×××××.com>
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] error in the cross compilation wiki
Date: Sun, 15 Mar 2009 00:58:13
Message-Id: aee831ab0903141757y6059459djeb75781b75efe15b@mail.gmail.com
1 Hi. I am trying to setup the cross compile environment following the guide
2 from http://gentoo.mindzoo.de/index.cgi/wiki/cross-compiling
3 and i think i found a little error:
4
5
6 *4. We also recommend to use the suggested overlay keywords and useflags of
7 the overlay to avoid problems. This step is completely optional.
8
9 **cd /etc/portage
10 ln -s $location/portage-flags-host/keywords
11 package.keywords/openmoko-keywords
12 *
13
14 the second command cannot be done because package.keywords is a file, not a
15 directory. So i think the correct way to go is
16
17 cat $location/portage-flags-host/keywords/* >> package.keywords
18
19 to write all the keywords in the file.
20 Please, correct me if i didn't get something..
21
22 Roby

Replies

Subject Author
Re: [gentoo-embedded] error in the cross compilation wiki Maksim 'max_posedon' Melnikau <maxposedon@×××××.com>