Guest User

Untitled

a guest
May 21st, 2018
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. ip-10-226-66-16 ~ # emerge -pav =dev-db/mysql-5.5.19
  2.  
  3. These are the packages that would be merged, in order:
  4.  
  5. Calculating dependencies... done!
  6. [ebuild N ] dev-db/mysql-init-scripts-2.0_pre1-r2 0 kB
  7. [ebuild N ] dev-perl/Net-Daemon-0.43 28 kB
  8. [ebuild N ] perl-core/Storable-2.20 174 kB
  9. [ebuild N ] perl-core/File-Spec-3.31 132 kB
  10. [ebuild N ] perl-core/Sys-Syslog-0.290.0 78 kB
  11. [ebuild N ] app-arch/libarchive-2.8.4-r1 USE="acl bzip2 lzma zlib -expat -static -static-libs -xattr" 1,468 kB
  12. [ebuild N ] virtual/perl-Storable-2.20 0 kB
  13. [ebuild N ] virtual/perl-File-Spec-3.31 0 kB
  14. [ebuild N ] virtual/perl-Sys-Syslog-0.290.0 0 kB
  15. [ebuild N ] dev-util/cmake-2.8.6-r4 USE="ncurses -emacs -qt4 -test -vim-syntax" 5,454 kB
  16. [ebuild N ] dev-perl/PlRPC-0.202.0 18 kB
  17. [ebuild N ] dev-perl/DBI-1.615 USE="-test" 558 kB
  18. [ebuild N #] dev-db/mysql-5.5.19 USE="berkdb community perl ssl -cluster -debug -embedded -extraengine -latin1 -max-idx-128 -minimal -profiling (-selinux) -static -systemtap -test" 25,411 kB
  19. [ebuild N #] virtual/mysql-5.5 USE="-embedded -minimal -static" 0 kB
  20. [ebuild N ] dev-db/mysql-5.1.56 USE="community perl ssl -big-tables -cluster -debug -embedded -extraengine -latin1 -max-idx-128 -minimal -pbxt -profiling (-selinux) -static -test -xtradb" 25,496 kB
  21. [ebuild N ] virtual/mysql-5.1 USE="-embedded -minimal -static" 0 kB
  22. [ebuild N ] dev-perl/DBD-mysql-4.01.7 130 kB
  23.  
  24. Total: 17 packages (17 new), Size of downloads: 58,944 kB
  25.  
  26. !!! Multiple package instances within a single package slot have been pulled
  27. !!! into the dependency graph, resulting in a slot conflict:
  28.  
  29. dev-db/mysql:0
  30.  
  31. (dev-db/mysql-5.1.56::gentoo, ebuild scheduled for merge) pulled in by
  32. =dev-db/mysql-5.1*[embedded=,minimal=,static=] required by (virtual/mysql-5.1::gentoo, ebuild scheduled for merge)
  33.  
  34. (dev-db/mysql-5.5.19::gentoo, ebuild scheduled for merge) pulled in by
  35. =dev-db/mysql-5.5.19
  36. =dev-db/mysql-5.5*[embedded=,minimal=,static=] required by (virtual/mysql-5.5::gentoo, ebuild scheduled for merge)
  37.  
  38. virtual/mysql:0
  39.  
  40. (virtual/mysql-5.1::gentoo, ebuild scheduled for merge) pulled in by
  41. =virtual/mysql-5.1 required by (dev-perl/DBD-mysql-4.01.7::gentoo, ebuild scheduled for merge)
  42. (and 1 more with the same problem)
  43.  
  44. (virtual/mysql-5.5::gentoo, ebuild scheduled for merge) pulled in by
  45. =virtual/mysql-5.5 required by (dev-db/mysql-5.5.19::gentoo, ebuild scheduled for merge)
  46.  
  47.  
  48. It may be possible to solve this problem by using package.mask to
  49. prevent one of those packages from being selected. However, it is also
  50. possible that conflicting dependencies exist such that they are
  51. impossible to satisfy simultaneously. If such a conflict exists in
  52. the dependencies of two different packages, then those packages can
  53. not be installed simultaneously. You may want to try a larger value of
  54. the --backtrack option, such as --backtrack=30, in order to see if
  55. that will solve this conflict automatically.
  56.  
  57. For more information, see MASKED PACKAGES section in the emerge man
  58. page or refer to the Gentoo Handbook.
  59.  
  60.  
  61. The following mask changes are necessary to proceed:
  62. #required by dev-db/mysql-5.5.19, required by =dev-db/mysql-5.5.19 (argument)
  63. # /usr/portage/profiles/package.mask:
  64. # Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (28 Jul 2011)
  65. # A new update of the mysql / mariadb mask
  66. # Robin H. Johnson <robbat2@gentoo.org> (01 Feb 2010)
  67. # Mask 5.5/6.0 series that are alpha and and crazy experimental.
  68. # Mask 5.2/5.3 virtual that exists in the overlay as well (it is MariaDB only)
  69. >=virtual/mysql-5.5
  70. #required by virtual/mysql-5.5
  71. # /usr/portage/profiles/package.mask:
  72. # Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (28 Jul 2011)
  73. # A new update of the mysql / mariadb mask
  74. # Robin H. Johnson <robbat2@gentoo.org> (01 Feb 2010)
  75. # Mask 5.5/6.0 series that are alpha and and crazy experimental.
  76. # Mask 5.2/5.3 virtual that exists in the overlay as well (it is MariaDB only)
  77. >=dev-db/mysql-5.5.19
  78.  
  79. NOTE: This --autounmask behavior can be disabled by setting
  80. EMERGE_DEFAULT_OPTS="--autounmask=n" in make.conf.
Add Comment
Please, Sign In to add comment