FS#10499 - 2008.04-RC iso doesnt install binutils
Attached to Project:
Arch Linux
Opened by Greg (dolby) - Sunday, 25 May 2008, 22:05 GMT
Last edited by Simo Leone (neotuli) - Friday, 20 June 2008, 06:46 GMT
Opened by Greg (dolby) - Sunday, 25 May 2008, 22:05 GMT
Last edited by Simo Leone (neotuli) - Friday, 20 June 2008, 06:46 GMT
|
Details
Description: 2008.04-RC iso doesnt install binutils
Additional info: http://bbs.archlinux.org/viewtopic.php?id=49156 Steps to reproduce: Perform an Archlinux installation using the 2008.04-RC iso |
This task depends upon
Closed by Simo Leone (neotuli)
Friday, 20 June 2008, 06:46 GMT
Reason for closing: Fixed
Additional comments about closing: See linked ppp bug.
Friday, 20 June 2008, 06:46 GMT
Reason for closing: Fixed
Additional comments about closing: See linked ppp bug.
--------------------
[pelle@nemo ~]$ for package in $(pacman -Qg base | cut -d" " -f2); do pacman -Qi $package | grep -o "Installed as a dependency for another package" && echo $package; done
Installed as a dependency for another package
binutils
Installed as a dependency for another package
wpa_supplicant
--------------------
So it's binutils and wpa_supplicant that are the "oddballs".
Personally, I think the installer SHOULD -S base, and then let people select other packages in addition to that
FS#10441