FS#4837 - 'pacman -Rscn alsa-oss' -> remove glibc, alsa-lib, alsa-oss
Attached to Project:
Arch Linux
Opened by name withheld (Gullible Jones) - Friday, 16 June 2006, 19:50 GMT
Last edited by Tobias Powalowski (tpowa) - Saturday, 17 June 2006, 11:18 GMT
Opened by name withheld (Gullible Jones) - Friday, 16 June 2006, 19:50 GMT
Last edited by Tobias Powalowski (tpowa) - Saturday, 17 June 2006, 11:18 GMT
|
Details
If you install alsa-oss and then try to remove it with
-Rscn, pacman will ask to uninstall glibc, alsa-lib, and
alsa-oss, and no other packages, <i>even if there are
other packages installed that depend on glibc and
alsa-lib.<i> The fatal removal of glibc can of course
be avoided easily enough, but this really shouldn't happen,
since -Rscn should remove reverse-dependencies of
dependencies (a very very very long list for glibc), and
also because -s isn't supposed to remove explicitly
installed packages like glibc.
|
This task depends upon
Closed by Aaron Griffin (phrakture)
Friday, 08 December 2006, 23:08 GMT
Reason for closing: Fixed
Additional comments about closing: Seems to have fixed itself. Problem is also not present in pacman3.
Friday, 08 December 2006, 23:08 GMT
Reason for closing: Fixed
Additional comments about closing: Seems to have fixed itself. Problem is also not present in pacman3.
[vegai@kontu ~]$ sudo pacman -Rscn alsa-oss
Targets: alsa-oss
Do you want to remove these packages? [Y/n]
removing alsa-oss... done.
[vegai@kontu ~]$