portage.git
15 years agoBug #250212 - Add a new 'upstream.workaround' qa category, and use it for
Zac Medico [Fri, 12 Dec 2008 21:20:17 +0000 (21:20 -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. (trunk r12179)

svn path=/main/branches/2.1.6/; revision=12215

15 years agoRemove the part about 'link level dependency awareness' which is not supported
Zac Medico [Thu, 11 Dec 2008 19:05:25 +0000 (19:05 -0000)]
Remove the part about 'link level dependency awareness' which is not supported
in this branch. Thanks to Arun Raghavan <ford_prefect@g.g> for reporting.

svn path=/main/branches/2.1.6/; revision=12203

15 years agoBug #249586 - Use writemsg() to send output to stderr instead of stdout. v2.1.6
Zac Medico [Sun, 7 Dec 2008 20:17:27 +0000 (20:17 -0000)]
Bug #249586 - Use writemsg() to send output to stderr instead of stdout.
(trunk r12176)

svn path=/main/branches/2.1.6/; revision=12177

15 years agoIf pkg_nofetch needs to be spawned inside fetch() and it happens that
Zac Medico [Sun, 7 Dec 2008 00:20:43 +0000 (00:20 -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. (trunk r12174)

svn path=/main/branches/2.1.6/; revision=12175

15 years agoAllow 'system' and 'world' arguments simultaneously since it doesn't hurt.
Zac Medico [Sat, 6 Dec 2008 22:34:13 +0000 (22:34 -0000)]
Allow 'system' and 'world' arguments simultaneously since it doesn't hurt.

svn path=/main/branches/2.1.6/; revision=12173

15 years agoAdd docs for PORTAGE_GPG_DIR and PORTAGE_GPG_KEY that are used by repoman for
Zac Medico [Sat, 6 Dec 2008 08:11:00 +0000 (08:11 -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.
(trunk r12168)

svn path=/main/branches/2.1.6/; revision=12169

15 years agoValidate $ROOT inside the --resume merge list in order to avoid a pottential
Zac Medico [Sat, 6 Dec 2008 05:36:06 +0000 (05:36 -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. (trunk r12166)

svn path=/main/branches/2.1.6/; revision=12167

15 years agoMake fixpackages use a new "#" symbol for /var/db updates (previously '*' v2.1.6_rc3
Zac Medico [Fri, 5 Dec 2008 00:09:54 +0000 (00:09 -0000)]
Make fixpackages use a new "#" symbol for /var/db updates (previously '*'
which means 'binary update' was used). (trunk r12159)

svn path=/main/branches/2.1.6/; revision=12160

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

svn path=/main/branches/2.1.6/; revision=12158

15 years agoEnable FEATURES=fixpackages by default since the performance is pretty
Zac Medico [Thu, 4 Dec 2008 21:13:09 +0000 (21:13 -0000)]
Enable FEATURES=fixpackages by default since the performance is pretty
reasonable now. Thanks to Jeremy Olexa <darkside@g.o> for the suggestion.
(trunk r12153 and r12155)

svn path=/main/branches/2.1.6/; revision=12156

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

svn path=/main/branches/2.1.6/; revision=12151

15 years agoBug #249185 - For common cases in which USE deps trigger SLOT conflicts, give
Zac Medico [Thu, 4 Dec 2008 05:42:41 +0000 (05:42 -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.
(trunk r12148)

svn path=/main/branches/2.1.6/; revision=12149

15 years agoBreak references between the depgraph and the dropped tasks inside
Zac Medico [Wed, 3 Dec 2008 20:47:05 +0000 (20:47 -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. (trunk r12146)

svn path=/main/branches/2.1.6/; revision=12147

15 years agoWhen --keep-going drops packages due to unsatisfied dependencies, include
Zac Medico [Wed, 3 Dec 2008 20:41:50 +0000 (20:41 -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. Thanks to Jeremy Olexa <darkside@g.o> for the
suggestion. (trunk r12144)

svn path=/main/branches/2.1.6/; revision=12145

15 years agoIt's not safe to use the git commit -a option since there might
Zac Medico [Wed, 3 Dec 2008 08:23:34 +0000 (08:23 -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. (trunk r12142)

svn path=/main/branches/2.1.6/; revision=12143

15 years agoWhen calling `git ls-files -m` to list modified files, use --with-tree=HEAD
Zac Medico [Wed, 3 Dec 2008 05:44:07 +0000 (05:44 -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. (trunk r12140)

svn path=/main/branches/2.1.6/; revision=12141

15 years agoFix depgraph._dep_check_composite_db._visible() to reject installed packages
Zac Medico [Tue, 2 Dec 2008 23:39:59 +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. (trunk r12138)

svn path=/main/branches/2.1.6/; revision=12139

15 years agoSkip sourcing of profile.bashrc during the depend phase. (trunk r12136)
Zac Medico [Tue, 2 Dec 2008 22:39:22 +0000 (22:39 -0000)]
Skip sourcing of profile.bashrc during the depend phase. (trunk r12136)

svn path=/main/branches/2.1.6/; revision=12137

15 years agoSource bashrc files as late as possible, giving them the opportunity to
Zac Medico [Tue, 2 Dec 2008 22:20:34 +0000 (22:20 -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. (trunk r12134)

svn path=/main/branches/2.1.6/; revision=12135

15 years agoFix inconsistencies between the "clean" and "cleanrm" phases. (trunk r12126)
Zac Medico [Mon, 1 Dec 2008 19:06:29 +0000 (19:06 -0000)]
Fix inconsistencies between the "clean" and "cleanrm" phases. (trunk r12126)

svn path=/main/branches/2.1.6/; revision=12129

15 years agoBug #249185 - For more useful output in cases when one or more USE deps
Zac Medico [Mon, 1 Dec 2008 19:04:53 +0000 (19:04 -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. (trunk r12125)

svn path=/main/branches/2.1.6/; revision=12128

15 years agoChange depgraph._slot_collision_info() from a set to a dict that contains
Zac Medico [Mon, 1 Dec 2008 19:02:33 +0000 (19:02 -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. (trunk r12124)

svn path=/main/branches/2.1.6/; revision=12127

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

svn path=/main/branches/2.1.6/; revision=12123

15 years agoAdd 'automatically resolved' blockers to the --pretend docs. (trunk r12120)
Zac Medico [Sat, 29 Nov 2008 06:39:43 +0000 (06:39 -0000)]
Add 'automatically resolved' blockers to the --pretend docs. (trunk r12120)

svn path=/main/branches/2.1.6/; revision=12121

15 years agoUse stat st_dev attributes instead of the older approach. (trunk r12117) v2.1.6_rc2
Zac Medico [Thu, 27 Nov 2008 02:36:41 +0000 (02:36 -0000)]
Use stat st_dev attributes instead of the older approach. (trunk r12117)

svn path=/main/branches/2.1.6/; revision=12118

15 years agoDon't call prepare_build_dirs() inside doebuild() when called for parallel
Zac Medico [Thu, 27 Nov 2008 02:09:11 +0000 (02:09 -0000)]
Don't call prepare_build_dirs() inside doebuild() when called for parallel
fetching. (trunk r12115)

svn path=/main/branches/2.1.6/; revision=12116

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

svn path=/main/branches/2.1.6/; revision=12114

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

svn path=/main/branches/2.1.6/; revision=12112

15 years agoBug #235642 - Create hardlinks when merging identical files. This works by using a
Zac Medico [Wed, 26 Nov 2008 22:40:41 +0000 (22:40 -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. (trunk r12109)

svn path=/main/branches/2.1.6/; revision=12110

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

svn path=/main/branches/2.1.6/; revision=12108

15 years agoBug #205044 - When creating $EBUILD_EXIT_STATUS_FILE, don't direct output to /dev...
Zac Medico [Wed, 26 Nov 2008 20:21:28 +0000 (20:21 -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.
(trunk r12105)

svn path=/main/branches/2.1.6/; revision=12106

15 years agoMake Scheduler.merge() bail out early if PORTAGE_TMPDIR is not properly set.
Zac Medico [Wed, 26 Nov 2008 19:13:23 +0000 (19:13 -0000)]
Make Scheduler.merge() bail out early if PORTAGE_TMPDIR is not properly set.
(trunk r12103)

svn path=/main/branches/2.1.6/; revision=12104

15 years agoAdd some more clarification to the 'ebuild phase exited unexpectedly' message.
Zac Medico [Wed, 26 Nov 2008 18:33:28 +0000 (18:33 -0000)]
Add some more clarification to the 'ebuild phase exited unexpectedly' message.
(trunk r12101)

svn path=/main/branches/2.1.6/; revision=12102

15 years agoBug #248603 - Disable warnings about missing repo_name entries for now, since it's
Zac Medico [Wed, 26 Nov 2008 07:02:16 +0000 (07:02 -0000)]
Bug #248603 - Disable warnings about missing repo_name entries for now, since it's
not really a pressing matter and we still need to update docs and maybe add an emaint
command to generate missing entries for users who just want the warning to go away.

svn path=/main/branches/2.1.6/; revision=12100

15 years agoEliminate redundant Manifest separation code by combining mychanged + mynew sooner.
Zac Medico [Wed, 26 Nov 2008 06:52:05 +0000 (06:52 -0000)]
Eliminate redundant Manifest separation code by combining mychanged + mynew sooner.
(trunk r12098)

svn path=/main/branches/2.1.6/; revision=12099

15 years agoRemove redundant reference to 'mynew' since 'myupdates' already contains those files.
Zac Medico [Wed, 26 Nov 2008 06:40:42 +0000 (06:40 -0000)]
Remove redundant reference to 'mynew' since 'myupdates' already contains those files.
(trunk r12096)

svn path=/main/branches/2.1.6/; revision=12097

15 years agoBug #248464 - With git, there's never any keyword expansion, so there's
Zac Medico [Wed, 26 Nov 2008 06:25:55 +0000 (06:25 -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. (trunk r12094)

svn path=/main/branches/2.1.6/; revision=12095

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

svn path=/main/branches/2.1.6/; revision=12093

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

svn path=/main/branches/2.1.6/; revision=12091

15 years agoBug #248599 - Remove docs for the --list-sets option.
Zac Medico [Tue, 25 Nov 2008 07:08:43 +0000 (07:08 -0000)]
Bug #248599 - Remove docs for the --list-sets option.

svn path=/main/branches/2.1.6/; revision=12089

15 years agoAdd note in --depclean docs about link level dependency breakage.
Zac Medico [Tue, 25 Nov 2008 07:04:59 +0000 (07:04 -0000)]
Add note in --depclean docs about link level dependency breakage.

svn path=/main/branches/2.1.6/; revision=12088

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

svn path=/main/branches/2.1.6/; revision=12087

15 years agoBug #248599 - Remove remaining references to packages sets and preserve-libs.
Zac Medico [Mon, 24 Nov 2008 23:14:54 +0000 (23:14 -0000)]
Bug #248599 - Remove remaining references to packages sets and preserve-libs.

svn path=/main/branches/2.1.6/; revision=12085

15 years agoUse tar options to make files owned in release tarballs owned by
Zac Medico [Mon, 24 Nov 2008 06:51:43 +0000 (06:51 -0000)]
Use tar options to make files owned in release tarballs owned by
portage:portage instead of the current user. (trunk r12081)

svn path=/main/branches/2.1.6/; revision=12084

15 years agoAlso add 2 spaces after newline, for alignment. (trunk r12079) v2.1.6_rc1
Zac Medico [Mon, 24 Nov 2008 03:41:45 +0000 (03:41 -0000)]
Also add 2 spaces after newline, for alignment. (trunk r12079)

svn path=/main/branches/2.1.6/; revision=12080

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

svn path=/main/branches/2.1.6/; revision=12078

15 years agoRemove unused package sets and glsa stuff.
Zac Medico [Mon, 24 Nov 2008 02:57:53 +0000 (02:57 -0000)]
Remove unused package sets and glsa stuff.

svn path=/main/branches/2.1.6/; revision=12076

15 years agoRemove unused sets.conf file.
Zac Medico [Mon, 24 Nov 2008 02:42:30 +0000 (02:42 -0000)]
Remove unused sets.conf file.

svn path=/main/branches/2.1.6/; revision=12075

15 years agoAdd back the --depclean warning about "link level dependencies" since the
Zac Medico [Mon, 24 Nov 2008 02:20:49 +0000 (02:20 -0000)]
Add back the --depclean warning about "link level dependencies" since the
2.1.6 branch doesn't have lib awareness.

svn path=/main/branches/2.1.6/; revision=12074

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

svn path=/main/branches/2.1.6/; revision=12073

15 years agoDocument the 'eapi' profile file. (trunk r12070)
Zac Medico [Mon, 24 Nov 2008 01:09:15 +0000 (01:09 -0000)]
Document the 'eapi' profile file. (trunk r12070)

svn path=/main/branches/2.1.6/; revision=12071

15 years agoAdd support for parsing EAPI labels in contained in 'eapi' files in the
Zac Medico [Mon, 24 Nov 2008 00:51:09 +0000 (00:51 -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. (trunk r12068)

svn path=/main/branches/2.1.6/; revision=12069

15 years agoMake emerge detect an invalid profile an bail out for anything except
Zac Medico [Mon, 24 Nov 2008 00:34:17 +0000 (00:34 -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. (trunk r12064:12066)

svn path=/main/branches/2.1.6/; revision=12067

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

svn path=/main/branches/2.1.6/; revision=12064

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

svn path=/main/branches/2.1.6/; revision=12062

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

svn path=/main/branches/2.1.6/; revision=12060

15 years agoAdd a note about negative IUSE default settings being ineffective given
Zac Medico [Sun, 23 Nov 2008 22:51:28 +0000 (22:51 -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. (trunk r12057)

svn path=/main/branches/2.1.6/; revision=12058

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

svn path=/main/branches/2.1.6/; revision=12056

15 years agoBug #188780 - Make the read_int() function show a more human readable error
Zac Medico [Sun, 23 Nov 2008 19:48:54 +0000 (19:48 -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'. (trunk r12053)

svn path=/main/branches/2.1.6/; revision=12054

15 years agoFix the code from bug #245358 so that it's guaranteed to traverse all the
Zac Medico [Sun, 23 Nov 2008 07:47:43 +0000 (07:47 -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. (trunk r12051)

svn path=/main/branches/2.1.6/; revision=12052

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

svn path=/main/branches/2.1.6/; revision=12050

15 years agoAdd docs for all of the supported commands. (trunk r12047)
Zac Medico [Sun, 23 Nov 2008 04:25:17 +0000 (04:25 -0000)]
Add docs for all of the supported commands. (trunk r12047)

svn path=/main/branches/2.1.6/; revision=12048

15 years agoWhen displaying anscestors of an unstatisfied dependency (code from bug
Zac Medico [Sun, 23 Nov 2008 00:33:59 +0000 (00:33 -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.
(trunk r12045)

svn path=/main/branches/2.1.6/; revision=12046

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

svn path=/main/branches/2.1.6/; revision=12042

15 years agoAdd some people to the AUTHORS section. (trunk r12033)
Zac Medico [Sat, 22 Nov 2008 09:19:48 +0000 (09:19 -0000)]
Add some people to the AUTHORS section. (trunk r12033)

svn path=/main/branches/2.1.6/; revision=12034

15 years agoFix quoting on $CHANGELOG_REVISION. (trunk r12030)
Zac Medico [Sat, 22 Nov 2008 04:47:29 +0000 (04:47 -0000)]
Fix quoting on $CHANGELOG_REVISION. (trunk r12030)

svn path=/main/branches/2.1.6/; revision=12031

15 years agoMake sure the dict returned from _parse_data() contains all of _known_keys.
Zac Medico [Sat, 22 Nov 2008 03:53:01 +0000 (03:53 -0000)]
Make sure the dict returned from _parse_data() contains all of _known_keys.
(trunk r12028)

svn path=/main/branches/2.1.6/; revision=12029

15 years agoAdd missing '%' symbol (for binary package moves) to the key that's displayed
Zac Medico [Sat, 22 Nov 2008 02:00:17 +0000 (02:00 -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.
(trunk r12026)

svn path=/main/branches/2.1.6/; revision=12027

15 years agoFix some cases in dep_zapdeps() where blocker atoms are inappropriately tested
Zac Medico [Sat, 22 Nov 2008 01:43:38 +0000 (01:43 -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. (trunk r12024)

svn path=/main/branches/2.1.6/; revision=12025

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

svn path=/main/branches/2.1.6/; revision=12023

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

svn path=/main/branches/2.1.6/; revision=12021

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

svn path=/main/branches/2.1.6/; revision=12019

15 years agoIn EbuildProcess._start(), don't open the log file during the clean phase
Zac Medico [Fri, 21 Nov 2008 21:28:58 +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. (trunk r12016)

svn path=/main/branches/2.1.6/; revision=12017

15 years agoIn JobStatusDisplay, always flush the output stream after writing to it.
Zac Medico [Fri, 21 Nov 2008 08:24:22 +0000 (08:24 -0000)]
In JobStatusDisplay, always flush the output stream after writing to it.
(trunk r12014)

svn path=/main/branches/2.1.6/; revision=12015

15 years agoWhen given an ambiguous ebuild name to install, format the list of choices
Zac Medico [Fri, 21 Nov 2008 02:49:10 +0000 (02:49 -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. (trunk
r12012)

svn path=/main/branches/2.1.6/; revision=12013

15 years agoRemove inappropriate backslash escaping inside _db_escape_string(). (trunk
Zac Medico [Thu, 20 Nov 2008 22:43:07 +0000 (22:43 -0000)]
Remove inappropriate backslash escaping inside _db_escape_string(). (trunk
r12010)

svn path=/main/branches/2.1.6/; revision=12011

15 years agoInside _parse_data(), don't rely on the magic 22 line count for the flat_list
Zac Medico [Thu, 20 Nov 2008 21:08:29 +0000 (21:08 -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. (trunk
r12008)

svn path=/main/branches/2.1.6/; revision=12009

15 years agoBug #247370 - Use a private PORTAGE_TMPDIR for --fetchonly mode in order
Zac Medico [Thu, 20 Nov 2008 02:40:33 +0000 (02:40 -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. (trunk r12006)

svn path=/main/branches/2.1.6/; revision=12007

15 years agoBug #247625 - Update PORTAGE_IONICE_COMMAND docs to reflect that it is
Zac Medico [Wed, 19 Nov 2008 22:53:25 +0000 (22:53 -0000)]
Bug #247625 - Update PORTAGE_IONICE_COMMAND docs to reflect that it is
unset by default. (trunk r12002:12004)

svn path=/main/branches/2.1.6/; revision=12005

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

svn path=/main/branches/2.1.6/; revision=12002

15 years agoBug #245716 - When generating QA notices for 'command not found' messages in
Zac Medico [Wed, 19 Nov 2008 06:48:36 +0000 (06:48 -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. (trunk r11999)

svn path=/main/branches/2.1.6/; revision=12000

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

svn path=/main/branches/2.1.6/; revision=11998

15 years agoWhen warning about 'missing repo_name', also give the exact path where the
Zac Medico [Tue, 18 Nov 2008 21:25:11 +0000 (21:25 -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. (trunk r11993:11995)

svn path=/main/branches/2.1.6/; revision=11996

15 years agoMake serialize_eclasses() sort eclass names. (trunk r11992)
Zac Medico [Tue, 18 Nov 2008 08:17:58 +0000 (08:17 -0000)]
Make serialize_eclasses() sort eclass names. (trunk r11992)

svn path=/main/branches/2.1.6/; revision=11993

15 years agoFor emerge --metadata runs, update _eclasses_ metadata to insert local eclass
Zac Medico [Tue, 18 Nov 2008 07:06:27 +0000 (07:06 -0000)]
For emerge --metadata runs, update _eclasses_ metadata to insert local eclass
paths. (trunk r11990)

svn path=/main/branches/2.1.6/; revision=11991

15 years agoinclude quotes when showing make output (trunk r11988)
Zac Medico [Tue, 18 Nov 2008 03:04:56 +0000 (03:04 -0000)]
include quotes when showing make output (trunk r11988)

svn path=/main/branches/2.1.6/; revision=11989

15 years agoStore the _eclasses_ field instead of INHERITED. (trunk r11986)
Zac Medico [Mon, 17 Nov 2008 23:41:17 +0000 (23:41 -0000)]
Store the _eclasses_ field instead of INHERITED. (trunk r11986)

svn path=/main/branches/2.1.6/; revision=11987

15 years agoBug #139134 - Make the flat_hash and metadata modules write the _mtime_
Zac Medico [Mon, 17 Nov 2008 23:10:27 +0000 (23:10 -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. (trunk r11984)

svn path=/main/branches/2.1.6/; revision=11985

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

svn path=/main/branches/2.1.6/; revision=11983

15 years agoWhen committing manifests, specify the manifest paths instead of using git
Zac Medico [Mon, 17 Nov 2008 09:37:53 +0000 (09:37 -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. (trunk r11980)

svn path=/main/branches/2.1.6/; revision=11981

15 years agoBug #246667 - Add REPOMAN_VCS_LOCAL_OPTS and REPOMAN_VCS_GLOBAL_OPTS variables
Zac Medico [Mon, 17 Nov 2008 09:27:00 +0000 (09:27 -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. (trunk r11978)

svn path=/main/branches/2.1.6/; revision=11979

15 years agoAdd missing -a option for git commits. (trunk r11976)
Zac Medico [Mon, 17 Nov 2008 08:58:51 +0000 (08:58 -0000)]
Add missing -a option for git commits. (trunk r11976)

svn path=/main/branches/2.1.6/; revision=11977

15 years agoFix the 'jobserver unavailable' regex to match gmake. (trunk r11974)
Zac Medico [Mon, 17 Nov 2008 00:52:19 +0000 (00:52 -0000)]
Fix the 'jobserver unavailable' regex to match gmake. (trunk r11974)

svn path=/main/branches/2.1.6/; revision=11975

15 years agoAdd a QA Notice for 'jobserver unavailable' from make in the build log. Thanks
Zac Medico [Sun, 16 Nov 2008 21:31:49 +0000 (21:31 -0000)]
Add a QA Notice for 'jobserver unavailable' from make in the build log. Thanks
to Diego 'Flameeyes' Pettenò <flameeyes@g.o> for the suggestion. (trunk r11972)

svn path=/main/branches/2.1.6/; revision=11973

15 years agoTrigger the --include-dev suggestion for any keywords from dev profiles, even
Zac Medico [Sun, 16 Nov 2008 20:45:33 +0000 (20:45 -0000)]
Trigger the --include-dev suggestion for any keywords from dev profiles, even
if those keywords also belong to stable profiles. (trunk r11970)

svn path=/main/branches/2.1.6/; revision=11971

15 years agoSuggest to use the new --include-dev (-d) option in cases when some ebuilds
Zac Medico [Sun, 16 Nov 2008 20:39:39 +0000 (20:39 -0000)]
Suggest to use the new --include-dev (-d) option in cases when some ebuilds
have keywords from 'dev' profiles. This should help avoid confusion about
'dev' profiles no longer being checked by default. (trunk r11968)

svn path=/main/branches/2.1.6/; revision=11969

15 years agoOnly show the "--without-mask" suggestion when packages are actually masked
Zac Medico [Sun, 16 Nov 2008 18:11:46 +0000 (18:11 -0000)]
Only show the "--without-mask" suggestion when packages are actually masked
by package.mask (rather than just keywords). (trunk r11966)

svn path=/main/branches/2.1.6/; revision=11967

15 years agoAdd a short -d option for the new --include-dev option. Thanks to Joshua
Zac Medico [Sun, 16 Nov 2008 08:14:02 +0000 (08:14 -0000)]
Add a short -d option for the new --include-dev option. Thanks to Joshua
Kinard <kumba@g.o> for the suggestion. (trunk r11964)

svn path=/main/branches/2.1.6/; revision=11965

15 years agoIn order to reduce time consumed for dependency checks, skip 'dev' profiles
Zac Medico [Sun, 16 Nov 2008 07:59:12 +0000 (07:59 -0000)]
In order to reduce time consumed for dependency checks, skip 'dev' profiles
by default and add an --include-dev option which causes them to be checked.
Given the current profiles.desc content, this approximately halves the number
of profiles checked by default and also halves the time consumed by repoman.
Thanks to Donnie Berkholz <dberkholz@g.o> for the suggestion. (trunk r11962)

svn path=/main/branches/2.1.6/; revision=11963

15 years agoWhen a "slot conflict" occurs due to USE dependencies, display the usual
Zac Medico [Sun, 16 Nov 2008 07:29:04 +0000 (07:29 -0000)]
When a "slot conflict" occurs due to USE dependencies, display the usual
slot conflict output together with the unsatisfied USE dependency output,
since both might be useful. (trunk r11960)

svn path=/main/branches/2.1.6/; revision=11961