portage.git
16 years agoMake favorites handling in depgraph.select_files() consistent with
Zac Medico [Sun, 4 May 2008 04:09:49 +0000 (04:09 -0000)]
Make favorites handling in depgraph.select_files() consistent with
SetArg handling when the "system" set is added along with "world".

svn path=/main/branches/2.1.2/; revision=10159

16 years agoFix package counters in depgraph.display() so they're only incremented
Zac Medico [Sun, 4 May 2008 03:46:52 +0000 (03:46 -0000)]
Fix package counters in depgraph.display() so they're only incremented
for "ordered" display nodes. (trunk r10157)

svn path=/main/branches/2.1.2/; revision=10158

16 years agoFix some unwanted interaction between --tree display and unsatisfied
Zac Medico [Sun, 4 May 2008 03:27:10 +0000 (03:27 -0000)]
Fix some unwanted interaction between --tree display and unsatisfied
blockers in depgraph.display(). (trunk r10155)

svn path=/main/branches/2.1.2/; revision=10156

16 years agoRemove obsolete tuple() usage inside depgraph.display(). (trunk r10153)
Zac Medico [Sun, 4 May 2008 02:10:55 +0000 (02:10 -0000)]
Remove obsolete tuple() usage inside depgraph.display(). (trunk r10153)

svn path=/main/branches/2.1.2/; revision=10154

16 years agoFix spelling of _show_unsatisfied_blockers(). (trunk r10151)
Zac Medico [Sun, 4 May 2008 01:48:25 +0000 (01:48 -0000)]
Fix spelling of _show_unsatisfied_blockers(). (trunk r10151)

svn path=/main/branches/2.1.2/; revision=10152

16 years agoIn BlockerData._load(), salvage as much cache as possible when some
Zac Medico [Sun, 4 May 2008 01:05:06 +0000 (01:05 -0000)]
In BlockerData._load(), salvage as much cache as possible when some
seems to be corrupt. (trunk r10149)

svn path=/main/branches/2.1.2/; revision=10150

16 years agoValidate all the data types inside BlockerCache._load() so that
Zac Medico [Sun, 4 May 2008 00:51:29 +0000 (00:51 -0000)]
Validate all the data types inside BlockerCache._load() so that
any corruption is detected as soon as possible. (trunk r10147)

svn path=/main/branches/2.1.2/; revision=10148

16 years agoWhen a resume list is rejected, display the invalid resume list data
Zac Medico [Sat, 3 May 2008 23:11:54 +0000 (23:11 -0000)]
When a resume list is rejected, display the invalid resume list data
in case the user is interested. This is enabled with --verbose or
--debug. (trunk r10145)

svn path=/main/branches/2.1.2/; revision=10146

16 years agoReturn early from create_world_atom() if an atom matching the package
Zac Medico [Sat, 3 May 2008 22:42:24 +0000 (22:42 -0000)]
Return early from create_world_atom() if an atom matching the package
can't be found for some reason.

svn path=/main/branches/2.1.2/; revision=10144

16 years agoDon't clean out old resume lists when in --ask or --pretend mode.
Zac Medico [Sat, 3 May 2008 21:23:40 +0000 (21:23 -0000)]
Don't clean out old resume lists when in --ask or --pretend mode.
(trunk r10141)

svn path=/main/branches/2.1.2/; revision=10142

16 years agoWhen loadResumeCommand() rejects a resume list, give a more informative
Zac Medico [Sat, 3 May 2008 21:17:05 +0000 (21:17 -0000)]
When loadResumeCommand() rejects a resume list, give a more informative
explanation. (trunk r10139)

svn path=/main/branches/2.1.2/; revision=10140

16 years agoFix display_problems() logic some more. (trunk r10135:10137)
Zac Medico [Sat, 3 May 2008 19:52:39 +0000 (19:52 -0000)]
Fix display_problems() logic some more. (trunk r10135:10137)

svn path=/main/branches/2.1.2/; revision=10138

16 years agoImprove --resume handling of saved "favorites" argument atoms:
Zac Medico [Sat, 3 May 2008 19:25:07 +0000 (19:25 -0000)]
Improve --resume handling of saved "favorites" argument atoms:

* Save the favorites in oneshot mode too since they're still useful for
  restoring state upon --resume.

* Add a depgraph._load_favorites() method to resume state from a previous
  select_files() call. This allows Package instances to be matched with
  DependencyArg instances during graph creation.
(trunk r10134)

svn path=/main/branches/2.1.2/; revision=10135

16 years ago* Move circular deps and blocker displays to depgraph.display_problems().
Zac Medico [Sat, 3 May 2008 08:25:40 +0000 (08:25 -0000)]
* Move circular deps and blocker displays to depgraph.display_problems().
* Always call display_problems() since calling it from inside display()
  can lead to unwanted recursion.
