portage.git
15 years agoAdd a --changelog-rev option that truncates the ChangeLog at a specific
Zac Medico [Fri, 14 Nov 2008 17:35:06 +0000 (17:35 -0000)]
Add a --changelog-rev option that truncates the ChangeLog at a specific
revision. Also, add -i to the svn2cl options so that the actual svn revision
numbers are included in the log. (trunk r11889)

Use svn2cl --reparagraph option for better ChangeLog formatting. (trunk r11906)

svn path=/main/trunk/; revision=11907

15 years ago* git support for repoman
Zac Medico [Fri, 14 Nov 2008 08:00:42 +0000 (08:00 -0000)]
* git support for repoman

svn path=/main/trunk/; revision=11904

15 years agoUse a table to condense the docs for the default_* phase functions.
Zac Medico [Fri, 14 Nov 2008 07:43:29 +0000 (07:43 -0000)]
Use a table to condense the docs for the default_* phase functions.

svn path=/main/trunk/; revision=11902

15 years agoBug #244485 - Document the !!atom blocker syntax.
Zac Medico [Fri, 14 Nov 2008 07:33:06 +0000 (07:33 -0000)]
Bug #244485 - Document the !!atom blocker syntax.

svn path=/main/trunk/; revision=11901

15 years agoAdd newlines so that first lines of tables display properly with man2html.
Zac Medico [Fri, 14 Nov 2008 07:17:59 +0000 (07:17 -0000)]
Add newlines so that first lines of tables display properly with man2html.

svn path=/main/trunk/; revision=11900

15 years agoNote that USE dependencies appear on the right hand side of SLOT dependencies.
Zac Medico [Fri, 14 Nov 2008 07:00:49 +0000 (07:00 -0000)]
Note that USE dependencies appear on the right hand side of SLOT dependencies.

svn path=/main/trunk/; revision=11899

15 years agoBug #244485 - Document USE dependencies.
Zac Medico [Fri, 14 Nov 2008 06:56:04 +0000 (06:56 -0000)]
Bug #244485 - Document USE dependencies.

svn path=/main/trunk/; revision=11898

15 years agoHaving a leading ./ prefix on file paths can trigger a bug in
Zac Medico [Fri, 14 Nov 2008 06:12:54 +0000 (06:12 -0000)]
Having a leading ./ prefix on file paths can trigger a bug in
the cvs server when committing files to multiple directories,
so strip the prefix. Thanks to Robin H. Johnson <robbat2@g.o>
for reporting.

svn path=/main/trunk/; revision=11896

15 years agoBug #244485 - Document SRC_URI arrows for output file customization.
Zac Medico [Thu, 13 Nov 2008 23:23:16 +0000 (23:23 -0000)]
Bug #244485 - Document SRC_URI arrows for output file customization.

svn path=/main/trunk/; revision=11894

15 years agoRename the "FUNCTIONS" section to "PHASE FUNCTIONS".
Zac Medico [Thu, 13 Nov 2008 22:22:29 +0000 (22:22 -0000)]
Rename the "FUNCTIONS" section to "PHASE FUNCTIONS".

svn path=/main/trunk/; revision=11893

15 years agoBug #244485 - Document the default phase function helpers.
Zac Medico [Thu, 13 Nov 2008 22:19:59 +0000 (22:19 -0000)]
Bug #244485 - Document the default phase function helpers.

svn path=/main/trunk/; revision=11892

15 years agoBug #244485 - Document src_prepare() and src_configure() phase functions.
Zac Medico [Thu, 13 Nov 2008 22:03:23 +0000 (22:03 -0000)]
Bug #244485 - Document src_prepare() and src_configure() phase functions.

svn path=/main/trunk/; revision=11891

15 years agoBug #244485 - Document the doman enhancement from bug #222439.
Zac Medico [Thu, 13 Nov 2008 21:33:48 +0000 (21:33 -0000)]
Bug #244485 - Document the doman enhancement from bug #222439.

svn path=/main/trunk/; revision=11890

15 years agoUse apply_secpass_permissions() to avoid OperationNotPermitted errors when
Zac Medico [Thu, 13 Nov 2008 03:40:48 +0000 (03:40 -0000)]
Use apply_secpass_permissions() to avoid OperationNotPermitted errors when
not allowed to chown files to root uid.

svn path=/main/trunk/; revision=11873

