Gentoo Archives: gentoo-embedded

From: Joakim Tjernlund <joakim.tjernlund@×××××××××.se>
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] crossdev with my own PORTDIR
Date: Fri, 08 Oct 2010 12:09:50
Message-Id: OF7BA5328C.013B9838-ONC12577B6.0041288E-C12577B6.0041FD01@transmode.se
1 Some minor issues I have noted when using my own
2 portage tree(PORTDIR):
3 --------------------------------------
4 !!! INVALID ACCEPT_KEYWORDS: x86
5 Calculating dependencies
6 !!! 'sys-kernel/linux-headers' has a category that is not listed in /etc/portage/categories
7
8 !!! 'sys-devel/gcc' has a category that is not listed in /etc/portage/categories
9
10 !!! 'sys-devel/binutils' has a category that is not listed in /etc/portage/categories
11 ... done!
12
13 >>> Verifying ebuild manifests
14
15 >>> Emerging (1 of 1) cross-powerpc-4.4.4_softfloat-linux-gnu/glibc-2.11.2
16 !!! INVALID ACCEPT_KEYWORDS: x86
17 -------------------------------------
18 !!! INVALID ACCEPT_KEYWORDS: x86
19 Calculating dependencies
20 !!! 'sys-libs/glibc' has a category that is not listed in /etc/portage/categories
21
22 !!! 'sys-libs/ncurses' has a category that is not listed in /etc/portage/categories
23
24 !!! 'sys-libs/zlib' has a category that is not listed in /etc/portage/categories
25 ... done!
26
27 >>> Verifying ebuild manifests
28
29 >>> Emerging (1 of 1) cross-powerpc-4.4.4_softfloat-linux-gnu/gcc-4.4.4-r2
30 !!! INVALID ACCEPT_KEYWORDS: x86
31 ---------------------------------------
32
33 Can't make out what it causing this. It isn't fatal but annoying and potentially
34 masks some bug.
35
36 crossdev also prints this:
37 * Using sys-devel/binutils from /usr/local/src/TM-fs/toolchain/portage instead of /usr/local/src/TM-fs/toolchain/portage
38 * Using sys-devel/gcc from /usr/local/src/TM-fs/toolchain/portage instead of /usr/local/src/TM-fs/toolchain/portage
39 * Using sys-kernel/linux-headers from /usr/local/src/TM-fs/toolchain/portage instead of /usr/local/src/TM-fs/toolchain/portage
40 * Using sys-libs/glibc from /usr/local/src/TM-fs/toolchain/portage instead of /usr/local/src/TM-fs/toolchain/portage
41 * Using sys-devel/gdb from /usr/local/src/TM-fs/toolchain/portage instead of /usr/local/src/TM-fs/toolchain/portage
42
43 the ... "instead of /usr/local/src/TM-fs/toolchain/portage" is a bit redundant.

Replies

Subject Author
Re: [gentoo-embedded] crossdev with my own PORTDIR Mike Frysinger <vapier@g.o>