(trunk r10132)

svn path=/main/branches/2.1.2/; revision=10133

16 years agoSimilar to the circular dependency display, handle the unsatisfied blocker
Zac Medico [Sat, 3 May 2008 06:00:02 +0000 (06:00 -0000)]
Similar to the circular dependency display, handle the unsatisfied blocker
display inside _serialize_tasks() since that's a convenient place to bail
out. (trunk r10130)

svn path=/main/branches/2.1.2/; revision=10131

16 years agoUse absolute paths for files in ${DISTDIR}. Thanks to RB <aoz.syn@gmail.com>
Zac Medico [Sat, 3 May 2008 04:19:04 +0000 (04:19 -0000)]
Use absolute paths for files in ${DISTDIR}. Thanks to RB <aoz.syn@gmail.com>
for this patch. (trunk r10127)

svn path=/main/branches/2.1.2/; revision=10129

16 years agoBug #219294 - Fix 'date' and 'cut' arguments for BSD userland. Thanks to
Zac Medico [Sat, 3 May 2008 04:17:57 +0000 (04:17 -0000)]
Bug #219294 - Fix 'date' and 'cut' arguments for BSD userland. Thanks to
RB <aoz.syn@gmail.com> for this patch. (trunk r10126)

svn path=/main/branches/2.1.2/; revision=10128

16 years agoMove --resume options handling to the beginning of action_build() so
Zac Medico [Sat, 3 May 2008 03:49:45 +0000 (03:49 -0000)]
Move --resume options handling to the beginning of action_build() so
that the current options are updated with the saved options as soon
as possible. (trunk r10122:10124)

svn path=/main/branches/2.1.2/; revision=10125

16 years agoMake --nodeps automatically disable --tree. (trunk r10121)
Zac Medico [Sat, 3 May 2008 03:28:06 +0000 (03:28 -0000)]
Make --nodeps automatically disable --tree. (trunk r10121)

svn path=/main/branches/2.1.2/; revision=10122

16 years agoFix depgraph.loadResumeCommand() to identify an unsatisfied dependency
Zac Medico [Sat, 3 May 2008 02:57:06 +0000 (02:57 -0000)]
Fix depgraph.loadResumeCommand() to identify an unsatisfied dependency
and invalidate the resume list in that case. (trunk r10119)

svn path=/main/branches/2.1.2/; revision=10120