15 years agoUse grabfile() instead of grablines(), to ignore empty lines.
Zac Medico [Thu, 13 Nov 2008 03:32:16 +0000 (03:32 -0000)]
Use grabfile() instead of grablines(), to ignore empty lines.

svn path=/main/trunk/; revision=11872

15 years agoAdd quote from GLEP 42 about permission bits.
Zac Medico [Thu, 13 Nov 2008 03:11:09 +0000 (03:11 -0000)]
Add quote from GLEP 42 about permission bits.

svn path=/main/trunk/; revision=11871

15 years agoMisc fixes and cleanups in NewsManager.
Zac Medico [Thu, 13 Nov 2008 03:08:38 +0000 (03:08 -0000)]
Misc fixes and cleanups in NewsManager.

svn path=/main/trunk/; revision=11870

15 years agoReturn early from NewsManager.updateItems() if the news path listdir call
Zac Medico [Thu, 13 Nov 2008 02:00:38 +0000 (02:00 -0000)]
Return early from NewsManager.updateItems() if the news path listdir call
fails.

svn path=/main/trunk/; revision=11869

15 years agoAlways return early from NewsManager.updateItems() if self.unread_path can't
Zac Medico [Thu, 13 Nov 2008 01:50:06 +0000 (01:50 -0000)]
Always return early from NewsManager.updateItems() if self.unread_path can't
be created.

svn path=/main/trunk/; revision=11868

15 years agoUse a simpler approach instead of implementing NewsItem.__getattr__().
Zac Medico [Wed, 12 Nov 2008 21:58:44 +0000 (21:58 -0000)]
Use a simpler approach instead of implementing NewsItem.__getattr__().

svn path=/main/trunk/; revision=11867

15 years ago* Add NewsItem.isValid() and DisplayRestriction.isValid() methods and use
Zac Medico [Wed, 12 Nov 2008 21:47:24 +0000 (21:47 -0000)]
* Add NewsItem.isValid() and DisplayRestriction.isValid() methods and use
  use them to check validity inside NewsManager.updateItems().
* Make DisplayInstalledRestriction.isValid() check validity of the atom.

svn path=/main/trunk/; revision=11866

15 years agoSort the return value from cpv_all() inside vardbapi._counter_hash() instead
Zac Medico [Wed, 12 Nov 2008 19:22:24 +0000 (19:22 -0000)]
Sort the return value from cpv_all() inside vardbapi._counter_hash() instead
of sorting them in side cpv_all(). Thanks to Brian Harring for the suggestion.

svn path=/main/trunk/; revision=11865

15 years agoInside NewsManager.updateItems(), use a mutable set for skiplist and sort the
Zac Medico [Wed, 12 Nov 2008 18:57:49 +0000 (18:57 -0000)]
Inside NewsManager.updateItems(), use a mutable set for skiplist and sort the
contents when writing the file.

svn path=/main/trunk/; revision=11864

15 years agoInstead of raising a TypeError from the NewsItem constructor, check the path
Zac Medico [Wed, 12 Nov 2008 18:43:19 +0000 (18:43 -0000)]
Instead of raising a TypeError from the NewsItem constructor, check the path
inside NewsManager.updateItems() before the NewsItem constructor is called.

svn path=/main/trunk/; revision=11863

15 years agoUse a frozenset to optimize skiplist containment checks inside
Zac Medico [Wed, 12 Nov 2008 18:32:38 +0000 (18:32 -0000)]
Use a frozenset to optimize skiplist containment checks inside
NewsManager.updateItems().

svn path=/main/trunk/; revision=11862

15 years agoBug #246451 - Inside SecuritySet._reduce(), use portdbapi.xmatch("match-all")
Zac Medico [Wed, 12 Nov 2008 02:24:42 +0000 (02:24 -0000)]
Bug #246451 - Inside SecuritySet._reduce(), use portdbapi.xmatch("match-all")
in order do be consistent with portage.glsa.getMinUpgrade() which also uses
match-all.

svn path=/main/trunk/; revision=11861

15 years agoMake post_emerge() exit early if it detects that the vdb state hasn't changed. v2.2_rc14
Zac Medico [Tue, 11 Nov 2008 19:59:49 +0000 (19:59 -0000)]
Make post_emerge() exit early if it detects that the vdb state hasn't changed.
This works by comparing a hash of the COUNTER values for all packages in the
vdb.

svn path=/main/trunk/; revision=11859

