Gentoo Archives: gentoo-catalyst

From: Derek Fedel <synikal@×××××.com>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] setarch blocked by util-linux
Date: Tue, 05 Feb 2008 16:09:57
Message-Id: 3f456b460802050809o65531925v21c8dec07b12dee3@mail.gmail.com
1 I know! I know! 2.0.5 isn't supposed to have this problem. Let me
2 explain, I've got a brand new install of 2007.0, a fresh copy of
3 portage, and this as my spec file:
4
5 subarch: amd64
6 version_stamp: 2008.taco
7 target: livecd-stage1
8 rel_type: default
9 profile: default-linux/amd64/2007.0
10 snapshot: snapshot
11 source_subpath: stage3-amd64-2007.0
12 livecd/use:
13 -X
14 -gtk
15 -gtk2
16 -kde
17 -arts
18 -alsa
19 -avi
20 -cdr
21 -cups
22 -esd
23 gphoto2
24 acpi
25 -dvd
26 -dvdr
27 -emacs
28 -ethereal
29 f77
30 -fbcon
31 -ginac
32 -odbc
33 -plotutils
34 -ppds
35 -samba
36 -sse
37 usb
38 -wmf
39 -xml
40 -xosd
41 -gnome
42 -opengl
43 -oss
44 -sdl
45 -spell
46 -truetype
47
48 livecd/packages:
49 baselayout
50 module-init-tools
51 hotplug
52 syslog-ng
53 pciutils
54 strace
55 nfs-utils
56 usbutils
57 e2fsprogs
58 reiserfsprogs
59 nano
60 less
61 openssh
62 dhcpcd
63 mingetty
64 screen
65 iputils
66 tcptraceroute
67 ethtool
68 libusb
69 grub
70 gentoolkit
71
72
73 But when I run catalyst -a -v -f testmini.spec (said specfile from
74 above), catalyst crashes out and gives me:
75
76
77 [blocks B ] sys-apps/setarch (is blocking sys-apps/util-linux-2.13-r2)
78
79 Total: 38 packages (11 upgrades, 27 new, 1 block), Size of downloads: 15,885 kB
80
81 !!! Error: The above package list contains packages which cannot be installed
82 !!! at the same time on the same system.
83
84 For more information about Blocked Packages, please refer to the following
85 section of the Gentoo Linux x86 Handbook (architecture is irrelevant):
86
87 http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked
88
89
90 !!! catalyst: Error in attempt to build packages
91
92
93 Traceback (most recent call last):
94 File "modules/generic_stage_target.py", line 1200, in build_packages
95 " build_packages "+mypack,"Error in attempt to build packages",env=self.env)
96 File "/usr/lib/catalyst/modules/catalyst_support.py", line 486, in cmd
97 raise CatalystError,myexc
98 CatalystError: <unprintable instance object>
99 None
100
101 !!! catalyst: livecdbuild aborting due to error.
102
103 !!! catalyst: Error encountered during run of target livecd-stage1
104
105 Catalyst aborting....
106 lockfile does not exist
107 '/var/tmp/catalyst/tmp/default/livecd-stage1-amd64-2008.taco/.catalyst_lock'
108
109 I've read in numerous places how to fix this if its breaking portage
110 on a live system, they say to just unmerge setarch, so I went ahead
111 and did that, but it still hates me.
112
113 Does anyone have any tips? Any help would be most appreciated!
114
115 Thanks!
116 --
117 gentoo-catalyst@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-catalyst] setarch blocked by util-linux Andrew Gaffney <agaffney@g.o>