| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.54 2005/06/11 12:16:14 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.56 2005/06/30 07:44:34 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>1.49</version> |
11 | <version>1.51</version> |
| 12 | <date>2005-06-11</date> |
12 | <date>2005-06-30</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Welcome to Portage</title> |
15 | <title>Welcome to Portage</title> |
| 16 | <body> |
16 | <body> |
| 17 | |
17 | |
| … | |
… | |
| 418 | <subsection id="blocked"> |
418 | <subsection id="blocked"> |
| 419 | <title>Blocked Packages</title> |
419 | <title>Blocked Packages</title> |
| 420 | <body> |
420 | <body> |
| 421 | |
421 | |
| 422 | <pre caption="Portage warning about blocked packages (with --pretend)"> |
422 | <pre caption="Portage warning about blocked packages (with --pretend)"> |
| 423 | [blocks B ] gnome-base/bonobo-activation (from pkg gnome-base/libbonobo-2.4.0) |
423 | [blocks B ] mail-mta/ssmtp (is blocking mail-mta/postfix-2.2.2-r1) |
| 424 | </pre> |
424 | </pre> |
| 425 | |
425 | |
| 426 | <pre caption="Portage warning about blocked packages (without --pretend)"> |
426 | <pre caption="Portage warning about blocked packages (without --pretend)"> |
| 427 | !!! Error: the gnome-base/bonobo-activation package conflicts with another package. |
427 | !!! Error: the mail-mta/postfix package conflicts with another package. |
| 428 | !!! both can't be installed on the same system together. |
428 | !!! both can't be installed on the same system together. |
| 429 | !!! Please use 'emerge --pretend' to determine blockers. |
429 | !!! Please use 'emerge --pretend' to determine blockers. |
| 430 | </pre> |
430 | </pre> |
| 431 | |
431 | |
| 432 | <p> |
432 | <p> |
| … | |
… | |
| 438 | </p> |
438 | </p> |
| 439 | |
439 | |
| 440 | <p> |
440 | <p> |
| 441 | To fix a blockage, you can choose to not install the package or unmerge the |
441 | To fix a blockage, you can choose to not install the package or unmerge the |
| 442 | conflicting package first. In the given example, you can opt not to install |
442 | conflicting package first. In the given example, you can opt not to install |
| 443 | <c>libbonobo</c> or to remove <c>bonobo-activation</c> first. |
443 | <c>postfix</c> or to remove <c>ssmtp</c> first. |
|
|
444 | </p> |
|
|
445 | |
|
|
446 | <p> |
|
|
447 | It is also possible that two packages that are yet to be installed are blocking |
|
|
448 | each other. In this rare case, you should find out why you need to install both. |
|
|
449 | In most cases you can do with one of the packages alone. If not, please file a |
|
|
450 | bug on <uri link="http://bugs.gentoo.org">Gentoo's bugtracking system</uri>. |
| 444 | </p> |
451 | </p> |
| 445 | |
452 | |
| 446 | </body> |
453 | </body> |
| 447 | </subsection> |
454 | </subsection> |
| 448 | <subsection id="masked"> |
455 | <subsection id="masked"> |