15 years agoAllow --keep-going to continue in some cases when a runtime dependency has
Zac Medico [Tue, 11 Nov 2008 19:27:51 +0000 (19:27 -0000)]
Allow --keep-going to continue in some cases when a runtime dependency has
failed to build or install. This involves pruning off the parts of the graph
containing installed packages with unsatisfied dependencies.

svn path=/main/trunk/; revision=11858

15 years agoSimplify code for cloning config instances inside Scheduler.merge().
Zac Medico [Tue, 11 Nov 2008 18:37:37 +0000 (18:37 -0000)]
Simplify code for cloning config instances inside Scheduler.merge().

svn path=/main/trunk/; revision=11856

15 years agoMake FindPortdir() fall back to have_profile_dir() checks if it can't match
Zac Medico [Tue, 11 Nov 2008 18:20:10 +0000 (18:20 -0000)]
Make FindPortdir() fall back to have_profile_dir() checks if it can't match
the current location with anything from PORTDIR_OVERLAY. Assume that an
overlay will contain at least a "repo_name" file while a master repo (portdir)
will contain at least a "profiles.desc" file.

svn path=/main/trunk/; revision=11855

15 years agoDerive the changelog_path variable from the new checkdir_relative variable.
Zac Medico [Tue, 11 Nov 2008 17:53:43 +0000 (17:53 -0000)]
Derive the changelog_path variable from the new checkdir_relative variable.

svn path=/main/trunk/; revision=11854

15 years agoMake FindPortdir() return (None, None, None) on failure, instead of raising
Zac Medico [Tue, 11 Nov 2008 17:46:49 +0000 (17:46 -0000)]
Make FindPortdir() return (None, None, None) on failure, instead of raising
a potentially ambiguous ValueError.

svn path=/main/trunk/; revision=11853

15 years agoInside have_profile_dir(), check for existence of profiles.desc since that
Zac Medico [Tue, 11 Nov 2008 17:39:55 +0000 (17:39 -0000)]
Inside have_profile_dir(), check for existence of profiles.desc since that
makes a little more sense thatn checking for package.mask.

svn path=/main/trunk/; revision=11852

15 years agoUpdate hardcoded "cvs" error messages to show the correct vcs value.
Zac Medico [Tue, 11 Nov 2008 10:19:32 +0000 (10:19 -0000)]
Update hardcoded "cvs" error messages to show the correct vcs value.

svn path=/main/trunk/; revision=11851

15 years agoFix pretend output to show git -a option when committing signed manifest.
Zac Medico [Tue, 11 Nov 2008 10:06:30 +0000 (10:06 -0000)]
Fix pretend output to show git -a option when committing signed manifest.

svn path=/main/trunk/; revision=11850

15 years agoAdd git support. Thanks to Daniel Robbins for the initial patch.
Zac Medico [Tue, 11 Nov 2008 10:04:49 +0000 (10:04 -0000)]
Add git support. Thanks to Daniel Robbins for the initial patch.

svn path=/main/trunk/; revision=11849

15 years agoFix logic from previous commit in Scheduler._choose_pkg() to ensure that
Zac Medico [Tue, 11 Nov 2008 05:39:32 +0000 (05:39 -0000)]
Fix logic from previous commit in Scheduler._choose_pkg() to ensure that
the --nodeps code is only triggered when --jobs > 1.

svn path=/main/trunk/; revision=11848

15 years agoWhen in --nodeps mode, make Scheduler._set_digraph() discard the digraph and
Zac Medico [Tue, 11 Nov 2008 05:01:58 +0000 (05:01 -0000)]
When in --nodeps mode, make Scheduler._set_digraph() discard the digraph and
make Scheduler._choose_pkg() always return the task at the front of the queue.

svn path=/main/trunk/; revision=11847

15 years agoInside depgraph.loadResumeCommand(), initialize self._scheduler_graph when
Zac Medico [Tue, 11 Nov 2008 04:41:49 +0000 (04:41 -0000)]
Inside depgraph.loadResumeCommand(), initialize self._scheduler_graph when
in --nodeps mode in order to avoid an AttributeError later when
self.schedulerGraph() is called.

svn path=/main/trunk/; revision=11846

15 years agoFix --jobs parallel scheduling to ensure that temporary simultaneous
Zac Medico [Mon, 10 Nov 2008 22:30:35 +0000 (22:30 -0000)]
Fix --jobs parallel scheduling to ensure that temporary simultaneous
installation of conflicting packages is avoided when appropriate (especially
for !!atom blockers), but allowed in specific cases that require it. This
is accomplished by reversing specific uninstall edges in the digraph, while
possibly leaving some edges in there original state.

