portage.git
16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 years agoRemove unused imports.
Zac Medico [Sat, 1 Nov 2008 04:48:42 +0000 (04:48 -0000)]
Remove unused imports.

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

16 years agoFilter PORTAGE_VERBOSE in save_ebuild_env().
Zac Medico [Sat, 1 Nov 2008 04:00:23 +0000 (04:00 -0000)]
Filter PORTAGE_VERBOSE in save_ebuild_env().

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

16 years agoBug #240295 - When emake is called, echo the make command similar to the way
Zac Medico [Sat, 1 Nov 2008 03:28:32 +0000 (03:28 -0000)]
Bug #240295 - When emake is called, echo the make command similar to the way
that econf echoes the configure command.

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

16 years agoBug #241906 - Handle InvalidAtom exception raised from vardbapi.match().
Zac Medico [Sat, 1 Nov 2008 03:14:47 +0000 (03:14 -0000)]
Bug #241906 - Handle InvalidAtom exception raised from vardbapi.match().

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

16 years agoBug #244792 - Remove confcache support.
Zac Medico [Sat, 1 Nov 2008 02:52:44 +0000 (02:52 -0000)]
Bug #244792 - Remove confcache support.

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

16 years agoBug #244947 - Add repoman support for checking masked and forced flags on
Zac Medico [Sat, 1 Nov 2008 02:43:56 +0000 (02:43 -0000)]
Bug #244947 - Add repoman support for checking masked and forced flags on
conditional USE deps.

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

16 years agoBug #244947 - Add basic repoman support for checking masked and forced flags
Zac Medico [Fri, 31 Oct 2008 21:37:18 +0000 (21:37 -0000)]
Bug #244947 - Add basic repoman support for checking masked and forced flags
when verifying USE deps. TODO: Add repoman support in dep_check() for
evaluation of conditional USE deps based on forced/masked flags.
masked flags, so that repoman can also

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

16 years agoEliminate duplicate code by calling equivalent dblink._clear_contents_cache().
Zac Medico [Fri, 31 Oct 2008 20:40:51 +0000 (20:40 -0000)]
Eliminate duplicate code by calling equivalent dblink._clear_contents_cache().

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

16 years agoBug #243178 - Handle file collisions with preserved libs by allowing the
Zac Medico [Fri, 31 Oct 2008 20:21:53 +0000 (20:21 -0000)]
Bug #243178 - Handle file collisions with preserved libs by allowing the
current package to assume ownership and unregistering the preserved libraries.

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

16 years agoIn dblink._collision_protect(), remove redundant self.isowner() calls since
Zac Medico [Fri, 31 Oct 2008 18:49:10 +0000 (18:49 -0000)]
In dblink._collision_protect(), remove redundant self.isowner() calls since
self hasn't yet been merged and therefore has no CONTENTS file for ownership
checks. Also, remove redundant isprotected() calls.

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

16 years agoBug #236609 - Fix columns calculation for TERM="dumb". Thanks to Ulrich Müller
Zac Medico [Fri, 31 Oct 2008 17:25:44 +0000 (17:25 -0000)]
Bug #236609 - Fix columns calculation for TERM="dumb". Thanks to Ulrich Müller
<ulm@g.o> for the patch.

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

16 years agoRevert previous commit since it doesn't properly calculate masked and forced
Zac Medico [Fri, 31 Oct 2008 05:07:28 +0000 (05:07 -0000)]
Revert previous commit since it doesn't properly calculate masked and forced
flags for the package being matched (it erroneously uses the masked and forced
flags from the parent package).

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

16 years agoBug #244947 - Add repoman support for checking masked and forced flags when
Zac Medico [Fri, 31 Oct 2008 04:29:51 +0000 (04:29 -0000)]
Bug #244947 - Add repoman support for checking masked and forced flags when
verifying USE deps. Thanks to Brian Harring for reporting.

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

16 years agoRemove unused conditional_disabled and conditional_enabled attributes from
Zac Medico [Fri, 31 Oct 2008 04:26:06 +0000 (04:26 -0000)]
Remove unused conditional_disabled and conditional_enabled attributes from
_use_dep.__slots__.

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

16 years agoFix broken stuff to avoid tracebacks when running in commit mode with
Zac Medico [Fri, 31 Oct 2008 04:01:49 +0000 (04:01 -0000)]
Fix broken stuff to avoid tracebacks when running in commit mode with
--pretend and no vcs.

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

