Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109021 - Portage says "Unpacking source..." also when unpacking binary files like mozilla-bin
Summary: Portage says "Unpacking source..." also when unpacking binary files like mozi...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-12 09:04 UTC by Andreas Diendorfer
Modified: 2005-10-12 22:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Diendorfer 2005-10-12 09:04:27 UTC
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                                             
[...]
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-10-12 10:38:16 UTC
Um, source != source code, but well...
Comment 2 Andreas Diendorfer 2005-10-12 11:26:08 UTC
(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 ;) 
Comment 3 Marius Mauch (RETIRED) gentoo-dev 2005-10-12 22:08:45 UTC
As Carsten said.