Gentoo Archives: gentoo-amd64

From: Mansour Al Akeel <mansour.alakeel@×××××.com>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] from multilib to amd64
Date: Sat, 06 Dec 2008 19:07:59
Message-Id: 2a21586d0812061107u30c3bce9qb67381351b180dec@mail.gmail.com
1 Hello all,
2 I am stuck in the conversion from multilib. I have changed my profile
3 the emerged gcc glibc sandbox and baselayout then portage, while
4 booted and chroot to my gentoo installtion from the installation cd as
5 I was not able to boot.
6
7 Before I updated world I unmerged gnome and merged gnome-light. Then
8 "emerge --depclean" and did world update. The current results for
9 revdep-rebuild:
10
11 ==============================================================================
12 livecd / # revdep-rebuild
13 * Configuring search environment for revdep-rebuild
14 /usr/bin/revdep-rebuild: line 525: /dev/fd/62: No such file or directory
15
16 * Checking reverse dependencies
17 * Packages containing binaries and libraries broken by a package update
18 * will be emerged.
19
20 * Collecting system binaries and libraries
21 * Generated new 1_files.rr
22 * Collecting complete LD_LIBRARY_PATH
23 * Generated new 2_ldpath.rr
24 * Checking dynamic linking consistency
25 [ 100% ]
26 /usr/bin/revdep-rebuild: line 666: /dev/fd/62: No such file or directory
27
28 * Dynamic linking on your system is consistent... All done.
29
30 ==============================================================================
31 livecd / # emerge --depclean -p
32
33 *** WARNING *** Depclean may break link level dependencies. Thus, it is
34 *** WARNING *** recommended to use a tool such as `revdep-rebuild` (from
35 *** WARNING *** app-portage/gentoolkit) in order to detect such breakage.
36 *** WARNING ***
37 *** WARNING *** Also study the list of packages to be cleaned for any obvious
38 *** WARNING *** mistakes. Packages that are part of the world set will always
39 *** WARNING *** be kept. They can be manually added to this set with
40 *** WARNING *** `emerge --noreplace <atom>`. Packages that are listed in
41 *** WARNING *** package.provided (see portage(5)) will be removed by
42 *** WARNING *** depclean, even if they are part of the world set.
43 *** WARNING ***
44 *** WARNING *** As a safety measure, depclean will not remove any packages
45 *** WARNING *** unless *all* required dependencies have been resolved. As a
46 *** WARNING *** consequence, it is often necessary to run
47 *** WARNING *** `emerge --update --newuse --deep world` prior to depclean.
48
49 Calculating dependencies... done!
50
51 >>> No packages selected for removal by depclean
52 >>> To see reverse dependencies, use --verbose
53 Packages installed: 529
54 Packages in world: 149
55 Packages in system: 50
56 Unique package names: 529
57 Required packages: 529
58 Number to remove: 0
59
60 ==========================================================================
61 Trying to emerge world or system give nothing:
62
63 livecd / # emerge -p world
64
65 These are the packages that would be merged, in order:
66
67 Calculating world dependencies... done!
68 =======================================
69 Now when I try to boot, I still get something like error message:
70
71 gawk: fatal: can't open source file '/lib/rcscripts/awk/functions.awk'
72 for reading (No such file or directory)
73 gawk: fatal: can't open source file '/lib/rcscripts/awk/functions.awk'
74 for reading (No such file or directory)
75 bash: /var/lib/init.d/depcache: No such file or directory
76 * Failed to cache service depndecies
77 /sbin/rc: line 525: /lib/rcscripts/sh/rc-services.sh: No such file or directory
78 /sbin/rc: line 529: mark_service_started: command not found
79
80 .......
81 init: Entering runn level 5
82 /sbin/rc: line 619: /lib/rcscripts/sh/rc-services.sh: No such file or directory
83 /sbin/rc: line 736: trace_dependencies: command not found
84 /sbin/rc: line 858: trace_dependencies: command not found
85 ===========================================================================
86
87 At this point nothing started, not even network connections. I don't
88 know what I have missed. Did anyone got this before?