svn path=/main/trunk/; revision=11845

15 years agoRevert r11839 since it's not necessarily desired to invert all uninstall
Zac Medico [Mon, 10 Nov 2008 16:41:05 +0000 (16:41 -0000)]
Revert r11839 since it's not necessarily desired to invert all uninstall
edges. TODO: Invert only the specific edges that the depgraph has decided
are necessary and allowed to be inverted.

svn path=/main/trunk/; revision=11844

15 years agoIn the LinkageMap.findConsumers() docstring, add a note about incompatibility
Zac Medico [Mon, 10 Nov 2008 04:10:06 +0000 (04:10 -0000)]
In the LinkageMap.findConsumers() docstring, add a note about incompatibility
with symlinks created by binutils-config.

svn path=/main/trunk/; revision=11843

15 years ago* Use noiselevel=-1 for preserve-libs ">>> needed" and "<<< !needed" messages
Zac Medico [Sun, 9 Nov 2008 23:02:33 +0000 (23:02 -0000)]
* Use noiselevel=-1 for preserve-libs ">>> needed" and "<<< !needed" messages
  so that they're show even without --verbose mode.
* Sort files for the ">>> needed" display.

svn path=/main/trunk/; revision=11842

15 years agoRemove unused formatter code in show_invalid_depstring_notice().
Zac Medico [Sun, 9 Nov 2008 22:36:06 +0000 (22:36 -0000)]
Remove unused formatter code in show_invalid_depstring_notice().

svn path=/main/trunk/; revision=11841

15 years agoMake show_invalid_depstring_notice() send output to stderr via writemsg_level().
Zac Medico [Sun, 9 Nov 2008 22:32:13 +0000 (22:32 -0000)]
Make show_invalid_depstring_notice() send output to stderr via writemsg_level().

svn path=/main/trunk/; revision=11840

15 years agoInside Scheduler._reverse_uninstall_edges(), iover all nodes rather than just
Zac Medico [Sun, 9 Nov 2008 22:18:21 +0000 (22:18 -0000)]
Inside Scheduler._reverse_uninstall_edges(), iover all nodes rather than just
the merge list, because some uninstall nodes may not be in the merge list
since they will be performed as part of an upgrade within a slot. This solves
a problem with Scheduler._choose_pkg() not parallelizing in some cases when
it should, due to an uninstall node not having it's edge reversed like it's
supposed to.

svn path=/main/trunk/; revision=11839

15 years agoMove initialization of Scheduler._background from the constructor to the
Zac Medico [Sun, 9 Nov 2008 21:29:40 +0000 (21:29 -0000)]
Move initialization of Scheduler._background from the constructor to the
merge() method so that a potential InvalidDependString exception can be
handled there, causing merge() to return unsuccessfully. This avoids having
to raise an exception from the constructor.

svn path=/main/trunk/; revision=11838

15 years agoAdd PROPERTIES=interactive support in depgraph.display() and the
Zac Medico [Sun, 9 Nov 2008 20:36:29 +0000 (20:36 -0000)]
Add PROPERTIES=interactive support in depgraph.display() and the
PackageCounters class.

svn path=/main/trunk/; revision=11837

15 years agoWhen adding parent directories to contents inside
Zac Medico [Sun, 9 Nov 2008 17:19:55 +0000 (17:19 -0000)]
When adding parent directories to contents inside
dblink._add_preserve_libs_to_contents(), account for the trailing slash on
$ROOT in the while loop.

svn path=/main/trunk/; revision=11836

15 years agoHandle a corner case inside dblink._add_preserve_libs_to_contents() in which
Zac Medico [Sun, 9 Nov 2008 16:58:36 +0000 (16:58 -0000)]
Handle a corner case inside dblink._add_preserve_libs_to_contents() in which
a path to be preserved doesn't exist in the contents of the installed instance.

svn path=/main/trunk/; revision=11835

15 years agoUpdate docstring for dblink._find_libs_to_preserve().
Zac Medico [Sun, 9 Nov 2008 16:40:43 +0000 (16:40 -0000)]
Update docstring for dblink._find_libs_to_preserve().

svn path=/main/trunk/; revision=11834

