Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25115 - Missing docs how to retrieve package dependencies
Summary: Missing docs how to retrieve package dependencies
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Documentation (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-23 05:11 UTC by Martin Mokrejš
Modified: 2011-10-30 22:32 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 Martin Mokrejš 2003-07-23 05:11:31 UTC
Hi,
  I cannot find in the manpage several answers:

How can I list which packages are required for example by package biopython. I
think it is masked on my machine because of dependencies. I looked at emerge(1)
manpage.

Second, how can I save space on my computer. The source directories where
packages have been compiled are not cleaned. Is "rm -rf /var/tmp/portage" as
described in ebuild(1) typical way to cleanup? That directory consumes almost no
space. So where are the tar.gz source files fetched from network? They seem to
remain on the computer, right?
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2003-07-23 18:56:47 UTC
emerge --pretend
or
emerge search

will help you.

/usr/portage/distfiles
Comment 2 Martin Mokrejš 2003-07-24 05:08:40 UTC
Sorry, I don't see what has been fixed. ;)

The manpage emerge(1) doesn't meantion /usr/portage/distfiles at all. Please expalin in mapage what consequences happen when user deletes recursively /usr/portage/distfiles.

Regarding the first question in original report and your answer:

vrapenec root # emerge --pretend biopython

These are the packages that I would merge, in order:

Calculating dependencies   
!!! all ebuilds that could satisfy "biopython" have been masked.

!!! Error calculating dependencies. Please correct.
vrapenec root # 

What am I supposed to learn from that? So why is biopython masked? What are thos edependencies?