Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. srv01 ~ # emerge -av phpmyadmin
  2.  
  3. These are the packages that would be merged, in order:
  4.  
  5. Calculating dependencies... done!
  6. [ebuild N ] app-admin/webapp-config-1.50.16-r1 102 kB
  7. [ebuild N ] virtual/httpd-php-5.3 0 kB
  8. [ebuild N ] app-text/recode-3.6_p16 USE="nls" 2,021 kB
  9. [ebuild N ] net-libs/c-client-2007e USE="pam ssl -kolab" 2,725 kB
  10. [ebuild N ] virtual/httpd-cgi-0 0 kB
  11. [ebuild R ] dev-lang/php-5.3.3-r1 USE="apache2* berkdb bzip2 calendar* cgi cjk* cli crypt ctype curl* curlwrappers* enchant* exif* fileinfo filter flatfile* ftp* gd gdbm hash iconv imap* intl* ipv6 json kerberos mysql* mysqli* nls phar posix readline recode* session sharedext* simplexml snmp soap* sockets* spell sqlite sqlite3 ssl threads tidy tokenizer truetype unicode xml xmlreader xmlwriter zip zlib -adabas -bcmath -birdstep -cdb -concurrentmodphp -db2 -dbmaker -debug -doc -embed -empress -empress-bcs -esoob -firebird -fpm -frontbase -gd-external -gmp -inifile -interbase -iodbc -kolab -ldap -ldap-sasl -libedit -mssql -mysqlnd -oci8 -oci8-instant-client -odbc -pcntl -pdo -pic -postgres -qdbm -sapdb -sharedmem -solid -suhosin -sybase-ct -sysvipc -wddx -xmlrpc -xpm -xsl" 0 kB
  12. [ebuild N ] dev-db/phpmyadmin-3.3.7 USE="-vhosts" 3,582 kB
  13.  
  14. Total: 7 packages (6 new, 1 reinstall), Size of downloads: 8,428 kB
  15.  
  16. !!! Multiple package instances within a single package slot have been pulled
  17. !!! into the dependency graph, resulting in a slot conflict:
  18.  
  19. dev-lang/php:5
  20.  
  21. ('installed', '/', 'dev-lang/php-5.3.3-r1', 'nomerge') pulled in by
  22. =dev-lang/php-5.3.3-r1[-imap,-mysql,-mysqli] required by ('ebuild', '/', 'dev-lang/php-5.3.3-r1', 'merge')
  23. (and 8 more)
  24.  
  25. ('ebuild', '/', 'dev-lang/php-5.3.3-r1', 'merge') pulled in by
  26. dev-lang/php[mysqli] required by ('ebuild', '/', 'dev-db/phpmyadmin-3.3.7', 'merge')
  27. (and 8 more)
  28.  
  29.  
  30. It may be possible to solve this problem by using package.mask to
  31. prevent one of those packages from being selected. However, it is also
  32. possible that conflicting dependencies exist such that they are
  33. impossible to satisfy simultaneously. If such a conflict exists in the
  34. dependencies of two different packages, then those packages can not be
  35. installed simultaneously. You may want to try a larger value of the
  36. --backtrack option, such as --backtrack=30, in order to see if that will
  37. solve this conflict automatically.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement