portage.git
16 years agoWhen attempting to close fd 9 at the end of the depend phase, use exec so that
Zac Medico [Wed, 10 Dec 2008 02:01:23 +0000 (02:01 -0000)]
When attempting to close fd 9 at the end of the depend phase, use exec so that
it really works.

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

16 years agoBug #250148 - Prevent ebuild.sh subprocess from inheriting file descriptor
Zac Medico [Wed, 10 Dec 2008 01:31:10 +0000 (01:31 -0000)]
Bug #250148 - Prevent ebuild.sh subprocess from inheriting file descriptor
9, since otherwise if a daemon process such as udevd gets spawned then it
can inherit the file descriptor and hang emerge.

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

16 years agoIn digestgen(), don't call fetch for files that already exist but have
Zac Medico [Tue, 9 Dec 2008 23:40:37 +0000 (23:40 -0000)]
In digestgen(), don't call fetch for files that already exist but have
invalid zero-size in the manifest.

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

16 years agoSimplify the code from bug #250166.
Zac Medico [Tue, 9 Dec 2008 23:32:33 +0000 (23:32 -0000)]
Simplify the code from bug #250166.

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

16 years agoBug #250166 - To avoid accidental regeneration of digests with the incorrect
Zac Medico [Tue, 9 Dec 2008 22:03:14 +0000 (22:03 -0000)]
Bug #250166 - To avoid accidental regeneration of digests with the incorrect
files (such as partially downloaded files), trigger the fetch code if the file
exists and it's size doesn't match the current manifest entry. If there really
is a legitimate reason for the digest to change, `ebuild --force digest` can
be used to avoid triggering this code (or else the old digests can be manually
removed from the Manifest).

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

16 years agoWhen in --debug mode, make the depgraph call self.digraph.debug_print() to
Zac Medico [Tue, 9 Dec 2008 17:29:07 +0000 (17:29 -0000)]
When in --debug mode, make the depgraph call self.digraph.debug_print() to
display the final digraph state. This should help when troubleshooting
problems with blockers that don't resolve automatically, by making it easier
to see what pulled in unwanted packages.

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

16 years agoFor py3k compat, avoid using list.sort(cmp).
Zac Medico [Tue, 9 Dec 2008 07:52:36 +0000 (07:52 -0000)]
For py3k compat, avoid using list.sort(cmp).

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

16 years agoFor py3k compat, remove Package.__cmp__() and related cmp() function call.
Zac Medico [Tue, 9 Dec 2008 04:57:01 +0000 (04:57 -0000)]
For py3k compat, remove Package.__cmp__() and related cmp() function call.

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

16 years agoFix deprecated_profile_check() to account for PORTAGE_CONFIGROOT. Thanks to
Zac Medico [Mon, 8 Dec 2008 21:20:23 +0000 (21:20 -0000)]
Fix deprecated_profile_check() to account for PORTAGE_CONFIGROOT. Thanks to
Jeremy Olexa <darkside@g.o> for the initial patch.

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

16 years agoAvoid TypeError in BlockerCache.__iter__() that's triggered with
Zac Medico [Mon, 8 Dec 2008 20:55:07 +0000 (20:55 -0000)]
Avoid TypeError in BlockerCache.__iter__() that's triggered with
FEATURES=python-trace. Thanks to Fabian Groffen <grobian@g.o> for reporting.

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

16 years agoBug #250212 - Add a new 'upstream.workaround' qa category, and use it for
Zac Medico [Mon, 8 Dec 2008 03:24:55 +0000 (03:24 -0000)]
Bug #250212 - Add a new 'upstream.workaround' qa category, and use it for
the EMakeParallelDisabled check. Thanks to Mike Auty <ikelos@g.o> for this
patch.

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

16 years agoBug #249586 - Use writemsg() to send output to stderr instead of stdout.
Zac Medico [Sun, 7 Dec 2008 20:14:36 +0000 (20:14 -0000)]
Bug #249586 - Use writemsg() to send output to stderr instead of stdout.

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

