Code: Select all
# revdep-rebuild -av
Configuring search environment for revdep-rebuild
Checking reverse dependencies...
Packages containing binaries and libraries broken by a package update
will be emerged.
Collecting system binaries and libraries... using existing /root/.revdep-rebuild.1_files.
Collecting complete LD_LIBRARY_PATH... using existing /root/.revdep-rebuild.2_ldpath.
Checking dynamic linking consistency... using existing /root/.revdep-rebuild.3_rebuild.
Assigning files to ebuilds... using existing /root/.revdep-rebuild.4_ebuilds.
Evaluating package order... using existing /root/.revdep-rebuild.5_order.
All prepared. Starting rebuild...
emerge --oneshot -av =app-emulation/emul-linux-x86-baselibs-10.2 =dev-lang/perl-5.8.8-r2 =net-nds/openldap-2.3.35-r1 =dev-lang/python-2.4.4-r4 =dev-lang/python-2.3.5-r3 =x11-apps/xclock-1.0.2
..........
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] app-emulation/emul-linux-x86-baselibs-10.2 0 kB
[ebuild R ] dev-lang/perl-5.8.8-r2 USE="berkdb gdbm* -build -debug -doc -ithreads -perlsuid" 0 kB
[ebuild R ] net-nds/openldap-2.3.35-r1 USE="berkdb crypt gdbm ipv6 perl readline ssl tcpd -debug -kerberos -minimal -odbc -overlays -samba -sasl (-selinux) -slp -smbkrb5passwd" 0 kB
[ebuild R ] dev-lang/python-2.4.4-r4 USE="berkdb gdbm ipv6 ncurses readline ssl -bootstrap -build -doc -examples -nocxx -nothreads -tk -ucs2" 0 kB
[ebuild R ] dev-lang/python-2.3.5-r3 USE="berkdb gdbm ipv6 ncurses readline ssl -bootstrap -build -doc -nocxx -tk -ucs2" 0 kB
[ebuild R ] x11-apps/xclock-1.0.2 USE="-debug -xprint" 0 kB
[blocks B ] <dev-lang/python-2.3.6-r2 (is blocking app-admin/python-updater-0.2)
Total: 6 packages (6 reinstalls, 1 block), Size of downloads: 0 kB
!!! Error: The above package list contains packages which cannot be installed
!!! at the same time on the same system.
For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked
revdep-rebuild failed to emerge all packages
you have the following choices:
- if emerge failed during the build, fix the problems and re-run revdep-rebuild
or
- use -X or --package-names as first argument (trys to rebuild package, not exact
ebuild)
or
- set ACCEPT_KEYWORDS="~<your platform>" and/or /etc/portage/package.unmask
(and remove /root/.revdep-rebuild.5_order to be evaluated again)
or
- modify the above emerge command and run it manually
or
- compile or unmerge unsatisfied packages manually, remove temporary files and
try again (you can edit package/ebuild list first)
To remove temporary files, please run:
rm /root/.revdep-rebuild*.?_*
Code: Select all
# emerge -aC python
>>> These are the packages that would be unmerged:
!!! 'dev-lang/python' is part of your system profile.
!!! Unmerging it may be damaging to your system.
dev-lang/python
selected: 2.3.5-r3 2.4.4-r4
protected: none
omitted: none
>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.
Would you like to unmerge these packages? [Yes/No] no
Quitting.






