Gentoo Archives: gentoo-user

From: Hilco Wijbenga <hilco.wijbenga@×××××.com>
To: Gentoo User <gentoo-user@l.g.o>
Subject: [gentoo-user] emerge --unmerge fails
Date: Wed, 13 Oct 2010 19:05:53
Message-Id: AANLkTimpTCiNRBkVjryFP48EEmA26cbEhtZJn3U7W-5k@mail.gmail.com
1 Hi all,
2
3 I'm trying to unmerge some packages. They all fail like this:
4
5 centaur ~ # emerge --unmerge arora
6 * This action can remove important packages! In order to be safer, use
7 * `emerge -pv --depclean <atom>` to check for reverse dependencies before
8 * removing packages.
9
10 www-client/arora
11 selected: 0.11.0
12 protected: none
13 omitted: none
14
15 >>> 'Selected' packages are slated for removal.
16 >>> 'Protected' and 'omitted' packages will not be removed.
17
18 >>> Waiting 5 seconds before starting...
19 >>> (Control-C to abort)...
20 >>> Unmerging in: 5 4 3 2 1
21 >>> Unmerging www-client/arora-0.11.0...
22 * The 'prerm' phase of the 'www-client/arora-0.11.0' package has failed
23 * with exit value -1.
24 *
25 * The problem occurred while executing the ebuild file named
26 * 'arora-0.11.0.ebuild' located in the '/var/db/pkg/www-
27 * client/arora-0.11.0' directory. If necessary, manually remove the
28 * environment.bz2 file and/or the ebuild file located in that directory.
29 *
30 * Removal of the environment.bz2 file is preferred since it may allow the
31 * removal phases to execute successfully. The ebuild will be sourced and
32 * the eclasses from the current portage tree will be used when necessary.
33 * Removal of the ebuild file will cause the pkg_prerm() and pkg_postrm()
34 * removal phases to be skipped entirely.
35
36 * Messages for package www-client/arora-0.11.0:
37
38 * The 'prerm' phase of the 'www-client/arora-0.11.0' package has failed
39 * with exit value -1.
40 *
41 * The problem occurred while executing the ebuild file named
42 * 'arora-0.11.0.ebuild' located in the '/var/db/pkg/www-
43 * client/arora-0.11.0' directory. If necessary, manually remove the
44 * environment.bz2 file and/or the ebuild file located in that directory.
45 *
46 * Removal of the environment.bz2 file is preferred since it may allow the
47 * removal phases to execute successfully. The ebuild will be sourced and
48 * the eclasses from the current portage tree will be used when necessary.
49 * Removal of the ebuild file will cause the pkg_prerm() and pkg_postrm()
50 * removal phases to be skipped entirely.
51 Traceback (most recent call last):
52 File "/usr/bin/emerge", line 42, in <module>
53 retval = emerge_main()
54 File "/usr/lib/portage/pym/_emerge/main.py", line 1492, in emerge_main
55 myopts, myaction, myfiles, spinner)
56 File "/usr/lib/portage/pym/_emerge/actions.py", line 2305, in action_uninstall
57 valid_atoms, ldpath_mtimes, ordered=ordered)
58 File "/usr/lib/portage/pym/_emerge/unmerge.py", line 507, in unmerge
59 scheduler=scheduler)
60 File "/usr/lib/portage/pym/portage/dbapi/vartree.py", line 4509, in unmerge
61 ldpath_mtimes=ldpath_mtimes)
62 File "/usr/lib/portage/pym/portage/dbapi/vartree.py", line 2160, in unmerge
63 vartree=self.vartree)
64 File "/usr/lib/portage/pym/portage/package/ebuild/doebuild.py", line
65 793, in doebuild
66 fd_pipes=fd_pipes, returnpid=returnpid)
67 File "/usr/lib/portage/pym/portage/package/ebuild/doebuild.py", line
68 1261, in spawn
69 buf.fromfile(f, buffsize)
70 IOError: [Errno 5] Input/output error
71
72 centaur ~ # eix sys-apps/portage
73 [I] sys-apps/portage
74 Available versions: [P]2.1.6.7 2.1.6.13 2.1.7.17 2.1.8.3
75 (~)2.1.9 (~)2.1.9.1 (~)2.1.9.2 {M}(~)2.2_rc67 [M](~)2.2_rc77
76 [M](~)2.2_rc78 [M]**9999 {build doc epydoc linguas_pl python3 selinux}
77 Installed versions: 2.2_rc67(10:58:51 07/14/10)(-build -doc
78 -epydoc -linguas_pl -python3 -selinux)
79 Homepage: http://www.gentoo.org/proj/en/portage/index.xml
80 Description: Portage is the package management and
81 distribution system for Gentoo
82
83 centaur ~ # eix dev-lang/python
84 [D] dev-lang/python
85 Available versions:
86 (2.4) 2.4.6
87 (2.5) 2.5.4-r4
88 (2.6) 2.6.4-r1 2.6.5-r2 2.6.5-r3{tbz2}
89 (2.7) [M](~)2.7
90 (3.1) 3.1.2-r3 3.1.2-r4{tbz2}
91 {-berkdb bootstrap build +cxx doc elibc_uclibc examples gdbm
92 ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst
93 +xml}
94 Installed versions: 2.6.6-r1(2.6){tbz2}(09:17:19 10/13/10)(gdbm
95 ncurses readline ssl threads wide-unicode xml -berkdb -build -doc
96 -elibc_uclibc -examples -ipv6 -sqlite -tk -wininst)
97 3.1.2-r4(3.1){tbz2}(12:04:46 09/07/10)(gdbm ncurses readline ssl
98 threads wide-unicode xml -build -doc -elibc_uclibc -examples -ipv6
99 -sqlite -tk -wininst)
100 Homepage: http://www.python.org/
101 Description: Python is an interpreted, interactive,
102 object-oriented programming language.
103
104 centaur ~ # eselect python list
105 Available Python interpreters:
106 [1] python2.6 *
107 [2] python3.1
108
109 Any ideas?
110
111 Cheers,
112 Hilco

Replies

Subject Author
Re: [gentoo-user] emerge --unmerge fails Paul Hartman <paul.hartman+gentoo@×××××.com>
Re: [gentoo-user] emerge --unmerge fails Dean Matzkov <bapabooiee@×××××.com>
[gentoo-user] Re: emerge --unmerge fails walt <w41ter@×××××.com>
Re: [gentoo-user] emerge --unmerge fails Willie Wong <wwong@××××××××××××××.EDU>