Gentoo Archives: gentoo-catalyst

From: Philipp Riegger <lists@××××××××××××.de>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] Error trying to build uclibc stages
Date: Fri, 13 Jul 2007 12:42:03
Message-Id: 1184330068.4180.12.camel@b136a
1 Hi!
2
3 I got a strange error here building uclibc stages:
4
5 I used experimental/x86/embedded/stages/stage3-x86-uclibc-2006.1.tar.bz2
6 from a mirror as seed stage and i used cflags, ldflags, arch and profile
7 from the make.conf/make.profile in that stage. When i try to build my
8 stage1 i get the following:
9
10 <error>
11 emerge --quiet --usepkg --buildpkg --newuse --oneshot --nodeps portage
12 emerge --quiet --usepkg --buildpkg --newuse --noreplace --oneshot
13 sys-apps/grep virtual/gzip sys-devel/binutils app-shells/bash
14 sys-apps/net-tools sys-devel/patch sys-devel/flex sys-apps/gawk
15 app-arch/tar sys-apps/sed virtual/libc sys-devel/bison sys-apps/texinfo
16 sys-apps/file app-arch/bzip2 net-misc/rsync sys-apps/debianutils
17 sys-devel/automake virtual/editor sys-apps/coreutils sys-devel/make
18 sys-apps/shadow sys-apps/findutils virtual/os-headers dev-lang/perl
19 net-misc/wget sys-devel/libtool sys-apps/diffutils sys-apps/less
20 sys-apps/baselayout dev-lang/python >=sys-apps/portage-2.0.51.22
21 sys-devel/autoconf sys-devel/gnuconfig sys-devel/gcc
22
23 !!! All ebuilds that could satisfy "virtual/libc" have been masked.
24 !!! One of the following masked packages is required to complete your
25 request:
26 - sys-libs/glibc-2.5-r4 (masked by: package.mask)
27 - sys-libs/glibc-2.4-r4 (masked by: package.mask)
28 - sys-libs/glibc-2.6 (masked by: package.mask, missing keyword)
29 - sys-libs/glibc-2.3.6-r4 (masked by: package.mask)
30 - sys-libs/glibc-2.3.6-r5 (masked by: package.mask)
31 - sys-libs/glibc-2.3.2-r12 (masked by: package.mask)
32 - sys-libs/glibc-2.3.5-r3 (masked by: package.mask)
33 - sys-libs/glibc-2.2.5-r10 (masked by: package.mask)
34 - sys-libs/glibc-2.5-r2 (masked by: package.mask)
35 - sys-libs/glibc-2.5-r3 (masked by: package.mask)
36
37 For more information, see MASKED PACKAGES section in the emerge man page
38 or
39 refer to the Gentoo Handbook.
40
41
42 !!! catalyst: run script failed.
43
44
45 Traceback (most recent call last):
46 File "modules/generic_stage_target.py", line 1048, in run_local
47 cmd("/bin/bash "+self.settings["controller_file"]+" run","run script
48 failed.",env=self.env)
49 File "/usr/lib/catalyst/modules/catalyst_support.py", line 485, in cmd
50 raise CatalystError,myexc
51 CatalystError: <unprintable instance object>
52 None
53
54 !!! catalyst: Stage build aborting due to error.
55
56
57 Catalyst aborting....
58 </error>
59
60 I cannot say, why this happens. When untar the stage and portage
61 snapshot, bind mount the it together, copy resolv.conf, chroot and do
62 the mentioned emerge commands in the chroot, it works. Any idea where
63 this effect comes from?
64
65 Thanks,
66 Philipp
67
68 --
69 gentoo-catalyst@g.o mailing list

Replies

Subject Author
Re: [gentoo-catalyst] Error trying to build uclibc stages Andrew Gaffney <agaffney@g.o>