16 years agoPass a Package instance into the config.setcpv() call.
Zac Medico [Fri, 31 Oct 2008 03:46:22 +0000 (03:46 -0000)]
Pass a Package instance into the config.setcpv() call.

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

16 years agoUse portage.const.PORTAGE_PACKAGE_ATOM where appropriate.
Zac Medico [Thu, 30 Oct 2008 22:44:55 +0000 (22:44 -0000)]
Use portage.const.PORTAGE_PACKAGE_ATOM where appropriate.

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

16 years agorecheck what changed in the repository also when nothing was added, because
Zac Medico [Thu, 30 Oct 2008 22:25:27 +0000 (22:25 -0000)]
recheck what changed in the repository also when nothing was added, because
manifest regeneration might change the Manifest, this fixes bug #229033
(branches/prefix r11755)

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

16 years agoBug #244975 - Don't allow the user to make portage unmerge itself since
Zac Medico [Thu, 30 Oct 2008 22:18:55 +0000 (22:18 -0000)]
Bug #244975 - Don't allow the user to make portage unmerge itself since
there's never any valid reason to do so.

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

16 years agoMake sure mychanged and mynew are always defined even if there is no vcs
Zac Medico [Thu, 30 Oct 2008 20:33:57 +0000 (20:33 -0000)]
Make sure mychanged and mynew are always defined even if there is no vcs
because commit mode is allowed without a vcs in pretend mode.

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

16 years agoAvoid unnecessary aux_get calls inside Scheduler._pkg() by getting the existing
Zac Medico [Thu, 30 Oct 2008 20:20:38 +0000 (20:20 -0000)]
Avoid unnecessary aux_get calls inside Scheduler._pkg() by getting the existing
Package instance from the digraph.

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

16 years agodefine myunadded such that repoman doesn't crash when being run in a
Zac Medico [Thu, 30 Oct 2008 19:54:19 +0000 (19:54 -0000)]
define myunadded such that repoman doesn't crash when being run in a
non-{cvs,svn} dir (branches/prefix r11750)

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

16 years agoBug #225429 - Inside LinkageMap.rebuild(), update self._defpath since it
Zac Medico [Thu, 30 Oct 2008 07:58:25 +0000 (07:58 -0000)]
Bug #225429 - Inside LinkageMap.rebuild(), update self._defpath since it
can change during a gcc upgrade.

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

16 years agoBug # 225429 - Try to remove unneeded preserved libs just before returning
Zac Medico [Thu, 30 Oct 2008 07:46:32 +0000 (07:46 -0000)]
Bug # 225429 - Try to remove unneeded preserved libs just before returning
from dblink.treewalk(), after the library path has been updated. This is
intended to remove unneeded preserved libs after a gcc upgrade. TODO: Figure
out why libgomp.so.1 still isn't properly removed.

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

16 years agoIn dblink.unmerge(), update the CONTENTS entries when preserved libs are
Zac Medico [Thu, 30 Oct 2008 03:37:55 +0000 (03:37 -0000)]
In dblink.unmerge(), update the CONTENTS entries when preserved libs are
removed.

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

16 years agoBug #225429 - In dblink.unmerge(), eliminate consumers having providers with
Zac Medico [Thu, 30 Oct 2008 03:04:08 +0000 (03:04 -0000)]
Bug #225429 - In dblink.unmerge(), eliminate consumers having providers with
the same soname as an installed library that is not preserved. This eliminates
libraries that are erroneously preserved due to a move from one directory to
another.

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

16 years agoMake config.setcpv() store the ebuild metadata inside self.configdict["pkg"],
Zac Medico [Wed, 29 Oct 2008 17:03:35 +0000 (17:03 -0000)]
Make config.setcpv() store the ebuild metadata inside self.configdict["pkg"],
and reuse this metadata inside doebuild() in order to avoid redundant
portdbapi.aux_get() calls.

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

16 years agoFix interaction between LinkageMap.rebuild() and the package replacement
Zac Medico [Wed, 29 Oct 2008 00:07:34 +0000 (00:07 -0000)]
Fix interaction between LinkageMap.rebuild() and the package replacement
process in order to avoid problems with stale or unaccounted NEEDED. This
solves a LinkageMap corruption issue which caused findConsumers to return
false positive inside dblink.unmerge().

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

16 years agoFix $ROOT handling inside LinkageMap.findConsumers().
Zac Medico [Tue, 28 Oct 2008 23:15:24 +0000 (23:15 -0000)]
Fix $ROOT handling inside LinkageMap.findConsumers().

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

