FS#2982 - makepkg & recursive depends (or makedepends)

Attached to Project: Pacman
Opened by Claudio Riva (Firetux) - Thursday, 21 July 2005, 08:54 GMT
Last edited by Aaron Griffin (phrakture) - Friday, 09 February 2007, 19:16 GMT
Task Type Bug Report
Category
Status Closed
Assigned To Aaron Griffin (phrakture)
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Hello, I compile a pkg that have this line in PKGBUILD:
makedepends=('intltool')
I compile the pkg with the command: makepkg -fcsr
Makepkg install 'intltool' and 'perlxml' (that is a depend of intltool) because it require these pkgs, it compile the program, and after it remove only 'intltool'.
The problem is that makepkg doesn't remove also 'perlxml' and I have to remove it manually. :'(
This task depends upon

This task blocks these from closing
 FS#6316 - Pacman 3 release bugcatcher 
Closed by  Aaron Griffin (phrakture)
Monday, 12 February 2007, 00:17 GMT
Reason for closing:  Implemented
Additional comments about closing:  In CVS
Comment by Aaron Griffin (phrakture) - Friday, 09 February 2007, 19:16 GMT
CVS now uses -Rs to remove installed deps. This should handle recursive removal of installed deps.

Loading...