15 years agoInside vardbapi.removeFromContents(), automatically clear the contents cache
Zac Medico [Sun, 9 Nov 2008 09:21:49 +0000 (09:21 -0000)]
Inside vardbapi.removeFromContents(), automatically clear the contents cache
of the dblink instance in case an existing one was passed in.

svn path=/main/trunk/; revision=11833

15 years agoBug #243030 - In PreservedLibraryConsumerSet.load(), avoid rebuilding packages
Zac Medico [Sun, 9 Nov 2008 07:42:25 +0000 (07:42 -0000)]
Bug #243030 - In PreservedLibraryConsumerSet.load(), avoid rebuilding packages
just because they contain preserved libs that happen to be consumers of other
preserved libs.

svn path=/main/trunk/; revision=11832

15 years agoBug #245362 - Rewrite preserve-libs preservation code so that it always relies
Zac Medico [Sun, 9 Nov 2008 07:14:09 +0000 (07:14 -0000)]
Bug #245362 - Rewrite preserve-libs preservation code so that it always relies
on inode comparisons rather than string comparisons. Instead of injecting
libraries into $D before the files are merged, the preservation code now
executes after the files are merged but before the old version is unmerged.
After determining which libs to preserve, the CONTENTS are updated to include
those libs. The PreservedLibsRegistry.register() call is now done just after
the temporary vdb entry has been moved into place, guaranteeing that a valid
vdb entry is in place so that the unregistration code from bug #210501 is no
longer needed.

svn path=/main/trunk/; revision=11831

15 years agoInside LinkageMap, use self._obj_key() whenever possible.
Zac Medico [Sun, 9 Nov 2008 02:03:32 +0000 (02:03 -0000)]
Inside LinkageMap, use self._obj_key() whenever possible.

svn path=/main/trunk/; revision=11830

15 years agoFix $ROOT handlink inside display_preserved_libs().
Zac Medico [Sat, 8 Nov 2008 18:29:23 +0000 (18:29 -0000)]
Fix $ROOT handlink inside display_preserved_libs().

svn path=/main/trunk/; revision=11829

15 years agoWith python-2.6, importing the Crypto.Hash.MD5 and Crypto.Hash.SHA modules
Zac Medico [Sat, 8 Nov 2008 05:12:04 +0000 (05:12 -0000)]
With python-2.6, importing the Crypto.Hash.MD5 and Crypto.Hash.SHA modules
from pycrypto triggers warnings since those modules are implemented using
the deprecated md5 and sha modules from python's stdlib. So, in order to
avoid the warning and the inferior hash implementations that come with them,
never use these particular modules from pycrypto. Instead, use hashlib or
directly use stdlib's md5 and sha modules if necessary. Thanks to Markus
Peloquin for reporting.

svn path=/main/trunk/; revision=11828

15 years agoHandle CommandNotFound exceptions if the scanelf binary happens to be missing,
Zac Medico [Sat, 8 Nov 2008 00:55:40 +0000 (00:55 -0000)]
Handle CommandNotFound exceptions if the scanelf binary happens to be missing,
and disable preserve-libs code in that case.

svn path=/main/trunk/; revision=11827

15 years agoIn LinkageMap.rebuild(), immediately raise a CommandNotFound exception if
Zac Medico [Fri, 7 Nov 2008 22:18:33 +0000 (22:18 -0000)]
In LinkageMap.rebuild(), immediately raise a CommandNotFound exception if
scanelf is missing since otherwise it will lead to a KeyError later on
from findConsumers or findProviders. This will allow the caller to handle
the CommandNotFound exception if necessary, and skip any findConsumers or
findProviders since they won't be able to return valid results.

svn path=/main/trunk/; revision=11826

15 years agoHandle a potential OSError that occurs if the scanelf binary is missing
Zac Medico [Fri, 7 Nov 2008 21:52:48 +0000 (21:52 -0000)]
Handle a potential OSError that occurs if the scanelf binary is missing
when LinkageMap.rebuild() is called.

svn path=/main/trunk/; revision=11825

15 years agoReplace NEEDED.ELF.2 strings with references to LinkageMap._needed_aux_key.
Zac Medico [Fri, 7 Nov 2008 21:40:21 +0000 (21:40 -0000)]
Replace NEEDED.ELF.2 strings with references to LinkageMap._needed_aux_key.

svn path=/main/trunk/; revision=11824