16 years agoBug #238957 - When removing unneeded preserved libs inside dblink.unmerge(),
Zac Medico [Tue, 28 Oct 2008 23:04:14 +0000 (23:04 -0000)]
Bug #238957 - When removing unneeded preserved libs inside dblink.unmerge(),
use a digraph to properly track consumer relationships between preserved libs.
This fixes cases where preserved libs failed to be removed due to being
consumed by other preserved libs.

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

16 years agoUpdate the auto-add message to say "Manifest" instead of "digests". Thanks to
Zac Medico [Tue, 28 Oct 2008 21:22:22 +0000 (21:22 -0000)]
Update the auto-add message to say "Manifest" instead of "digests". Thanks to
grobian.

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

16 years agoRemove manifest1 digest-* autoadd code. Thanks to grobian.
Zac Medico [Tue, 28 Oct 2008 21:10:24 +0000 (21:10 -0000)]
Remove manifest1 digest-* autoadd code. Thanks to grobian.

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

16 years agoFix graph.get() so that it works as intended, returning the node corresponding
Zac Medico [Tue, 28 Oct 2008 20:53:46 +0000 (20:53 -0000)]
Fix graph.get() so that it works as intended, returning the node corresponding
to the given key.

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

16 years agoFix some incorrect $ROOT handling inside LinkageMap.
Zac Medico [Tue, 28 Oct 2008 09:25:56 +0000 (09:25 -0000)]
Fix some incorrect $ROOT handling inside LinkageMap.

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

16 years agoMake SetConfig.getSetAtoms() raise a PackageSetNotFound exception when
Zac Medico [Tue, 28 Oct 2008 09:07:39 +0000 (09:07 -0000)]
Make SetConfig.getSetAtoms() raise a PackageSetNotFound exception when
necessary and add handling code in emerge. This solves an unhandled
KeyError that was raise when a nested set did not exist. Thanks to
ABCD for reporting.

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

16 years agoFix incorrect $ROOT handling inside dblink._preserve_libs().
Zac Medico [Tue, 28 Oct 2008 05:30:33 +0000 (05:30 -0000)]
Fix incorrect $ROOT handling inside dblink._preserve_libs().

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

16 years agoPass $ROOT into the LinkageMap._ObjectKey constructor since it's needed for
Zac Medico [Tue, 28 Oct 2008 04:04:56 +0000 (04:04 -0000)]
Pass $ROOT into the LinkageMap._ObjectKey constructor since it's needed for
os.stat() and realpath() calls.

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

16 years agoPass $ROOT into portage.util.getlibpaths().
Zac Medico [Tue, 28 Oct 2008 03:41:32 +0000 (03:41 -0000)]
Pass $ROOT into portage.util.getlibpaths().

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

16 years agoReturn early from fetch() if no uris are given.
Zac Medico [Mon, 27 Oct 2008 22:35:43 +0000 (22:35 -0000)]
Return early from fetch() if no uris are given.

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

16 years agoIn fetch(), avoid the "Adjusting permissions recursively" message in cases
Zac Medico [Mon, 27 Oct 2008 22:19:45 +0000 (22:19 -0000)]
In fetch(), avoid the "Adjusting permissions recursively" message in cases
when the directory has just been created and therefore it must be empty.

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

16 years agoEnable bashrc even when $EBUILD_PHASE is unset, so it's possible to override
Zac Medico [Sun, 26 Oct 2008 07:55:41 +0000 (07:55 -0000)]
Enable bashrc even when $EBUILD_PHASE is unset, so it's possible to override
things like INSTALL_MASK.

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

16 years agoWhen creating the temporary $DISTDIR, do not try to set the uid since it
Zac Medico [Sat, 25 Oct 2008 18:20:16 +0000 (18:20 -0000)]
When creating the temporary $DISTDIR, do not try to set the uid since it
will fail when not running as root.

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

16 years agoFix preserve-libs code inside dblink.unmerge() so that it will join paths
Zac Medico [Fri, 24 Oct 2008 20:28:57 +0000 (20:28 -0000)]
Fix preserve-libs code inside dblink.unmerge() so that it will join paths
correctly when ROOT != /.

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

16 years agoWhen populating the fake $DISTDIR inside doebuild(), reuse existing symlinks
Zac Medico [Fri, 24 Oct 2008 00:07:21 +0000 (00:07 -0000)]
When populating the fake $DISTDIR inside doebuild(), reuse existing symlinks
when possible, instead of recreating the whole directory from scratch.

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

