Lines 132-139
Link Here
|
132 |
</note> |
132 |
</note> |
133 |
|
133 |
|
134 |
<p> |
134 |
<p> |
135 |
If you have a set of steps that reproduces the emerge error on another system |
135 |
If you have a set of steps that reproduces an emerge error on another system please check <uri link="http://bugzilla.gentoo.org">bugzilla</uri> and create a bug report if it has not already been reported. |
136 |
please e-mail them to <mail link="cretin@gentoo.org">Stefan Jones</mail>. |
|
|
137 |
</p> |
136 |
</p> |
138 |
|
137 |
|
139 |
</body> |
138 |
</body> |
Lines 363-368
Link Here
|
363 |
|
362 |
|
364 |
</body> |
363 |
</body> |
365 |
</section> |
364 |
</section> |
|
|
365 |
<section> |
366 |
<title>Prelink fails with error "prelink: Can't walk directory tree XXXX: Too many levels of symbolic links"</title> |
367 |
<body> |
368 |
|
369 |
<p> |
370 |
You have a very deep nesting if symlinks, unlightly, or a symlink |
371 |
pointing to it self. For example <path>/usr/lib/lib -> lib</path> |
372 |
is the most common. Find the symlink manually or use the command |
373 |
symlinks. |
374 |
More details can be found at <uri link="http://bugs.gentoo.org/show_bug.cgi?id=82117">bugzilla</uri> or |
375 |
this <uri link="http://forums.gentoo.org/viewtopic-t-458144-highlight-prelink.html">forum post</uri> |
376 |
</p> |
377 |
<pre caption="Fix symlinks"> |
378 |
emerge symlinks |
379 |
symlinks -drv / |
380 |
</pre> |
381 |
|
382 |
</body> |
383 |
</section> |
366 |
</chapter> |
384 |
</chapter> |
367 |
|
385 |
|
368 |
<chapter> |
386 |
<chapter> |