15 years agoImprove the error message that's generated in LinkageMap.rebuild() for corrupt
Zac Medico [Fri, 7 Nov 2008 21:18:44 +0000 (21:18 -0000)]
Improve the error message that's generated in LinkageMap.rebuild() for corrupt
NEEDED.ELF.2 entries.

svn path=/main/trunk/; revision=11823

15 years agoWhen calling scanelf inside LinkageMap.rebuild(), join paths with $ROOT when
Zac Medico [Fri, 7 Nov 2008 21:04:45 +0000 (21:04 -0000)]
When calling scanelf inside LinkageMap.rebuild(), join paths with $ROOT when
generating the arguments and then strip $ROOT from the paths in the output.

svn path=/main/trunk/; revision=11822

15 years agoFix LinkageMap.rebuild() so that the data from include_file overrides the
Zac Medico [Fri, 7 Nov 2008 18:20:57 +0000 (18:20 -0000)]
Fix LinkageMap.rebuild() so that the data from include_file overrides the
data from any previously installed files. This prevent possible corruption
of the data since only one set of data can be correct for a given file.

svn path=/main/trunk/; revision=11821

15 years agoWhen using the `read` builtin to split newlines in e* function arguments, use
Zac Medico [Fri, 7 Nov 2008 16:56:04 +0000 (16:56 -0000)]
When using the `read` builtin to split newlines in e* function arguments, use
$REPLY in order to ensure that whitespace in each line is correctly preserved.
Thanks to Joe Peterson <lavajoe@g.o> for reporting.

svn path=/main/trunk/; revision=11820

15 years agoCombine redundant arch_map code inside LinkageMap.rebuild().
Zac Medico [Fri, 7 Nov 2008 16:23:36 +0000 (16:23 -0000)]
Combine redundant arch_map code inside LinkageMap.rebuild().

svn path=/main/trunk/; revision=11819

15 years agoSwap the locations of the arch and soname keys inside LinkageMap._libs in
Zac Medico [Fri, 7 Nov 2008 16:09:59 +0000 (16:09 -0000)]
Swap the locations of the arch and soname keys inside LinkageMap._libs in
order to conserve memory. This new branching layout uses fewer dict instances
since the number of sonames is much larger than the number of archs.

svn path=/main/trunk/; revision=11818

15 years agoInside LinkageMap._libs, use a SlotDict to store consumers and providers,
Zac Medico [Fri, 7 Nov 2008 15:39:35 +0000 (15:39 -0000)]
Inside LinkageMap._libs, use a SlotDict to store consumers and providers,
to use less memory than a normal dict.

svn path=/main/trunk/; revision=11817

15 years agoBug #245932 - Pass use_mask and use_force parameters into recursive
Zac Medico [Fri, 7 Nov 2008 08:56:55 +0000 (08:56 -0000)]
Bug #245932 - Pass use_mask and use_force parameters into recursive
_expand_new_virtuals() calls, fixing a TypeError which is triggered inside
portage.dep._use_dep._eval_qa_conditionals().

svn path=/main/trunk/; revision=11816

15 years agoRemove the special package.keywords mask warning from bug #223447 since
Zac Medico [Thu, 6 Nov 2008 20:27:03 +0000 (20:27 -0000)]
Remove the special package.keywords mask warning from bug #223447 since
--depclean now uses the depgraph class and therefore should be more
consistent with the update algorithm.

svn path=/main/trunk/; revision=11815

15 years agoBug #245661 - Never enable --complete-graph automatically since it's confusing
Zac Medico [Thu, 6 Nov 2008 20:08:02 +0000 (20:08 -0000)]
Bug #245661 - Never enable --complete-graph automatically since it's confusing
for users.

svn path=/main/trunk/; revision=11814

15 years agoIn Atom.__setattr__(), include inputs in case it helps for debugging with
Zac Medico [Thu, 6 Nov 2008 04:56:17 +0000 (04:56 -0000)]
In Atom.__setattr__(), include inputs in case it helps for debugging with
derived classes. Thanks to Brian Harring for the suggestion.

svn path=/main/trunk/; revision=11813

15 years agoOverride Atom.__setattr__() to make Atom instances immutable. Thanks to Brian
Zac Medico [Wed, 5 Nov 2008 23:55:17 +0000 (23:55 -0000)]
Override Atom.__setattr__() to make Atom instances immutable. Thanks to Brian
Harring for the suggestion.

svn path=/main/trunk/; revision=11812

15 years agoFix broken reference to self inside unmerge().
Zac Medico [Tue, 4 Nov 2008 23:43:38 +0000 (23:43 -0000)]
Fix broken reference to self inside unmerge().