16 years agoAdd "subversion" to InheritAutotools._exempt_eclasses. Thanks to Arfrever.
Zac Medico [Thu, 23 Oct 2008 17:19:09 +0000 (17:19 -0000)]
Add "subversion" to InheritAutotools._exempt_eclasses. Thanks to Arfrever.

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

16 years agoAdd "bzr" to the lists of live eclasses.
Zac Medico [Thu, 23 Oct 2008 06:00:02 +0000 (06:00 -0000)]
Add "bzr" to the lists of live eclasses.

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

16 years agoAdd "bzr" to the lists of live eclasses.
Zac Medico [Thu, 23 Oct 2008 05:57:24 +0000 (05:57 -0000)]
Add "bzr" to the lists of live eclasses.

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

16 years agoBug #243224 - Add an exemption to the inherit.autotools check for ebuilds that
Zac Medico [Wed, 22 Oct 2008 17:59:25 +0000 (17:59 -0000)]
Bug #243224 - Add an exemption to the inherit.autotools check for ebuilds that
inherit git.eclass since the GIT_BOOTSTRAP variable may be used to call one of
autotools functions.

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

16 years agoFix grammar.
Zac Medico [Wed, 22 Oct 2008 16:15:07 +0000 (16:15 -0000)]
Fix grammar.

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

16 years agoAdd a PROPERTIES.syntax check.
Zac Medico [Wed, 22 Oct 2008 05:36:34 +0000 (05:36 -0000)]
Add a PROPERTIES.syntax check.

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

16 years agoDocument PROPERTIES=interactive.
Zac Medico [Wed, 22 Oct 2008 05:20:12 +0000 (05:20 -0000)]
Document PROPERTIES=interactive.

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

16 years agoBug #233296 - Add minimal PROPERTIES=interactive support by simply forcing
Zac Medico [Tue, 21 Oct 2008 23:24:31 +0000 (23:24 -0000)]
Bug #233296 - Add minimal PROPERTIES=interactive support by simply forcing
all package output to stdio whenever the merge list contains one or more
interactive packages.

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

16 years agoSplit dep validation out of doebuild() and skip it when called by emerge since
Zac Medico [Tue, 21 Oct 2008 22:05:51 +0000 (22:05 -0000)]
Split dep validation out of doebuild() and skip it when called by emerge since
there's no need to do this every time emerge executes a phase.

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

16 years agoValidate PROPERTIES inside doebuild().
Zac Medico [Tue, 21 Oct 2008 21:45:57 +0000 (21:45 -0000)]
Validate PROPERTIES inside doebuild().

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

16 years agoRemove unused imports found by pyflakes.
Zac Medico [Tue, 21 Oct 2008 21:09:29 +0000 (21:09 -0000)]
Remove unused imports found by pyflakes.

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

16 years agoRemove needlessly complex error handling code from vardbapi.cpv_counter().
Zac Medico [Tue, 21 Oct 2008 21:05:18 +0000 (21:05 -0000)]
Remove needlessly complex error handling code from vardbapi.cpv_counter().

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

16 years agoUse normal return statements instead of calling sys.exit() inside
Zac Medico [Tue, 21 Oct 2008 20:55:35 +0000 (20:55 -0000)]
Use normal return statements instead of calling sys.exit() inside
dblink.mergeme().

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

16 years agoBug #186842 - Suppress file merge display, as previously done in --quiet mode, whenever
Zac Medico [Tue, 21 Oct 2008 08:39:00 +0000 (08:39 -0000)]
Bug #186842 - Suppress file merge display, as previously done in --quiet mode, whenever
--verbose is not enabled. Also, export PORTAGE_VERBOSE to the ebuild environment and use
it to control tar verbosity when creating binary packages.

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

16 years agoAdd PORTAGE_QUIET to the environment whitelist and filter it from the saved ebuild
Zac Medico [Tue, 21 Oct 2008 08:01:22 +0000 (08:01 -0000)]
Add PORTAGE_QUIET to the environment whitelist and filter it from the saved ebuild
environment.

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

16 years agoRemove redundant duplicate uri elimination code. It's already handled in
Zac Medico [Mon, 20 Oct 2008 19:15:20 +0000 (19:15 -0000)]
Remove redundant duplicate uri elimination code. It's already handled in
the fetch loop.

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

16 years agoPrefer thirdpartymirrors over normal mirrors in cases when the file does not
Zac Medico [Mon, 20 Oct 2008 19:11:15 +0000 (19:11 -0000)]
Prefer thirdpartymirrors over normal mirrors in cases when the file does not
yet exist on the normal mirrors. Thanks to Maurice van der Pot <griffon26@g.o>
for reporting.

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