portage.git
15 years agoBug #251591 - Adjust the InheritAutotools pattern to treat more things similar to
Zac Medico [Sat, 20 Dec 2008 19:46:33 +0000 (19:46 -0000)]
Bug #251591 - Adjust the InheritAutotools pattern to treat more things similar to
whitespace. Now it recognizes escaped newlines, || operators, and && operators.
(trunk r12260)

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

15 years agoBug #251616 - Inside _check_build_log(), remove unnecessary .* patterns from regular
Zac Medico [Sat, 20 Dec 2008 19:46:18 +0000 (19:46 -0000)]
Bug #251616 - Inside _check_build_log(), remove unnecessary .* patterns from regular
expressions. These patterns trigger extreme performance issues when matched against
extremely large lines such as those produced by dev-util/bzr test suite when it
uses \r to rewrite the same line thousands of times. (trunk r12259)

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

15 years agoFix DependencyArg.__str__() to ensure that str type is always returned.
Zac Medico [Sat, 20 Dec 2008 19:45:55 +0000 (19:45 -0000)]
Fix DependencyArg.__str__() to ensure that str type is always returned.
(trunk r12258)

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

15 years agoDetect problems with arguments and return non-zero when appropriate. v2.1.6.1
Zac Medico [Fri, 12 Dec 2008 22:49:35 +0000 (22:49 -0000)]
Detect problems with arguments and return non-zero when appropriate.
(trunk r12248)

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