svn path=/main/trunk/; revision=11809

15 years agoSynchronize portage update/restart logic in dblink.merge() and
Zac Medico [Tue, 4 Nov 2008 17:52:04 +0000 (17:52 -0000)]
Synchronize portage update/restart logic in dblink.merge() and
depgraph.display() so it's consistent with Scheduler._is_restart_necessary().
Thanks to Jeremy Olexa <darkside@g.o> for reporting.

svn path=/main/trunk/; revision=11808

15 years agoFree some memory by clearing the LinkageMap cache when it's not needed.
Zac Medico [Tue, 4 Nov 2008 07:55:01 +0000 (07:55 -0000)]
Free some memory by clearing the LinkageMap cache when it's not needed.

svn path=/main/trunk/; revision=11807

15 years agoBug #245362 - Use tuples of (device, inode) for all path comparisons inside
Zac Medico [Tue, 4 Nov 2008 07:40:34 +0000 (07:40 -0000)]
Bug #245362 - Use tuples of (device, inode) for all path comparisons inside
LinkageMap, so that they work regardless of path differences due to symlinked
directories. TODO: Fix other preserve-libs code, such as
dblink._preserve_libs(), to use this approach for path comparisons.

svn path=/main/trunk/; revision=11806

15 years agoBug #245358 - For unsatisfied dependencies, display the parent nodes and the
Zac Medico [Mon, 3 Nov 2008 08:00:07 +0000 (08:00 -0000)]
Bug #245358 - For unsatisfied dependencies, display the parent nodes and the
argument that pulled them in.

svn path=/main/trunk/; revision=11805

15 years agoBug #245356 - Filter POSIXLY_CORRECT from the ebuild environment since it
Zac Medico [Mon, 3 Nov 2008 06:52:57 +0000 (06:52 -0000)]
Bug #245356 - Filter POSIXLY_CORRECT from the ebuild environment since it
breaks stuff.

svn path=/main/trunk/; revision=11804

15 years agoMake metadata.missing and metadata.bad fatal by removing them from the
Zac Medico [Sun, 2 Nov 2008 21:44:28 +0000 (21:44 -0000)]
Make metadata.missing and metadata.bad fatal by removing them from the
qawarnings set. Thanks to Robin H. Johnson <robbat2@g.o> for the suggestion.

svn path=/main/trunk/; revision=11803

15 years agoImport shutil globally.
Zac Medico [Sun, 2 Nov 2008 20:04:30 +0000 (20:04 -0000)]
Import shutil globally.

svn path=/main/trunk/; revision=11802

15 years agoRemove duplicate code inside EbuildFetchPretend._execute().
Zac Medico [Sun, 2 Nov 2008 18:17:33 +0000 (18:17 -0000)]
Remove duplicate code inside EbuildFetchPretend._execute().

svn path=/main/trunk/; revision=11801

