When emerging a package, portage reports: >>> Unpacking source... >>> Unpacking [...] to [...] >>> Source unpacked. But this is not realy clean when emerging binary packages which will not be compiled, so do not include sources. Maybe this can be changed to a more general phrase like "Extracting packages" or "Preparing files". I know it's just a detail, but since binary packages are also getting popular for gentoo, this should be adapted. Reproducible: Always Steps to Reproduce: 1. emerge mozilla-bin 2. see output Actual Results: [...] >>> Unpacking source... >>> Unpacking mozilla-i686-pc-linux-gnu-1.7.12.tar.gz to /var/tmp/portage/mozilla-bin-1.7.12/work >>> Source unpacked. [...] Expected Results: [...] >>> Extracting packages... >>> Unpacking mozilla-i686-pc-linux-gnu-1.7.12.tar.gz to /var/tmp/portage/mozilla-bin-1.7.12/work >>> Files extracted [...]
Um, source != source code, but well...
(In reply to comment #1) > Um, source != source code, but well... Ok, your right. When I first read it, I didn't know about binary packages so I allways had source=source code in mind. So this becomes a very fussy discussion ;)
As Carsten said.