Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24232 - portage should check the number of file it is supposed to install
Summary: portage should check the number of file it is supposed to install
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-10 08:10 UTC by Philippe Fremy
Modified: 2011-10-30 22:18 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 Philippe Fremy 2003-07-10 08:10:40 UTC
I currentely have a problem on my system where X and some related applications 
do not build. The problem is that portage has not detected that something wrong 
was going on. 
 
For example, when I build tightvnc, portage installs the perl scripts vncserver, 
vncviewer, vncpasswd and vncconnect but not the Xvnc file, because for some 
reasons, it could not build it. 
 
It installed all this without noticing that some file were missing from the 
installation. 
 
What I suggest is to provide in the ebuild a file list of the files that are expected 
to be install. This could be a detailed list of all files, a list of some important files 
or just the number of files to be installed. 
 
At least it would track my problem sooner. It is very important to provide some 
security checks at every step of using portage. 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Derk-Jan Hartman 2003-07-10 09:30:43 UTC
Wouldn't that be huge to maintain?
Furthermore, USE settings might influance the number of files installed.
I really think it's almost impossible. we would get rpm like stuff and that's the reasing i'm 
using Gentoo, to not deal with that.

However if you ask me the correct behaviour should be that if part of this package's make 
process fails, the emerging should fail. That is probably a problem with tightvnc.
Comment 2 SpanKY gentoo-dev 2003-07-10 20:59:21 UTC
yes, that would be too much of a load to maintain 
 
if tightvnc failed please make a bug about such a problem