Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22790 - I would like to get information, which ebuilds fixpackages is moving.
Summary: I would like to get information, which ebuilds fixpackages is moving.
Status: RESOLVED WORKSFORME
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-13 16:31 UTC by Carsten Lohrke (RETIRED)
Modified: 2011-10-30 22:35 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 Carsten Lohrke (RETIRED) gentoo-dev 2003-06-13 16:31:00 UTC
See summary. Also I miss information about some of the executables of portage;
The output "xpak: expecting three arguments." doesn't help really. Another
example is "tbz2tool: four arguments expected".. (?)

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2003-06-29 19:41:39 UTC
Using the xpak module for python is easier to figure out.
$ python
> import xpak
> xpak.decompose(...)

The source is in /usr/lib/python2.2/site-packages/xpak.py


The other tools are a little confusing. See their use in ebuild.sh
and portage.py
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2003-06-29 23:50:42 UTC
Thanks for this informmation. I'll have a look.