16 years ago* Check for masked packages in the --resume merge list and bail
Zac Medico [Sat, 3 May 2008 02:31:39 +0000 (02:31 -0000)]
* Check for masked packages in the --resume merge list and bail
  out in that case (bug #199408).

* In depgraph.loadResumeCommand(), create a dependency graph from
  the resume list. This ensures that the merge list has it's
  dependencies satisfied. It also enables --tree display together
  with --resume.

* Fix --resume mode to check for unsatisfied blockers and bail out when
  necessary.

* Add --nodeps to the parallel-fetch --resume options since recalculation of
  deps is a a waste here.

* Delete the resume list(s) if there is an unsatisfied block.

(trunk r10113:10117)

svn path=/main/branches/2.1.2/; revision=10118

16 years agoAdd a PackageVirtualDbapi.__iter__() method and use it to iterate over
Zac Medico [Fri, 2 May 2008 22:33:31 +0000 (22:33 -0000)]
Add a PackageVirtualDbapi.__iter__() method and use it to iterate over
all installed packages in depgraph.validate_blockers(). (trunk r10112)

svn path=/main/branches/2.1.2/; revision=10113

16 years agoUse match_pkgs() to simplify package comparison. (trunk r10110)
Zac Medico [Fri, 2 May 2008 22:13:02 +0000 (22:13 -0000)]
Use match_pkgs() to simplify package comparison. (trunk r10110)

svn path=/main/branches/2.1.2/; revision=10111

16 years agoMove the blocker cache validation into depgraph.validate_blockers().
Zac Medico [Fri, 2 May 2008 21:49:26 +0000 (21:49 -0000)]
Move the blocker cache validation into depgraph.validate_blockers().
(trunk r10108)

svn path=/main/branches/2.1.2/; revision=10109

16 years agoIn depgraph.validate_blockers(), discard any "uninstall" tasks scheduled
Zac Medico [Fri, 2 May 2008 21:10:37 +0000 (21:10 -0000)]
In depgraph.validate_blockers(), discard any "uninstall" tasks scheduled
by previous calls, since those tasks may not make sense given the current
graph state. (trunk r10106)

svn path=/main/branches/2.1.2/; revision=10107

16 years agoWhen searching for a "sys-apps/portage" installation task, use match_pkgs()
Zac Medico [Fri, 2 May 2008 20:31:33 +0000 (20:31 -0000)]
When searching for a "sys-apps/portage" installation task, use match_pkgs()
instead of sequential search. (trunk r10104)

svn path=/main/branches/2.1.2/; revision=10105

16 years agoUse Package.cp attribute instead of calling cpv_getkey(). (trunk r10102)
Zac Medico [Fri, 2 May 2008 20:17:04 +0000 (20:17 -0000)]
Use Package.cp attribute instead of calling cpv_getkey(). (trunk r10102)

svn path=/main/branches/2.1.2/; revision=10103

16 years agoUse Package instance attributes to clean up and simplify
Zac Medico [Fri, 2 May 2008 20:02:45 +0000 (20:02 -0000)]
Use Package instance attributes to clean up and simplify
depgraph.validate_blockers(). (trunk r10100)

svn path=/main/branches/2.1.2/; revision=10101

16 years agoIn depgraph._serialize_tasks(), filter "nomerge" nodes at a more appropriate
Zac Medico [Fri, 2 May 2008 19:22:09 +0000 (19:22 -0000)]
In depgraph._serialize_tasks(), filter "nomerge" nodes at a more appropriate
place. (trunk r10098)

svn path=/main/branches/2.1.2/; revision=10099

16 years agoIn depgraph._complete_graph(), use cached Package instances instead
Zac Medico [Fri, 2 May 2008 19:03:28 +0000 (19:03 -0000)]
In depgraph._complete_graph(), use cached Package instances instead
of constructing new ones. (trunk r10096)

svn path=/main/branches/2.1.2/; revision=10097

16 years agoValidate resume list data some more. (trunk r10094)
Zac Medico [Fri, 2 May 2008 18:28:56 +0000 (18:28 -0000)]
Validate resume list data some more. (trunk r10094)

svn path=/main/branches/2.1.2/; revision=10095

16 years agoClean up merge list handling:
Zac Medico [Fri, 2 May 2008 17:56:21 +0000 (17:56 -0000)]
Clean up merge list handling:
* In depgraph.loadResumeCommand(), populate _serialized_tasks_cache so that
  it can be returned from depgraph.altlist().
* Handle --skipfirst instide depgraph.loadResumeCommand(), and fix it to skip
  the first "merge" task and never skip "uninstall" tasks.
* Always get the merge list from depgraph.altlist() instead of using
  the mtimedb directly. The list returned from depgraph.altlist()
  contains Package instances with cached metadata.
* Remove obsolete code from depgraph.display() and MergeTask.merge() since
  the merge list always comes from depgraph.altlist() now, and never directly
  from the mtimedb.
(trunk r10092)

svn path=/main/branches/2.1.2/; revision=10093

16 years agocheck if PORTAGE_TMPDIR is mounted readonly/noexec (bug #219957)
Zac Medico [Fri, 2 May 2008 03:33:09 +0000 (03:33 -0000)]
check if PORTAGE_TMPDIR is mounted readonly/noexec (bug #219957)
(trunk r10069)

svn path=/main/branches/2.1.2/; revision=10076

16 years agoFix broken variable references found by pyflakes. (trunk r10072)
Zac Medico [Fri, 2 May 2008 03:24:05 +0000 (03:24 -0000)]
Fix broken variable references found by pyflakes. (trunk r10072)

svn path=/main/branches/2.1.2/; revision=10074

16 years agoSkip group/owner tarsync options for tarsync if chown on /usr/portage
Zac Medico [Fri, 2 May 2008 02:57:45 +0000 (02:57 -0000)]
Skip group/owner tarsync options for tarsync if chown on /usr/portage
fails, since the user might still be able to sync even though the
chown call is not permitted. (trunk r10070)

svn path=/main/branches/2.1.2/; revision=10071

16 years agoBug #219837 - Adjust date calculations some more and show an
Zac Medico [Fri, 2 May 2008 02:28:20 +0000 (02:28 -0000)]
Bug #219837 - Adjust date calculations some more and show an
informative ewarn message when bailing out due to a newer
snapshot being unavailable. (trunk r10067)

svn path=/main/branches/2.1.2/; revision=10068

16 years agoFix variable rename breakage: pkg -> pkg.cpv (trunk r10065)
Zac Medico [Thu, 1 May 2008 20:34:51 +0000 (20:34 -0000)]
Fix variable rename breakage: pkg -> pkg.cpv (trunk r10065)

svn path=/main/branches/2.1.2/; revision=10066

16 years agoWhen adding blockers for installed packages to the graph, use cached
Zac Medico [Thu, 1 May 2008 19:20:44 +0000 (19:20 -0000)]
When adding blockers for installed packages to the graph, use cached
Package instances instead of constructing new ones. (trunk r10062)

svn path=/main/branches/2.1.2/; revision=10063

16 years agoBug #219918 - Remove the last traces of PORTAGE_TMPFS.
Zac Medico [Thu, 1 May 2008 18:11:22 +0000 (18:11 -0000)]
Bug #219918 - Remove the last traces of PORTAGE_TMPFS.

svn path=/main/branches/2.1.2/; revision=10061

16 years agoremove PORTAGE_TMPFS comment
Marius Mauch [Thu, 1 May 2008 11:55:00 +0000 (11:55 -0000)]
remove PORTAGE_TMPFS comment

svn path=/main/branches/2.1.2/; revision=10058

16 years agoDetect an old version of tarsync and use bzip2 compression in that case.
Zac Medico [Thu, 1 May 2008 07:27:31 +0000 (07:27 -0000)]
Detect an old version of tarsync and use bzip2 compression in that case.
(trunk r10056)

svn path=/main/branches/2.1.2/; revision=10057

16 years agoSort blockers when caching them. (trunk r10054)
Zac Medico [Thu, 1 May 2008 05:43:32 +0000 (05:43 -0000)]
Sort blockers when caching them. (trunk r10054)

svn path=/main/branches/2.1.2/; revision=10055

16 years agoDon't add blockers to the graph more times than necessary. (trunk r10052)
Zac Medico [Thu, 1 May 2008 05:31:45 +0000 (05:31 -0000)]
Don't add blockers to the graph more times than necessary. (trunk r10052)

svn path=/main/branches/2.1.2/; revision=10053

16 years ago* Add a Package.operation attribute and use it to distinguish "uninstall"
Zac Medico [Thu, 1 May 2008 04:20:51 +0000 (04:20 -0000)]
* Add a Package.operation attribute and use it to distinguish "uninstall"
  operations. (trunk r10050)

svn path=/main/branches/2.1.2/; revision=10051

16 years agoFix 2 more types.InstanceType comparisons that are broken by
Zac Medico [Wed, 30 Apr 2008 19:45:54 +0000 (19:45 -0000)]
Fix 2 more types.InstanceType comparisons that are broken by
the transition of dbapi to new-style classes. (trunk r6188)

svn path=/main/branches/2.1.2/; revision=10049

16 years agoBug #219837 - Adjust date calculations to improve accuracy. (trunk r10047)
Zac Medico [Wed, 30 Apr 2008 18:28:16 +0000 (18:28 -0000)]
Bug #219837 - Adjust date calculations to improve accuracy. (trunk r10047)

svn path=/main/branches/2.1.2/; revision=10048

16 years agoHandle a KeyError when validating the blocker cache. (trunk r10045)
Zac Medico [Wed, 30 Apr 2008 09:00:46 +0000 (09:00 -0000)]
Handle a KeyError when validating the blocker cache. (trunk r10045)

svn path=/main/branches/2.1.2/; revision=10046

16 years ago* Fix dep_check() so that it doesn't expand virtual blockers since the
Zac Medico [Wed, 30 Apr 2008 08:50:44 +0000 (08:50 -0000)]
* Fix dep_check() so that it doesn't expand virtual blockers since the
  un-expanded virtual atom is more useful for maintaining a cache of
  blocker atoms.

* Expand virtual blockers in depgraph.validate_blockers(), since it's
  not done by dep_check() anymore.

* If blocker data from the graph is available, use it to validate the
  blocker cache and update the cache if it seems invalid.

* Make BlockerCache._load() more tolerant to installs/uninstalls so
  so that cache isn't rebuilt so often.
(trunk r10040:10043)

svn path=/main/branches/2.1.2/; revision=10044

16 years agoFix "deep" logic in depgraph._complete_graph() so that it always
Zac Medico [Wed, 30 Apr 2008 00:11:58 +0000 (00:11 -0000)]
Fix "deep" logic in depgraph._complete_graph() so that it always
properly recognizes whether or not "deep" was previously enabled.
(trunk r10039)

svn path=/main/branches/2.1.2/; revision=10040

16 years agoMake unmerge() group packages by cat/pn when the order doesn't matter, so
Zac Medico [Tue, 29 Apr 2008 18:33:35 +0000 (18:33 -0000)]
Make unmerge() group packages by cat/pn when the order doesn't matter, so
the display appears like earlier versions of portage. (trunk r10037)

svn path=/main/branches/2.1.2/; revision=10038

16 years agoPrevent some more visible downgrades from possibly being missed (bug #219369).
Zac Medico [Tue, 29 Apr 2008 03:33:29 +0000 (03:33 -0000)]
Prevent some more visible downgrades from possibly being missed (bug #219369).
(trunk r10033:10035)

svn path=/main/branches/2.1.2/; revision=10036

16 years agoHandle a potential KeyError in depgraph.display() when in --resume mode
Zac Medico [Mon, 28 Apr 2008 22:23:32 +0000 (22:23 -0000)]
Handle a potential KeyError in depgraph.display() when in --resume mode
and a package scheduled for uninstall is no longer installed. (trunk r10032)

svn path=/main/branches/2.1.2/; revision=10033

16 years agoWhen a package scheduled for uninstall isn't installed anymore, move
Zac Medico [Mon, 28 Apr 2008 21:16:37 +0000 (21:16 -0000)]
When a package scheduled for uninstall isn't installed anymore, move
on to the next task. (trunk r10030)

svn path=/main/branches/2.1.2/; revision=10031

16 years agoFix spelling. (trunk r10028)
Zac Medico [Mon, 28 Apr 2008 20:44:56 +0000 (20:44 -0000)]
Fix spelling. (trunk r10028)

svn path=/main/branches/2.1.2/; revision=10029

16 years agoAdd a Package.pv_split attibute to optimize version comparison
Zac Medico [Mon, 28 Apr 2008 20:31:12 +0000 (20:31 -0000)]
Add a Package.pv_split attibute to optimize version comparison
operators. (trunk r10026)

svn path=/main/branches/2.1.2/; revision=10027

16 years agoFor bug #211833, be explicit that the pkg_prerm() and pkg_postrm() removal
Zac Medico [Mon, 28 Apr 2008 17:35:13 +0000 (17:35 -0000)]
For bug #211833, be explicit that the pkg_prerm() and pkg_postrm() removal
phases are the ones that are skipped. (trunk r10024)

svn path=/main/branches/2.1.2/; revision=10025

16 years agoAs suggested by Chr. Schaefer in bug #211833, comment #15, note that
Zac Medico [Mon, 28 Apr 2008 17:25:48 +0000 (17:25 -0000)]
As suggested by  Chr. Schaefer in bug #211833, comment  #15, note that
removal of the environment.bz2 file is preferred since it may allow the
removal phases to execute successfully. (trunk r10022)

svn path=/main/branches/2.1.2/; revision=10023

16 years agoAdd comma to ("__weakref__",) so that it's a tuple instead of a string.
Zac Medico [Mon, 28 Apr 2008 06:00:59 +0000 (06:00 -0000)]
Add comma to ("__weakref__",) so that it's a tuple instead of a string.
Thanks to ferringb. (trunk r10020)

svn path=/main/branches/2.1.2/; revision=10021

16 years agoTry to format the elog message better for bug #211833, separating
Zac Medico [Mon, 28 Apr 2008 03:41:31 +0000 (03:41 -0000)]
Try to format the elog message better for bug #211833, separating
paragraphs for easier reading. (trunk r10018)

svn path=/main/branches/2.1.2/; revision=10019

16 years agoUse write_atomic() for manifest updates. (trunk r10016)
Zac Medico [Mon, 28 Apr 2008 02:34:44 +0000 (02:34 -0000)]
Use write_atomic() for manifest updates. (trunk r10016)

svn path=/main/branches/2.1.2/; revision=10017

16 years agoFix PackageVirtualDbapi.cpv_inject() to make sure packages with duplicate
Zac Medico [Mon, 28 Apr 2008 02:03:48 +0000 (02:03 -0000)]
Fix PackageVirtualDbapi.cpv_inject() to make sure packages with duplicate
cpv or slot are handled correctly. (trunk r10014)

svn path=/main/branches/2.1.2/; revision=10015

16 years agoBug #211833 - When an ebuild removal phase fails, notify the user that
Zac Medico [Mon, 28 Apr 2008 01:46:58 +0000 (01:46 -0000)]
Bug #211833 - When an ebuild removal phase fails, notify the user that
removal of environment.bz2 file will cause the ebuild to be sourced and
eclasses from the current portage tree will be used when necessary.
(trunk r10009)

svn path=/main/branches/2.1.2/; revision=10013

16 years agoBug #218854 - Fix depgraph._iter_atoms_for_pkg() so that argument atoms
Zac Medico [Mon, 28 Apr 2008 01:41:15 +0000 (01:41 -0000)]
Bug #218854 - Fix depgraph._iter_atoms_for_pkg() so that argument atoms
only match the highest visible slot. (trunk r10006:10008)

svn path=/main/branches/2.1.2/; revision=10012

16 years agoFix the EbuildQuote check to ignore "echo" and the elog functions since
Zac Medico [Mon, 28 Apr 2008 01:30:49 +0000 (01:30 -0000)]
Fix the EbuildQuote check to ignore "echo" and the elog functions since
people might not want quotes in those cases. (trunk r10006)

svn path=/main/branches/2.1.2/; revision=10011

16 years ago* Remove the only remaining sys.exit() calls inside the depgraph class.
Zac Medico [Mon, 28 Apr 2008 01:29:34 +0000 (01:29 -0000)]
* Remove the only remaining sys.exit() calls inside the depgraph class.
* Fix _unknown_internal_error() to work with zero arguments.
(trunk r10005)

svn path=/main/branches/2.1.2/; revision=10010

16 years agoNever uninstall sys-apps/portage except through replacement. (trunk r10003)
Zac Medico [Sun, 27 Apr 2008 20:16:52 +0000 (20:16 -0000)]
Never uninstall sys-apps/portage except through replacement. (trunk r10003)

svn path=/main/branches/2.1.2/; revision=10004

16 years agoBug #219369 - Enable automatic upgrage or downgrade to a version
Zac Medico [Sun, 27 Apr 2008 19:56:50 +0000 (19:56 -0000)]
Bug #219369 - Enable automatic upgrage or downgrade to a version
with visible KEYWORDS when the installed version is masked by
KEYWORDS, but never reinstall the same exact version only due to
a KEYWORDS mask. (trunk r10001)

svn path=/main/branches/2.1.2/; revision=10002

16 years agoTake the classes that initialize variables in __slots__ with keyword
Zac Medico [Sun, 27 Apr 2008 07:26:25 +0000 (07:26 -0000)]
Take the classes that initialize variables in __slots__ with keyword
constructor arguments and make them all derive from a new SlotObject
class. (trunk r9994)

svn path=/main/branches/2.1.2/; revision=9995

16 years agoCreate a digraph.difference_update() method and use it to amortize the
Zac Medico [Sun, 27 Apr 2008 06:38:37 +0000 (06:38 -0000)]
Create a digraph.difference_update() method and use it to amortize the
cost of removing nodes from the digraph.order list. (trunk r9992)

svn path=/main/branches/2.1.2/; revision=9993

16 years agoRemove unnecessary "mydbapi" variable in depgraph.display(). (trunk r9990)
Zac Medico [Sun, 27 Apr 2008 00:44:34 +0000 (00:44 -0000)]
Remove unnecessary "mydbapi" variable in depgraph.display(). (trunk r9990)

svn path=/main/branches/2.1.2/; revision=9991

16 years agoBug #172812 - When a package needs to be uninstalled in advance rather
Zac Medico [Sun, 27 Apr 2008 00:32:06 +0000 (00:32 -0000)]
Bug #172812 - When a package needs to be uninstalled in advance rather
than through replacement, show the corresponding [blocks] entries in the
displayed list. In order to show more structure in the --tree display,
expand Package -> Uninstall edges into Package -> Blocker -> Uninstall
edges. Also, create edges between a package's own blockers and it's
Uninstall task since it's blockers become irrelevant as soon as it's
uninstalled. (trunk r9983)

svn path=/main/branches/2.1.2/; revision=9989

16 years agoAdd a PackageVirtualDbapi.copy() method. (trunk r9982)
Zac Medico [Sun, 27 Apr 2008 00:26:28 +0000 (00:26 -0000)]
Add a PackageVirtualDbapi.copy() method. (trunk r9982)

svn path=/main/branches/2.1.2/; revision=9988

16 years agoUse digraphs to clean up blocker reference counting in the depgraph.
Zac Medico [Sun, 27 Apr 2008 00:25:51 +0000 (00:25 -0000)]
Use digraphs to clean up blocker reference counting in the depgraph.
(trunk r9981)

svn path=/main/branches/2.1.2/; revision=9987

16 years agoDon't assume that altlist() will succeed inside display_problems().
Zac Medico [Sun, 27 Apr 2008 00:23:47 +0000 (00:23 -0000)]
Don't assume that altlist() will succeed inside display_problems().
(trunk r9980)

svn path=/main/branches/2.1.2/; revision=9986

16 years ago* Add a Blocker class to use instead of tuples.
Zac Medico [Sun, 27 Apr 2008 00:23:03 +0000 (00:23 -0000)]
* Add a Blocker class to use instead of tuples.
* Fix the Task constructor to properly traverse __slots__ of all inherited
  classes.
(trunk r9979)

svn path=/main/branches/2.1.2/; revision=9985

16 years agoRefactor the way that depgraph.altlist(), _complete_graph(), and
Zac Medico [Sun, 27 Apr 2008 00:21:24 +0000 (00:21 -0000)]
Refactor the way that depgraph.altlist(), _complete_graph(), and
validate_blockers() interact with eachother. This simplifies things
by eliminating the need for recursive calls to validate_blockers().
(trunk r9977)

svn path=/main/branches/2.1.2/; revision=9984

16 years agoDon't duplicate "system" in xterm titles either.
Zac Medico [Fri, 25 Apr 2008 17:33:28 +0000 (17:33 -0000)]
Don't duplicate "system" in xterm titles either.

svn path=/main/branches/2.1.2/; revision=9975

16 years agoDon't show "world" twice in the xterm titles. Thanks to armin76 for reporting.
Zac Medico [Fri, 25 Apr 2008 17:31:10 +0000 (17:31 -0000)]
Don't show "world" twice in the xterm titles. Thanks to armin76 for reporting.

svn path=/main/branches/2.1.2/; revision=9974

16 years agos/be only/only be/ (trunk r9972)
Zac Medico [Fri, 25 Apr 2008 06:34:17 +0000 (06:34 -0000)]
s/be only/only be/ (trunk r9972)

svn path=/main/branches/2.1.2/; revision=9973

16 years agoAdd some more spinner.update() calls in possibly time consuming loops.
Zac Medico [Fri, 25 Apr 2008 03:18:56 +0000 (03:18 -0000)]
Add some more spinner.update() calls in possibly time consuming loops.
(trunk r9968)

svn path=/main/branches/2.1.2/; revision=9969

16 years agoBug #172812 - If any Uninstall tasks need to be executed in order
Zac Medico [Fri, 25 Apr 2008 02:30:39 +0000 (02:30 -0000)]
Bug #172812 - If any Uninstall tasks need to be executed in order
to avoid a conflict, complete the graph with any dependencies that
may have been initially neglected (to ensure that unsafe Uninstall
tasks are properly identified and blocked from execution).
(trunk r9962:9965)

svn path=/main/branches/2.1.2/; revision=9966

16 years agoAdd a note about automatic uninstallation to solve blockers. (trunk r9959)
Zac Medico [Thu, 24 Apr 2008 03:59:59 +0000 (03:59 -0000)]
Add a note about automatic uninstallation to solve blockers. (trunk r9959)

svn path=/main/branches/2.1.2/; revision=9960

16 years agoCombine --nodeps spinner logic. (trunk r9953)
Zac Medico [Thu, 24 Apr 2008 03:37:44 +0000 (03:37 -0000)]
Combine --nodeps spinner logic. (trunk r9953)

svn path=/main/branches/2.1.2/; revision=9958

16 years agoBug #172812 - Automatically uninstall packages to avoid blocker conflicts.
Zac Medico [Thu, 24 Apr 2008 03:34:07 +0000 (03:34 -0000)]
Bug #172812 - Automatically uninstall packages to avoid blocker conflicts.
(trunk r9944:9956)

svn path=/main/branches/2.1.2/; revision=9957

16 years agoMake dir_get_metadata() retry if a httplib.ResponseNotReady exception
Zac Medico [Tue, 22 Apr 2008 18:30:54 +0000 (18:30 -0000)]
Make dir_get_metadata() retry if a httplib.ResponseNotReady exception
occurs. (trunk r9943)

svn path=/main/branches/2.1.2/; revision=9944

16 years agoBug #218439 - Improve alignment in short emerge --help options output.
Zac Medico [Mon, 21 Apr 2008 19:44:51 +0000 (19:44 -0000)]
Bug #218439 - Improve alignment in short emerge --help options output.
(trunk r9939:9941)

svn path=/main/branches/2.1.2/; revision=9942

16 years agoIn show_slot_collision_notice(), refer to the problem as a "slot conflict"
Zac Medico [Mon, 21 Apr 2008 18:55:14 +0000 (18:55 -0000)]
In show_slot_collision_notice(), refer to the problem as a "slot conflict"
since that's how I'm refering to it in the docs. (trunk r9938)

svn path=/main/branches/2.1.2/; revision=9939

16 years agoIn action_metadata(), properly put the source cache in readonly mode.
Zac Medico [Mon, 21 Apr 2008 16:56:04 +0000 (16:56 -0000)]
In action_metadata(), properly put the source cache in readonly mode.
(trunk r9936)

svn path=/main/branches/2.1.2/; revision=9937

16 years agoDocument FEATURES="metadata-transfer" changes some more. (trunk r9934)
Zac Medico [Mon, 21 Apr 2008 05:16:24 +0000 (05:16 -0000)]
Document FEATURES="metadata-transfer" changes some more. (trunk r9934)

svn path=/main/branches/2.1.2/; revision=9935

16 years agoFix portage version, should be >=2.1.5. (trunk r9932)
Zac Medico [Mon, 21 Apr 2008 04:27:08 +0000 (04:27 -0000)]
Fix portage version, should be >=2.1.5. (trunk r9932)

svn path=/main/branches/2.1.2/; revision=9933

16 years ago* Make portdbapi.aux_get() automatically pull pre-generated metadata
Zac Medico [Mon, 21 Apr 2008 04:18:12 +0000 (04:18 -0000)]
* Make portdbapi.aux_get() automatically pull pre-generated metadata
  directly from the metadata/cache/ directory when metadata-transfer
  is not enabled in FEATURES. This makes all cache modules behave
  similar to existing metadata_overlay module, except when
  FEATURES="metadata-transfer" has been explicitly enabled.

* Remove metadata-transfer from FEATURES in make.globals so that it's
  no longer enabled by default. Users will be happy about this since
  the "Updating Portage cache" part of emerge --sync can be more time
  consuming than the rsync run itself. It's also nicer when when using
  PORTDIR over nfs or bind mounted in a chroot since there's no need
  to run emerge --metadata.

* Update FEATURES="metadata-transfer" docs to warn users of the rsync
  tree to modify eclases in PORTDIR_OVERLAY if necessary instead of
  doing it directly in the rsync tree.

* Relevant updates to /etc/portage/modules docs.

(trunk r9930)

svn path=/main/branches/2.1.2/; revision=9931

16 years agoBug #218559 - Make portdbapi automatically add sandbox write access to
Zac Medico [Sun, 20 Apr 2008 20:53:33 +0000 (20:53 -0000)]
Bug #218559 - Make portdbapi automatically add sandbox write access to
self.depcachedir when appropriate. This makes the portageq blanket sandbox
exemption unnecessary. (trunk r9928)

svn path=/main/branches/2.1.2/; revision=9929

16 years agoAdd a new part for "Dependency Resolution". (trunk r9926)
Zac Medico [Sat, 19 Apr 2008 13:12:11 +0000 (13:12 -0000)]
Add a new part for "Dependency Resolution". (trunk r9926)

svn path=/main/branches/2.1.2/; revision=9927

16 years agoBug #218202 - Make sure the spinner is quiet in --nodep mode. (trunk r9924)
Zac Medico [Fri, 18 Apr 2008 04:15:07 +0000 (04:15 -0000)]
Bug #218202 - Make sure the spinner is quiet in --nodep mode. (trunk r9924)

svn path=/main/branches/2.1.2/; revision=9925

16 years agoMake the ccache userpriv permission check from bug #162542 less sensitive
Zac Medico [Fri, 18 Apr 2008 01:44:15 +0000 (01:44 -0000)]
Make the ccache userpriv permission check from bug #162542 less sensitive
by skipping permission checks on files and just checking the directories.
(trunk r9922)

svn path=/main/branches/2.1.2/; revision=9923

16 years agoRemove redundant version sorting in _expand_new_virtuals() since the
Zac Medico [Wed, 16 Apr 2008 22:31:23 +0000 (22:31 -0000)]
Remove redundant version sorting in _expand_new_virtuals() since the
dbapi match results are already sorted. (trunk r9920)

svn path=/main/branches/2.1.2/; revision=9921

16 years agoFix portdbapi.getfetchlist() so that it doesn't unnecessarily calculate
Zac Medico [Wed, 16 Apr 2008 18:09:27 +0000 (18:09 -0000)]
Fix portdbapi.getfetchlist() so that it doesn't unnecessarily calculate
USE when the "all" parameter is True. (trunk r9918)

svn path=/main/branches/2.1.2/; revision=9919

16 years agoIf the mysettings parameter is not passed in to portdbapi.getfetchlist()
Zac Medico [Wed, 16 Apr 2008 18:02:48 +0000 (18:02 -0000)]
If the mysettings parameter is not passed in to portdbapi.getfetchlist()
then substitue self.doebuild_settings since that one is mutable which
is necessary in case setcpv() needs to be called. (trunk r9916)

svn path=/main/branches/2.1.2/; revision=9917

16 years agoBug #217905 - Fix portdbapi.getfetchlist() to correctly calculate
Zac Medico [Wed, 16 Apr 2008 17:55:24 +0000 (17:55 -0000)]
Bug #217905 - Fix portdbapi.getfetchlist() to correctly calculate
USE when the useflags parameter is not passed in. (trunk r9914)

svn path=/main/branches/2.1.2/; revision=9915

16 years agoHandle potential InvalidDependString exceptions from visible(). (trunk r9912)
Zac Medico [Wed, 16 Apr 2008 00:19:56 +0000 (00:19 -0000)]
Handle potential InvalidDependString exceptions from visible(). (trunk r9912)

svn path=/main/branches/2.1.2/; revision=9913