16 years agoIf pkg_nofetch needs to be spawned inside fetch() and it happens that
Zac Medico [Sun, 7 Dec 2008 00:19:15 +0000 (00:19 -0000)]
If pkg_nofetch needs to be spawned inside fetch() and it happens that
PORTAGE_BUILDDIR doesn't exist, like when called by digestgen(), use
mkdtemp to create a private temporary directory so that pkg_nofetch
can be spawned (directory needed to satisfy safe $PWD requirement of
bug #239560). This is more user friendly since before the pkg_nofetch
phase would simply be skipped in this case. Thanks to Petteri Räty
<betelgeuse@g.o> for reporting.

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

16 years agoAdd docs for PORTAGE_GPG_DIR and PORTAGE_GPG_KEY that are used by repoman for
Zac Medico [Sat, 6 Dec 2008 08:10:19 +0000 (08:10 -0000)]
Add docs for PORTAGE_GPG_DIR and PORTAGE_GPG_KEY that are used by repoman for
FEATURES=sign support. Thanks to Petteri Räty <betelgeuse@g.o> for reporting.

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

16 years agoValidate $ROOT inside the --resume merge list in order to avoid a pottential
Zac Medico [Sat, 6 Dec 2008 05:30:39 +0000 (05:30 -0000)]
Validate $ROOT inside the --resume merge list in order to avoid a pottential
KeyError due to a stale merge list that was for a different $ROOT setting.
Thanks to Ned Ludd <solar@g.o> for reporting.

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

16 years agoMake fixpackages use a new "#" symbol for /var/db updates (previously '*' v2.2_rc17
Zac Medico [Fri, 5 Dec 2008 00:08:58 +0000 (00:08 -0000)]
Make fixpackages use a new "#" symbol for /var/db updates (previously '*'
which means 'binary update' was used).

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

16 years agoMake fixpackages less noisy by only generting '*' characters for packages
Zac Medico [Thu, 4 Dec 2008 23:56:13 +0000 (23:56 -0000)]
Make fixpackages less noisy by only generting '*' characters for packages
that are modified by updates.

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

16 years agoFEATURES=fixpackages is now enabled by default
Zac Medico [Thu, 4 Dec 2008 21:10:06 +0000 (21:10 -0000)]
FEATURES=fixpackages is now enabled by default

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

16 years agoSync with 2.1.6 branch.
Zac Medico [Thu, 4 Dec 2008 21:09:23 +0000 (21:09 -0000)]
Sync with 2.1.6 branch.

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

16 years agoEnable FEATURES=fixpackages by default since the performance is pretty
Zac Medico [Thu, 4 Dec 2008 20:27:54 +0000 (20:27 -0000)]
Enable FEATURES=fixpackages by default since the performance is pretty
reasonable now. Thanks to Jeremy Olexa <darkside@g.o> for the suggestion.

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

16 years agoBug #249805 - Add some more PreservedLibsRegistry.pruneNonExisting() calls,
Zac Medico [Thu, 4 Dec 2008 19:01:37 +0000 (19:01 -0000)]
Bug #249805 - Add some more PreservedLibsRegistry.pruneNonExisting() calls,
to avoid a KeyError from LinkageMap.findConsumers() triggered inside
display_preserved_libs().

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

16 years agoMake sure depgraph._slot_conflict_explanation() doesn't display the same
Zac Medico [Thu, 4 Dec 2008 06:55:58 +0000 (06:55 -0000)]
Make sure depgraph._slot_conflict_explanation() doesn't display the same
atom more than once.

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

16 years agoBug #249185 - For common cases in which USE deps trigger SLOT conflicts, give
Zac Medico [Thu, 4 Dec 2008 05:38:09 +0000 (05:38 -0000)]
Bug #249185 - For common cases in which USE deps trigger SLOT conflicts, give
a short explanation and suggest a course of action to solve the problem.

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

16 years agoBreak references between the depgraph and the dropped tasks inside
Zac Medico [Wed, 3 Dec 2008 20:46:05 +0000 (20:46 -0000)]
Break references between the depgraph and the dropped tasks inside
Scheduler._calc_resume_list(), since the tasks are now saved for
display at the end.

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

16 years agoWhen --keep-going drops packages due to unsatisfied dependencies, include
Zac Medico [Wed, 3 Dec 2008 20:40:37 +0000 (20:40 -0000)]
When --keep-going drops packages due to unsatisfied dependencies, include
them in the list of packgaes that "failed to build or install" that's
displayed at the end.

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

16 years agoIt's not safe to use the git commit -a option since there might
Zac Medico [Wed, 3 Dec 2008 08:22:10 +0000 (08:22 -0000)]
It's not safe to use the git commit -a option since there might
be some modified files elsewhere in the working tree that the
user doesn't want to commit. Therefore, call git update-index
in order to ensure that the index is updated with the latest
versions of all new and modified files in the relevant portion
of the working tree.

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

16 years agoWhen calling `git ls-files -m` to list modified files, use --with-tree=HEAD
Zac Medico [Wed, 3 Dec 2008 05:42:34 +0000 (05:42 -0000)]
When calling `git ls-files -m` to list modified files, use --with-tree=HEAD
so that differences from the most recent commit are given instead of
differences from the index which is used for commit staging purposes.
This is required since otherwise files that have been added via `git add`
(such as echangelog does with the ChangeLog) won't show up in the list
of modified files due to being unmodified relative to the index. Thanks
to Christian Ruppert (idl0r) for reporting.

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

16 years agoFix depgraph._dep_check_composite_db._visible() to reject installed packages
Zac Medico [Tue, 2 Dec 2008 23:39:22 +0000 (23:39 -0000)]
Fix depgraph._dep_check_composite_db._visible() to reject installed packages
that are masked. This is necessary for correct choices in || deps when we
want to ensure that installed masked packages are not preferred over other
available choices that are not masked. Thanks to Jan Kundrát <jkt@g.o> for
reporting this issue and testing the patch.

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

16 years agoSkip sourcinf of profile.bashrc during the depend phase.
Zac Medico [Tue, 2 Dec 2008 22:33:44 +0000 (22:33 -0000)]
Skip sourcinf of profile.bashrc during the depend phase.

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

16 years agoSource bashrc files as late as possible, giving them the opportunity to
Zac Medico [Tue, 2 Dec 2008 22:18:41 +0000 (22:18 -0000)]
Source bashrc files as late as possible, giving them the opportunity to
override as much as possible. Thanks to Ned Ludd <solar@g.o> for the
suggestion.

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

16 years agoFix inconsistencies between the "clean" and "cleanrm" phases.
Zac Medico [Mon, 1 Dec 2008 18:59:49 +0000 (18:59 -0000)]
Fix inconsistencies between the "clean" and "cleanrm" phases.

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

16 years agoBug #249185 - For more useful output in cases when one or more USE deps
Zac Medico [Mon, 1 Dec 2008 06:51:28 +0000 (06:51 -0000)]
Bug #249185 - For more useful output in cases when one or more USE deps
trigger "SLOT conflicts", show the specific atoms that triggered the
conflict. TODO: Distiguish between various possible causes and tailor
messages to suit them.

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

16 years agoChange depgraph._slot_collision_info() from a set to a dict that contains
Zac Medico [Sun, 30 Nov 2008 00:12:34 +0000 (00:12 -0000)]
Change depgraph._slot_collision_info() from a set to a dict that contains
sets of packages pulled into a given slot. This will make the data easier
to analyze when implementing a fix for bug #249185.

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

16 years agoAdd a sanity check inside depgraph._add_pkg() to ensure that the dependencies
Zac Medico [Sat, 29 Nov 2008 20:22:33 +0000 (20:22 -0000)]
Add a sanity check inside depgraph._add_pkg() to ensure that the dependencies
of the same package are never processed more than once.

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

16 years agoAdd 'automatically resolved' blockers to the --pretend docs.
Zac Medico [Sat, 29 Nov 2008 06:37:31 +0000 (06:37 -0000)]
Add 'automatically resolved' blockers to the --pretend docs.

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

16 years agoUse stat st_dev attributes instead of the older approach.
Zac Medico [Thu, 27 Nov 2008 02:34:52 +0000 (02:34 -0000)]
Use stat st_dev attributes instead of the older approach.

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

16 years agoDon't call prepare_build_dirs() inside doebuild() when called for parallel
Zac Medico [Thu, 27 Nov 2008 02:08:04 +0000 (02:08 -0000)]
Don't call prepare_build_dirs() inside doebuild() when called for parallel
fetching.

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

16 years agoFor bug #235642, include the stat mode, uid, and gid bits in the hardlink key.
Zac Medico [Wed, 26 Nov 2008 23:52:46 +0000 (23:52 -0000)]
For bug #235642, include the stat mode, uid, and gid bits in the hardlink key.

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

16 years agoIn movefile(), ignore the hardlink_candidates parameter when it's an empty list.
Zac Medico [Wed, 26 Nov 2008 23:06:41 +0000 (23:06 -0000)]
In movefile(), ignore the hardlink_candidates parameter when it's an empty list.

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

16 years agoBug #235642 - Create hardlinks when merging identical files. This works by using a
Zac Medico [Wed, 26 Nov 2008 22:31:23 +0000 (22:31 -0000)]
Bug #235642 - Create hardlinks when merging identical files. This works by using a
tuple of (md5, st_size) as a key to a list of hardlink candidates. Multiple candidates
are used in case some happen to be merged to separate devices.

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

16 years agoDon't direct to /dev/null when creating $EBUILD_EXIT_STATUS_FILE inside die.
Zac Medico [Wed, 26 Nov 2008 20:29:11 +0000 (20:29 -0000)]
Don't direct to /dev/null when creating $EBUILD_EXIT_STATUS_FILE inside die.

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

16 years agoBug #205044 - When creating $EBUILD_EXIT_STATUS_FILE, don't direct output to /dev...
Zac Medico [Wed, 26 Nov 2008 20:20:02 +0000 (20:20 -0000)]
Bug #205044 - When creating $EBUILD_EXIT_STATUS_FILE, don't direct output to /dev/null
since it should never fail and if it does then the error message might be useful.

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

16 years agoMake Scheduler.merge() bail out early if PORTAGE_TMPDIR is not properly set.
Zac Medico [Wed, 26 Nov 2008 19:12:04 +0000 (19:12 -0000)]
Make Scheduler.merge() bail out early if PORTAGE_TMPDIR is not properly set.

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

16 years agoAdd some more clarification to the 'ebuild phase exited unexpectedly' message.
Zac Medico [Wed, 26 Nov 2008 18:29:20 +0000 (18:29 -0000)]
Add some more clarification to the 'ebuild phase exited unexpectedly' message.

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

16 years agoEliminate redundant Manifest separation code by combining mychanged + mynew sooner.
Zac Medico [Wed, 26 Nov 2008 06:51:17 +0000 (06:51 -0000)]
Eliminate redundant Manifest separation code by combining mychanged + mynew sooner.

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

16 years agoRemove redundant reference to 'mynew' since 'myupdates' already contains those files.
Zac Medico [Wed, 26 Nov 2008 06:39:12 +0000 (06:39 -0000)]
Remove redundant reference to 'mynew' since 'myupdates' already contains those files.

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

16 years agoBug #248464 - With git, there's never any keyword expansion, so there's
Zac Medico [Wed, 26 Nov 2008 06:24:25 +0000 (06:24 -0000)]
Bug #248464 - With git, there's never any keyword expansion, so there's
no need to regenerate manifests and all files will be committed in one
big commit at the end.

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

16 years agoBug #248782 - Handle permission error in EbuildFetchonly.execute() if PORTAGE_TMPDIR
Zac Medico [Wed, 26 Nov 2008 00:41:03 +0000 (00:41 -0000)]
Bug #248782 - Handle permission error in EbuildFetchonly.execute() if PORTAGE_TMPDIR
is not writable.

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

16 years agoNote that file names in /etc/portage/package.* directories are sorted ascending
Zac Medico [Wed, 26 Nov 2008 00:00:33 +0000 (00:00 -0000)]
Note that file names in /etc/portage/package.* directories are sorted ascending
alphabetical order before being summed together.

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

16 years agoRemove world and system targets for emerge --help since it no longer works now that
Zac Medico [Tue, 25 Nov 2008 00:04:23 +0000 (00:04 -0000)]
Remove world and system targets for emerge --help since it no longer works now that
they are sets rather than actions.

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

16 years agoUse tar options to make files owned in release tarballs owned by v2.2_rc16
Zac Medico [Mon, 24 Nov 2008 05:09:44 +0000 (05:09 -0000)]
Use tar options to make files owned in release tarballs owned by
portage:portage instead of the current user.

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

16 years agoAlso add 2 spaces after newline, for alignment.
Zac Medico [Mon, 24 Nov 2008 03:41:04 +0000 (03:41 -0000)]
Also add 2 spaces after newline, for alignment.

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

16 years agoAdd one newline, to wrap the "Global Updates" key to less than 80 columns.
Zac Medico [Mon, 24 Nov 2008 03:38:34 +0000 (03:38 -0000)]
Add one newline, to wrap the "Global Updates" key to less than 80 columns.

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

16 years agoFix typo in --help.
Zac Medico [Mon, 24 Nov 2008 01:39:41 +0000 (01:39 -0000)]
Fix typo in --help.

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

16 years agoDocument the 'eapi' profile file.
Zac Medico [Mon, 24 Nov 2008 01:08:14 +0000 (01:08 -0000)]
Document the 'eapi' profile file.

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

16 years agoAdd support for parsing EAPI labels in contained in 'eapi' files in the
Zac Medico [Mon, 24 Nov 2008 00:50:07 +0000 (00:50 -0000)]
Add support for parsing EAPI labels in contained in 'eapi' files in the
profiles, and bail out if the profile contains an unsupported EAPI value
in any one of it's directories. We don't necessarily have to use this but
at least it gives us some way to make emerge bail out early if a profile
contains unsupported EAPI features.

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

16 years agoInside profile_check(), call validate_ebuild_environment() to generate
Zac Medico [Mon, 24 Nov 2008 00:30:41 +0000 (00:30 -0000)]
Inside profile_check(), call validate_ebuild_environment() to generate
some extra profile warnings when appropriate.

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

16 years agoMake emerge detect an invalid profile an bail out for anything except
Zac Medico [Mon, 24 Nov 2008 00:24:27 +0000 (00:24 -0000)]
Make emerge detect an invalid profile an bail out for anything except
--help, --info, --sync, and --version actions. When bailing out, suggest
to revert back to the previous profile configuration advise the user which
actions are allowed with an invalid profile.

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

16 years agoUse a table to organize the key of USE flag symbols for the --verbose option.
Zac Medico [Sun, 23 Nov 2008 23:33:05 +0000 (23:33 -0000)]
Use a table to organize the key of USE flag symbols for the --verbose option.

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

16 years agoUse a table to organize the key of merge list display codes for the --pretend
Zac Medico [Sun, 23 Nov 2008 23:24:23 +0000 (23:24 -0000)]
Use a table to organize the key of merge list display codes for the --pretend
option.

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

16 years agoDocument "I" which represents PROPERTIES=interactive in the merge list
Zac Medico [Sun, 23 Nov 2008 23:11:32 +0000 (23:11 -0000)]
Document "I" which represents PROPERTIES=interactive in the merge list
display.

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

16 years agoAdd a note about negative IUSE default settings being ineffective given
Zac Medico [Sun, 23 Nov 2008 22:49:58 +0000 (22:49 -0000)]
Add a note about negative IUSE default settings being ineffective given
the default USE_ORDER setting which causes profile and user configuration
settings to override them.

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

16 years agoFix SIGINT and SIGTERM trap handling so the temp dir always cleaned up when
Zac Medico [Sun, 23 Nov 2008 21:02:45 +0000 (21:02 -0000)]
Fix SIGINT and SIGTERM trap handling so the temp dir always cleaned up when
killed.

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

16 years agoBug #188780 - Make the read_int() function show a more human readable error
Zac Medico [Sun, 23 Nov 2008 19:47:25 +0000 (19:47 -0000)]
Bug #188780 - Make the read_int() function show a more human readable error
message, instead of the 'value too great for base' message when the user
enters an invalid value such as '1y'.

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

16 years agoFix the code from bug #245358 so that it's guaranteed to traverse all the
Zac Medico [Sun, 23 Nov 2008 07:46:59 +0000 (07:46 -0000)]
Fix the code from bug #245358 so that it's guaranteed to traverse all the
way to a root node, even when circular deps are encountered.

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

16 years agoBug #247548 - Remove 'last' and 'lfull' commands since nobody uses them.
Zac Medico [Sun, 23 Nov 2008 05:47:57 +0000 (05:47 -0000)]
Bug #247548 - Remove 'last' and 'lfull' commands since nobody uses them.
Thanks to Alec Warner <antarus@g.o>.

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

16 years agoAdd docs for all of the supported commands.
Zac Medico [Sun, 23 Nov 2008 04:23:54 +0000 (04:23 -0000)]
Add docs for all of the supported commands.

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

16 years agoWhen displaying anscestors of an unstatisfied dependency (code from bug
Zac Medico [Sun, 23 Nov 2008 00:30:55 +0000 (00:30 -0000)]
When displaying anscestors of an unstatisfied dependency (code from bug
#245358), avoid a potential infinite loop and memory leak triggered by
circular dependencies. Thanks to Peter Weller <welp@g.o> for reporting.

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

16 years agoAdd back accidentally removed @downgrade set. Thanks to Arfrever.
Zac Medico [Sat, 22 Nov 2008 23:37:04 +0000 (23:37 -0000)]
Add back accidentally removed @downgrade set. Thanks to Arfrever.

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

16 years agoAdd new @unavailable package set which contains all installed
Zac Medico [Sat, 22 Nov 2008 21:58:37 +0000 (21:58 -0000)]
Add new @unavailable package set which contains all installed
packages for which there are no visible ebuilds corresponding
to the same $CATEGORY/$PN:$SLOT.

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

16 years agoAdd some hints about bash binary corruption and hardware malfunction to the
Zac Medico [Sat, 22 Nov 2008 18:47:19 +0000 (18:47 -0000)]
Add some hints about bash binary corruption and hardware malfunction to the
message that's displayed when bash exits unexpectedly.

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

16 years agoAdd some people to the AUTHORS section.
Zac Medico [Sat, 22 Nov 2008 09:18:33 +0000 (09:18 -0000)]
Add some people to the AUTHORS section.

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

16 years agoFix quoting on $CHANGELOG_REVISION. v2.2_rc15
Zac Medico [Sat, 22 Nov 2008 04:46:01 +0000 (04:46 -0000)]
Fix quoting on $CHANGELOG_REVISION.

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

16 years agoMake sure the dict returned from _parse_data() contains all of _known_keys.
Zac Medico [Sat, 22 Nov 2008 03:51:45 +0000 (03:51 -0000)]
Make sure the dict returned from _parse_data() contains all of _known_keys.

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

16 years agoAdd missing '%' symbol (for binary package moves) to the key that's displayed
Zac Medico [Sat, 22 Nov 2008 01:59:26 +0000 (01:59 -0000)]
Add missing '%' symbol (for binary package moves) to the key that's displayed
by _global_updates(). Thanks to Andrew Gaffney <agaffney@g.o> for reporting.

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

16 years agoFix some cases in dep_zapdeps() where blocker atoms are inappropriately tested
Zac Medico [Sat, 22 Nov 2008 01:33:24 +0000 (01:33 -0000)]
Fix some cases in dep_zapdeps() where blocker atoms are inappropriately tested
for availablity. Thanks to Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o> for
reporting.

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

16 years agoBug #247776 - Show a warning message if CONFIG_PROTECT is empty.
Zac Medico [Fri, 21 Nov 2008 23:20:45 +0000 (23:20 -0000)]
Bug #247776 - Show a warning message if CONFIG_PROTECT is empty.

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

16 years agoBug #248059 - Make --depclean more tolerant of invalid atoms in dependencies
Zac Medico [Fri, 21 Nov 2008 22:31:08 +0000 (22:31 -0000)]
Bug #248059 - Make --depclean more tolerant of invalid atoms in dependencies
of packages that will be uninstalled anyway.

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

16 years agoBug #248059 - In action_depclean(), ignore invalid atoms in deps of packages
Zac Medico [Fri, 21 Nov 2008 21:55:43 +0000 (21:55 -0000)]
Bug #248059 - In action_depclean(), ignore invalid atoms in deps of packages
to be uninstalled.

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

16 years agoIn EbuildProcess._start(), don't open the log file during the clean phase
Zac Medico [Fri, 21 Nov 2008 21:28:09 +0000 (21:28 -0000)]
In EbuildProcess._start(), don't open the log file during the clean phase
since the open file can result in an nfs lock on $T/build.log which prevents
the clean phase from removing $T. Thanks to Jeremy Olexa <darkside@g.o> for
reporting.

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

16 years agoIn JobStatusDisplay, always flush the output stream after writing to it.
Zac Medico [Fri, 21 Nov 2008 08:23:33 +0000 (08:23 -0000)]
In JobStatusDisplay, always flush the output stream after writing to it.

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

16 years agoWhen given an ambiguous ebuild name to install, format the list of choices
Zac Medico [Fri, 21 Nov 2008 02:46:56 +0000 (02:46 -0000)]
When given an ambiguous ebuild name to install, format the list of choices
in emerge --search format if --quiet mode is not enabled, otherwise just show
a brief list. Thanks to Markus Meier <maekke@g.o> for the suggestion.

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

16 years agoRemove inappropriate backslash escaping inside _db_escape_string().
Zac Medico [Thu, 20 Nov 2008 22:42:01 +0000 (22:42 -0000)]
Remove inappropriate backslash escaping inside _db_escape_string().

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

16 years agoInside _parse_data(), don't rely on the magic 22 line count for the flat_list
Zac Medico [Thu, 20 Nov 2008 21:02:40 +0000 (21:02 -0000)]
Inside  _parse_data(), don't rely on the magic 22 line count for the flat_list
format, since it doesn't make a significant performance difference and it
places an artificial limit on the number of keys that can be stored.

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

16 years agoBug #247370 - Use a private PORTAGE_TMPDIR for --fetchonly mode in order
Zac Medico [Thu, 20 Nov 2008 02:39:15 +0000 (02:39 -0000)]
Bug #247370 - Use a private PORTAGE_TMPDIR for --fetchonly mode in order
do avoid locking the normal build dir location (similar to bug #245231).
The EbuildFetchPretend class is renamed to EbuildFetchonly and it's used
for --fetchonly mode regardless of whether --pretend is enabled. Also,
fix stdout/stderr flushing in JobStatusDisplay.displayMessage() and
portage.spawn() to ensure output always occurs in the correct order when
displaying pkg_nofetch() output in --fetchonly mode.

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

16 years agoRemove PORTAGE_IONICE_COMMAND setting since it's commented out.
Zac Medico [Wed, 19 Nov 2008 22:51:08 +0000 (22:51 -0000)]
Remove PORTAGE_IONICE_COMMAND setting since it's commented out.

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

16 years agoBug #247625 - Update PORTAGE_IONICE_COMMAND docs to reflect that it is
Zac Medico [Wed, 19 Nov 2008 22:47:29 +0000 (22:47 -0000)]
Bug #247625 - Update PORTAGE_IONICE_COMMAND docs to reflect that it is
unset by default.

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

16 years agoRemove --fetchonly --resume time.sleep() call which is an artifact from the
Zac Medico [Wed, 19 Nov 2008 06:54:21 +0000 (06:54 -0000)]
Remove --fetchonly --resume time.sleep() call which is an artifact from the
previous parallel-fetch implementation.

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

16 years agoBug #245716 - When generating QA notices for 'command not found' messages in
Zac Medico [Wed, 19 Nov 2008 06:47:55 +0000 (06:47 -0000)]
Bug #245716 - When generating QA notices for 'command not found' messages in
the build log, exclude messages that are emitted from configure scripts since
those are normal in some cases.

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

16 years agoBug #245779 - Document the new category subdirectory behavior for PKGDIR.
Zac Medico [Wed, 19 Nov 2008 03:14:48 +0000 (03:14 -0000)]
Bug #245779 - Document the new category subdirectory behavior for PKGDIR.

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

16 years agoMove the repo_name check/warning into a function.
Zac Medico [Tue, 18 Nov 2008 21:22:48 +0000 (21:22 -0000)]
Move the repo_name check/warning into a function.

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

16 years agoWhen warning about 'missing repo_name', also give the exact path where the
Zac Medico [Tue, 18 Nov 2008 21:13:03 +0000 (21:13 -0000)]
When warning about 'missing repo_name', also give the exact path where the
entry should exist, and explain that it should be a plain text file containing
a unique name of the first line. This should give the users enough information
to correct the problem without needing to seek help.

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

16 years agoMake serialize_eclasses() sort eclass names.
Zac Medico [Tue, 18 Nov 2008 08:16:31 +0000 (08:16 -0000)]
Make serialize_eclasses() sort eclass names.

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

16 years agoFor emerge --metadata runs, update _eclasses_ metadata to insert local eclass
Zac Medico [Tue, 18 Nov 2008 07:05:12 +0000 (07:05 -0000)]
For emerge --metadata runs, update _eclasses_ metadata to insert local eclass
paths.

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

16 years agoinclude quotes when showing make output
Mike Frysinger [Tue, 18 Nov 2008 01:31:27 +0000 (01:31 -0000)]
include quotes when showing make output

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

16 years agoStore the _eclasses_ field instead of INHERITED.
Zac Medico [Mon, 17 Nov 2008 23:40:04 +0000 (23:40 -0000)]
Store the _eclasses_ field instead of INHERITED.

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

16 years agoBug #139134 - Make the flat_hash and metadata modules write the _mtime_
Zac Medico [Mon, 17 Nov 2008 23:09:24 +0000 (23:09 -0000)]
Bug #139134 - Make the flat_hash and metadata modules write the _mtime_
field inside the file instead of mangling the mtime of the cache entry
file. Also, fix FsBased._ensure_access() to properly skip the utime()
call when no mtime is passed in. Theses cache changes are compatible
with current stable portage (2.1.4.x), which uses the _mtime_ field
contained in the file when available.

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

16 years agoWhen parsing `git diff` output, filter paths that are not descended from the
Zac Medico [Mon, 17 Nov 2008 20:50:33 +0000 (20:50 -0000)]
When parsing `git diff` output, filter paths that are not descended from the
current directory.

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

16 years agoWhen committing manifests, specify the manifest paths instead of using git
Zac Medico [Mon, 17 Nov 2008 09:36:46 +0000 (09:36 -0000)]
When committing manifests, specify the manifest paths instead of using git
commit -a, since we may not want to commit all dirty files in the whole repo.
Thanks to Robin Johnson <robbat2@g.o> for reporting.

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

16 years agoBug #246667 - Add REPOMAN_VCS_LOCAL_OPTS and REPOMAN_VCS_GLOBAL_OPTS variables
Zac Medico [Mon, 17 Nov 2008 09:26:09 +0000 (09:26 -0000)]
Bug #246667 - Add REPOMAN_VCS_LOCAL_OPTS and REPOMAN_VCS_GLOBAL_OPTS variables
that allow vcs options to be passed in for commit commands.

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