15 years agoRemove note about the repo_name warning since it's disabled in this branch
Zac Medico [Fri, 12 Dec 2008 22:20:08 +0000 (22:20 -0000)]
Remove note about the repo_name warning since it's disabled in this branch
(bug #248603).

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

15 years agoAdd a new FEATURES=test-fail-continue value which causes ebuild execution
Zac Medico [Fri, 12 Dec 2008 21:51:45 +0000 (21:51 -0000)]
Add a new FEATURES=test-fail-continue value which causes ebuild execution
to continue after the test phase has failed. Thanks to Diego Pettenò
<flameeyes@g.o> for the suggestion. (trunk r12214)

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

15 years agoFix --pretend logic in Binpkg some more. (trunk r12213)
Zac Medico [Fri, 12 Dec 2008 21:51:21 +0000 (21:51 -0000)]
Fix --pretend logic in Binpkg some more. (trunk r12213)

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

15 years agoFix --getbinpkg to behave as expected with --pretend and --fetchonly.
Zac Medico [Fri, 12 Dec 2008 21:50:43 +0000 (21:50 -0000)]
Fix --getbinpkg to behave as expected with --pretend and --fetchonly.
(trunk r12212)

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

15 years agoFix breakage in stale metadata logic inside binarytree._poplulate().
Zac Medico [Fri, 12 Dec 2008 21:50:25 +0000 (21:50 -0000)]
Fix breakage in stale metadata logic inside binarytree._poplulate().
(trunk r12211)

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

15 years agoFix incorrect usage of trap (only remove on signal at a time). (trunk r12210)
Zac Medico [Fri, 12 Dec 2008 21:50:00 +0000 (21:50 -0000)]
Fix incorrect usage of trap (only remove on signal at a time). (trunk r12210)

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

15 years agoWhen using the old binhost protocol, comparison with the remote
Zac Medico [Fri, 12 Dec 2008 21:49:20 +0000 (21:49 -0000)]
When using the old binhost protocol, comparison with the remote
package isn't supported, so the local package is always preferred
even if --getbinpkgonly is enabled. Simplify bintree.isremote()
so it works the same way regardless of which protocol is used. (trunk r12209)

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

15 years agoFix old-style binhost code binarytree.digestCheck() will use local digests when
Zac Medico [Fri, 12 Dec 2008 21:48:56 +0000 (21:48 -0000)]
Fix old-style binhost code binarytree.digestCheck() will use local digests when
a local package overrides a remote one. (trunk r12208)

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

15 years agoFix --getbinpkgonly behavior so that binaries from the remote server are
Zac Medico [Fri, 12 Dec 2008 21:45:18 +0000 (21:45 -0000)]
Fix --getbinpkgonly behavior so that binaries from the remote server are
preferred over local packages if they are not identical. Thanks to Lance
Albertson <ramereth@g.o> for reporting. (trunk r12207)

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

15 years agoDon't warn about missing repo_name for $PORTDIR when it happens to be empty.
Zac Medico [Fri, 12 Dec 2008 21:41:57 +0000 (21:41 -0000)]
Don't warn about missing repo_name for $PORTDIR when it happens to be empty.
(trunk r12206)

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

15 years agoAdd --sync support for `git pull`, and also add a failsafe to prevent rsync
Zac Medico [Fri, 12 Dec 2008 21:41:29 +0000 (21:41 -0000)]
Add --sync support for `git pull`, and also add a failsafe to prevent rsync
from being called if $PORTDIR appears to be under revision control. Thanks
to Daniel Robbins for the initial patch. (trunk r12205)

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

15 years agoFix exit code to return non-zero when an error occurs. Thanks to Christoph
Zac Medico [Fri, 12 Dec 2008 21:40:50 +0000 (21:40 -0000)]
Fix exit code to return non-zero when an error occurs. Thanks to Christoph
Mende <angelos@g.o> for reporting. (trunk r12202)

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

15 years agoMake BinpkgFetcher synchronize the local timestamp of the downloaded file
Zac Medico [Fri, 12 Dec 2008 21:40:20 +0000 (21:40 -0000)]
Make BinpkgFetcher synchronize the local timestamp of the downloaded file
with the remote file, if the fetcher hasn't done it automatically.
(trunk r12201)

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

15 years agoRemove ManifestEntry.__cmp__() since it's not needed and py3k won't use it.
Zac Medico [Fri, 12 Dec 2008 21:39:52 +0000 (21:39 -0000)]
Remove ManifestEntry.__cmp__() since it's not needed and py3k won't use it.
(trunk r12200)

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

15 years agoFor py3k compat, remove Atom.__cmp__() and use str.__lt__() instead.
Zac Medico [Fri, 12 Dec 2008 21:39:35 +0000 (21:39 -0000)]
For py3k compat, remove Atom.__cmp__() and use str.__lt__() instead.
(trunk r12199)

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

15 years agoMake Binpkg clean the build dir immediately after locking it. This ensures
Zac Medico [Fri, 12 Dec 2008 21:39:19 +0000 (21:39 -0000)]
Make Binpkg clean the build dir immediately after locking it. This ensures
that a new PORTAGE_LOG_FILE is created. (trunk r12198)

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

15 years agoMake BinpkgVerifier rename files that fail verification, similar to how
Zac Medico [Fri, 12 Dec 2008 21:39:01 +0000 (21:39 -0000)]
Make BinpkgVerifier rename files that fail verification, similar to how
distfiles are automatically renamed. (trunk r12197)

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

15 years agoMake the Binpkg class handle fetch logging similar to how EbuildBuild does,
Zac Medico [Fri, 12 Dec 2008 21:37:31 +0000 (21:37 -0000)]
Make the Binpkg class handle fetch logging similar to how EbuildBuild does,
directing output to PORTAGE_LOG_FILE instead of emerge-fetch.log which is
only used for prefetchers now. (trunk r12196)

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

15 years agoVerify binary packages even when not in "strict" mode (normal distfiles are
Zac Medico [Fri, 12 Dec 2008 21:36:58 +0000 (21:36 -0000)]
Verify binary packages even when not in "strict" mode (normal distfiles are
also verified in this case). (trunk r12195)

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

15 years agoCreate a BinpkgPrefetcher composite task to handle fetch, verification,
Zac Medico [Fri, 12 Dec 2008 21:36:34 +0000 (21:36 -0000)]
Create a BinpkgPrefetcher composite task to handle fetch, verification,
and injection. (trunk r12194)

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

15 years agoWhen the Binpkg class has fetched a package in --fetchonly mode, wait until
Zac Medico [Fri, 12 Dec 2008 21:36:15 +0000 (21:36 -0000)]
When the Binpkg class has fetched a package in --fetchonly mode, wait until
after the package is verified and injected before returning. (trunk r12193)

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

15 years agourlparse.urljoin() only works correctly with recognized protocols and
Zac Medico [Fri, 12 Dec 2008 21:30:00 +0000 (21:30 -0000)]
urlparse.urljoin() only works correctly with recognized protocols and
requires the base url to have a trailing slash, so join PORTAGE_BINHOST
manually. Thanks to Lance Albertson <ramereth@g.o> for reporting. (trunk r12192)

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

15 years agoWhen processing output from the "depend" phase, use the number of lines as
Zac Medico [Fri, 12 Dec 2008 21:29:26 +0000 (21:29 -0000)]
When processing output from the "depend" phase, use the number of lines as
a sanity check so that bash's returncode doesn't have to be trusted.
(trunk r12191)

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

15 years agoWhen attempting to close fd 9 at the end of the depend phase, use exec so that
Zac Medico [Fri, 12 Dec 2008 21:29:09 +0000 (21:29 -0000)]
When attempting to close fd 9 at the end of the depend phase, use exec so that
it really works. (trunk r12190)

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

15 years agoBug #250148 - Prevent ebuild.sh subprocess from inheriting file descriptor
Zac Medico [Fri, 12 Dec 2008 21:28:54 +0000 (21:28 -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. (trunk r12189)

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

15 years agoBug #250166 - To avoid accidental regeneration of digests with the incorrect
Zac Medico [Fri, 12 Dec 2008 21:28:11 +0000 (21:28 -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). (trunk r12185:12188)

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

15 years agoWhen in --debug mode, make the depgraph call self.digraph.debug_print() to
Zac Medico [Fri, 12 Dec 2008 21:25:36 +0000 (21:25 -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. (trunk r12185)

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

15 years agoFor py3k compat, avoid using list.sort(cmp). (trunk r12184)
Zac Medico [Fri, 12 Dec 2008 21:24:53 +0000 (21:24 -0000)]
For py3k compat, avoid using list.sort(cmp). (trunk r12184)

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

15 years agoFor py3k compat, remove Package.__cmp__() and related cmp() function call.
Zac Medico [Fri, 12 Dec 2008 21:23:54 +0000 (21:23 -0000)]
For py3k compat, remove Package.__cmp__() and related cmp() function call.
(trunk r12183)

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

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

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

15 years agoAvoid TypeError in BlockerCache.__iter__() that's triggered with
Zac Medico [Fri, 12 Dec 2008 21:20:59 +0000 (21:20 -0000)]
Avoid TypeError in BlockerCache.__iter__() that's triggered with
FEATURES=python-trace. Thanks to Fabian Groffen <grobian@g.o> for reporting.
(trunk r12180)

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

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