15 years agoRemove locking from EbuildFetchPretend since it uses a private temp directory
Zac Medico [Sun, 2 Nov 2008 18:14:00 +0000 (18:14 -0000)]
Remove locking from EbuildFetchPretend since it uses a private temp directory
now (since bug #245231).

svn path=/main/trunk/; revision=11800

15 years agoBug #245231 - Make EbuildFetchPretend use a private temp directory in order
Zac Medico [Sun, 2 Nov 2008 09:05:31 +0000 (09:05 -0000)]
Bug #245231 - Make EbuildFetchPretend use a private temp directory in order
to avoid locking the main one.

svn path=/main/trunk/; revision=11796

15 years agoIn SetConfig.getSetAtoms(), access self.psets directly in order to avoid v2.2_rc13
Zac Medico [Sat, 1 Nov 2008 23:12:59 +0000 (23:12 -0000)]
In SetConfig.getSetAtoms(), access self.psets directly in order to avoid
making a copy and also to avoid potential swallowing of an unexpected
KeyError.

svn path=/main/trunk/; revision=11791

15 years agoIn config.setcpv(), ensure that A and AA aren't in the env dict.
Zac Medico [Sat, 1 Nov 2008 23:02:55 +0000 (23:02 -0000)]
In config.setcpv(), ensure that A and AA aren't in the env dict.

svn path=/main/trunk/; revision=11790

15 years agoIn _validate_deps(), show the ebuild version to clarify which ebuild the
Zac Medico [Sat, 1 Nov 2008 22:59:01 +0000 (22:59 -0000)]
In _validate_deps(), show the ebuild version to clarify which ebuild the
errors belong to.

svn path=/main/trunk/; revision=11789

15 years agoTODO: In case some elf files collide with blocked packages,
Zac Medico [Sat, 1 Nov 2008 22:06:15 +0000 (22:06 -0000)]
TODO: In case some elf files collide with blocked packages,
ensure that NEEDED data from include_file overrides the stale
NEEDED data from the colliding files in the blocked packages.

svn path=/main/trunk/; revision=11788

15 years agoIn Scheduler._calc_resume_list(), use self.pkgsettings instead of the the
Zac Medico [Sat, 1 Nov 2008 21:10:02 +0000 (21:10 -0000)]
In Scheduler._calc_resume_list(), use self.pkgsettings instead of the the
temportary depgraph's.

svn path=/main/trunk/; revision=11787

15 years agoBug #239015 - Disable unmerge operations for EverythingSet/@installed.
Zac Medico [Sat, 1 Nov 2008 17:55:28 +0000 (17:55 -0000)]
Bug #239015 - Disable unmerge operations for EverythingSet/@installed.

svn path=/main/trunk/; revision=11786

15 years agoWhen echoing the emake command, redirect to stderr since otherwise it breaks
Zac Medico [Sat, 1 Nov 2008 10:51:13 +0000 (10:51 -0000)]
When echoing the emake command, redirect to stderr since otherwise it breaks
the gcc ebuild because of the way that the get_make_var() function from
toolchain.eclass is used.

svn path=/main/trunk/; revision=11784

15 years agoRemove broken pickle_write() since it can't possibly be used.
Zac Medico [Sat, 1 Nov 2008 08:48:15 +0000 (08:48 -0000)]
Remove broken pickle_write() since it can't possibly be used.

svn path=/main/trunk/; revision=11783

15 years ago* In fetch(), ensure that pkg_nofetch is never called more than once.
Zac Medico [Sat, 1 Nov 2008 08:32:57 +0000 (08:32 -0000)]
* In fetch(), ensure that pkg_nofetch is never called more than once.
* In _validate_deps(), revert back to using aux_get since the config
  instance does not cache SRC_URI.

svn path=/main/trunk/; revision=11782

15 years agoRemove unnecessary handler for plain "Exception" from lstat() call in
Zac Medico [Sat, 1 Nov 2008 07:22:49 +0000 (07:22 -0000)]
Remove unnecessary handler for plain "Exception" from lstat() call in
dblink.mergeme().

svn path=/main/trunk/; revision=11781

15 years agoAlso call PreservedLibsRegistry.pruneNonExisting() after obtaining a lock
Zac Medico [Sat, 1 Nov 2008 07:09:19 +0000 (07:09 -0000)]
Also call PreservedLibsRegistry.pruneNonExisting() after obtaining a lock
and loading it for merge or unmerge.

svn path=/main/trunk/; revision=11780

15 years agoExplicitly load the preserved libs registry after obtaining a lock for merge
Zac Medico [Sat, 1 Nov 2008 06:48:51 +0000 (06:48 -0000)]
Explicitly load the preserved libs registry after obtaining a lock for merge
or unmerge, in case the registry has been changed by a parallel emerge
instance.

svn path=/main/trunk/; revision=11779

15 years agoBefore returning from PreservedLibsRegistry.store(), update self._data_orig.
Zac Medico [Sat, 1 Nov 2008 06:40:36 +0000 (06:40 -0000)]
Before returning from PreservedLibsRegistry.store(), update self._data_orig.

svn path=/main/trunk/; revision=11778

15 years agoRename "object" variable to avoid name collision with the builtin class.
Zac Medico [Sat, 1 Nov 2008 05:44:28 +0000 (05:44 -0000)]
Rename "object" variable to avoid name collision with the builtin class.

svn path=/main/trunk/; revision=11777

15 years agoDefine __all__ and remove unused imports.
Zac Medico [Sat, 1 Nov 2008 05:32:30 +0000 (05:32 -0000)]
Define __all__ and remove unused imports.

svn path=/main/trunk/; revision=11776

15 years agoDefine __all__ and remove unused import.
Zac Medico [Sat, 1 Nov 2008 05:28:44 +0000 (05:28 -0000)]
Define __all__ and remove unused import.

svn path=/main/trunk/; revision=11775