젠투 emerge --depclean 에러

vimania의 이미지

Calculating dependencies... done!
 * Dependencies could not be completely resolved due to
 * the following required packages not being installed:
 * 
 *   virtual/perl-Package-Constants pulled in by:
 *     perl-core/Archive-Tar-1.40
 * 
 * Have you forgotten to run `emerge --update --newuse --deep world` prior
 * to depclean? It may be necessary to manually uninstall packages that no longer
 * exist in the portage tree since it may not be possible to satisfy their
 * dependencies.  Also, be aware of the --with-bdeps option that is documented
 * in `man emerge`.

emerge --depclean 하면 위와 같은 에러 메세지가 나옵니다.

어떤 패키지를 인스톨하라는건지 지우라는건지 잘 모르겠습니다.

유사한 경험이 있으신분 알려주세요.

송효진의 이미지

Quote:

It may be necessary to manually uninstall packages that no longer exist in the portage tree

요거 같네요.

뭘 그래야 하는지는 모르겠지만, 설치해야 하거나 지워야 할 것 같습니다.
perl module, virtual 둘 다 트리의 상위에 있으므로,
지우더라도 emerge world 시에 알아서 다시 포함되리라 생각합니다.

 # emerge -p perl-core/Archive-Tar
 
These are the packages that would be merged, in order:
 
Calculating dependencies... done!
[ebuild   R   ] perl-core/Archive-Tar-1.52  50 kB
 
Total: 1 package (1 reinstall), Size of downloads: 50 kB
 # emerge -p virtual/perl-Package-Constants
 
These are the packages that would be merged, in order:
 
Calculating dependencies... done!
[ebuild   R   ] virtual/perl-Package-Constants-0.02  0 kB
 
Total: 1 package (1 reinstall), Size of downloads: 0 kB

emerge -uDN --keep-going world
옵션을 사용합니다.

emerge money
http://wiki.kldp.org/wiki.php/GentooInstallSimple - 명령어도 몇 개 안돼요~
http://xenosi.de/