FS#2881 - pacman & pathological
|
Details
I installed "pathological" that requires pygame providev by
python-pygame
[root@p4m firetux]# pacman -S pathological Targets: python-numeric-23.6-1 python-pygame-1.6-3 pathological-1.1.3-2 Total Package Size: 7.1 MB Proceed with upgrade? [Y/n] :: Retrieving packages from extra... python-numeric-23.6-1 [################] 100% 549K 105.8K/s 00:00:05 python-pygame-1.6-3 [################] 100% 337K 87.0K/s 00:00:03 pathological-1.1.3-2 [################] 100% 6393K 144.2K/s 00:00:44 checking package integrity... done. loading package data... done. checking for file conflicts... done. installing python-numeric... done. installing python-pygame... done. installing pathological... done. After I played with this game I decided to remove it and all it dependences with the command: pacman -Rs pathological but pacman goes in loop and you have to teminate it with CTRL+C I think that the problem is that pygame is not a pkg but it is a "pkg" provide by another pkg (python-pygame) If I try to remove the pkgs one at time: pacman -R pathological pacman -R python-pygame pacman -R python-numeric all works well ...why? |
This task depends upon
Closed by Judd Vinet (judd)
Sunday, 03 July 2005, 22:27 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in CVS. Thanks.
Sunday, 03 July 2005, 22:27 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in CVS. Thanks.
pacman -R pathological
pacman -Rs python-pygame
The problem is that pacman should do it!