summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make fixpackages use a new "#" symbol for /var/db updates (previously '*'v2.1.6_rc3Zac Medico2008-12-051-2/+11
| | | | | | which means 'binary update' was used). (trunk r12159) svn path=/main/branches/2.1.6/; revision=12160
* Make fixpackages less noisy by only generting '*' characters for packagesZac Medico2008-12-042-5/+14
| | | | | | that are modified by updates. (trunk r12155) svn path=/main/branches/2.1.6/; revision=12158
* Enable FEATURES=fixpackages by default since the performance is prettyZac Medico2008-12-042-1/+3
| | | | | | | 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
* Make sure depgraph._slot_conflict_explanation() doesn't display the sameZac Medico2008-12-041-1/+1
| | | | | | atom more than once. (trunk r12150) svn path=/main/branches/2.1.6/; revision=12151
* Bug #249185 - For common cases in which USE deps trigger SLOT conflicts, giveZac Medico2008-12-041-18/+98
| | | | | | | a short explanation and suggest a course of action to solve the problem. (trunk r12148) svn path=/main/branches/2.1.6/; revision=12149
* Break references between the depgraph and the dropped tasks insideZac Medico2008-12-031-0/+1
| | | | | | | 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
* When --keep-going drops packages due to unsatisfied dependencies, includeZac Medico2008-12-031-0/+1
| | | | | | | | 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
* It's not safe to use the git commit -a option since there mightZac Medico2008-12-031-0/+23
| | | | | | | | | | 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
* When calling `git ls-files -m` to list modified files, use --with-tree=HEADZac Medico2008-12-031-2/+2
| | | | | | | | | | | 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
* Fix depgraph._dep_check_composite_db._visible() to reject installed packagesZac Medico2008-12-021-7/+7
| | | | | | | | | 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
* Skip sourcing of profile.bashrc during the depend phase. (trunk r12136)Zac Medico2008-12-021-8/+11
| | | | svn path=/main/branches/2.1.6/; revision=12137
* Source bashrc files as late as possible, giving them the opportunity toZac Medico2008-12-023-5/+8
| | | | | | | 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
* Fix inconsistencies between the "clean" and "cleanrm" phases. (trunk r12126)Zac Medico2008-12-011-3/+3
| | | | svn path=/main/branches/2.1.6/; revision=12129
* Bug #249185 - For more useful output in cases when one or more USE depsZac Medico2008-12-011-50/+122
| | | | | | | | 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
* Change depgraph._slot_collision_info() from a set to a dict that containsZac Medico2008-12-011-11/+16
| | | | | | | 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
* Add a sanity check inside depgraph._add_pkg() to ensure that the dependenciesZac Medico2008-11-291-1/+5
| | | | | | of the same package are never processed more than once. (trunk r12122) svn path=/main/branches/2.1.6/; revision=12123
* Add 'automatically resolved' blockers to the --pretend docs. (trunk r12120)Zac Medico2008-11-291-1/+2
| | | | svn path=/main/branches/2.1.6/; revision=12121
* Use stat st_dev attributes instead of the older approach. (trunk r12117)v2.1.6_rc2Zac Medico2008-11-271-2/+1
| | | | svn path=/main/branches/2.1.6/; revision=12118
* Don't call prepare_build_dirs() inside doebuild() when called for parallelZac Medico2008-11-271-1/+4
| | | | | | fetching. (trunk r12115) svn path=/main/branches/2.1.6/; revision=12116
* For bug #235642, include the stat mode, uid, and gid bits in the hardlink key.Zac Medico2008-11-261-1/+2
| | | | | | (trunk r12113) svn path=/main/branches/2.1.6/; revision=12114
* In movefile(), ignore the hardlink_candidates parameter when it's an empty list.Zac Medico2008-11-261-1/+1
| | | | | | (trunk r12111) svn path=/main/branches/2.1.6/; revision=12112
* Bug #235642 - Create hardlinks when merging identical files. This works by ↵Zac Medico2008-11-262-7/+58
| | | | | | | | | 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
* Don't direct to /dev/null when creating $EBUILD_EXIT_STATUS_FILE inside die.Zac Medico2008-11-261-2/+1
| | | | | | (trunk r12107) svn path=/main/branches/2.1.6/; revision=12108
* Bug #205044 - When creating $EBUILD_EXIT_STATUS_FILE, don't direct output to ↵Zac Medico2008-11-261-3/+9
| | | | | | | | | /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
* Make Scheduler.merge() bail out early if PORTAGE_TMPDIR is not properly set.Zac Medico2008-11-261-0/+16
| | | | | | (trunk r12103) svn path=/main/branches/2.1.6/; revision=12104
* Add some more clarification to the 'ebuild phase exited unexpectedly' message.Zac Medico2008-11-261-3/+14
| | | | | | (trunk r12101) svn path=/main/branches/2.1.6/; revision=12102
* Bug #248603 - Disable warnings about missing repo_name entries for now, ↵Zac Medico2008-11-261-1/+1
| | | | | | | | | 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
* Eliminate redundant Manifest separation code by combining mychanged + mynew ↵Zac Medico2008-11-261-13/+4
| | | | | | | | sooner. (trunk r12098) svn path=/main/branches/2.1.6/; revision=12099
* Remove redundant reference to 'mynew' since 'myupdates' already contains ↵Zac Medico2008-11-261-2/+2
| | | | | | | | those files. (trunk r12096) svn path=/main/branches/2.1.6/; revision=12097
* Bug #248464 - With git, there's never any keyword expansion, so there'sZac Medico2008-11-261-6/+20
| | | | | | | 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
* Bug #248782 - Handle permission error in EbuildFetchonly.execute() if ↵Zac Medico2008-11-261-1/+6
| | | | | | | | PORTAGE_TMPDIR is not writable. (trunk r12092) svn path=/main/branches/2.1.6/; revision=12093
* Note that file names in /etc/portage/package.* directories are sorted ascendingZac Medico2008-11-261-2/+3
| | | | | | alphabetical order before being summed together. (trunk r12090) svn path=/main/branches/2.1.6/; revision=12091
* Bug #248599 - Remove docs for the --list-sets option.Zac Medico2008-11-251-3/+0
| | | | svn path=/main/branches/2.1.6/; revision=12089
* Add note in --depclean docs about link level dependency breakage.Zac Medico2008-11-252-2/+8
| | | | svn path=/main/branches/2.1.6/; revision=12088
* Remove world and system targets for emerge --help since it no longer works ↵Zac Medico2008-11-252-30/+1
| | | | | | | | now that they are sets rather than actions. (trunk r12086) svn path=/main/branches/2.1.6/; revision=12087
* Bug #248599 - Remove remaining references to packages sets and preserve-libs.Zac Medico2008-11-245-30/+9
| | | | svn path=/main/branches/2.1.6/; revision=12085
* Use tar options to make files owned in release tarballs owned byZac Medico2008-11-241-1/+2
| | | | | | portage:portage instead of the current user. (trunk r12081) svn path=/main/branches/2.1.6/; revision=12084
* Also add 2 spaces after newline, for alignment. (trunk r12079)v2.1.6_rc1Zac Medico2008-11-241-1/+1
| | | | svn path=/main/branches/2.1.6/; revision=12080
* Add one newline, to wrap the "Global Updates" key to less than 80 columns.Zac Medico2008-11-241-1/+1
| | | | | | (trunk r12077) svn path=/main/branches/2.1.6/; revision=12078
* Remove unused package sets and glsa stuff.Zac Medico2008-11-2414-1530/+0
| | | | svn path=/main/branches/2.1.6/; revision=12076
* Remove unused sets.conf file.Zac Medico2008-11-241-66/+0
| | | | svn path=/main/branches/2.1.6/; revision=12075
* Add back the --depclean warning about "link level dependencies" since theZac Medico2008-11-241-0/+4
| | | | | | 2.1.6 branch doesn't have lib awareness. svn path=/main/branches/2.1.6/; revision=12074
* Fix typo in --help. (trunk r12072)Zac Medico2008-11-241-1/+1
| | | | svn path=/main/branches/2.1.6/; revision=12073
* Document the 'eapi' profile file. (trunk r12070)Zac Medico2008-11-241-0/+6
| | | | svn path=/main/branches/2.1.6/; revision=12071
* Add support for parsing EAPI labels in contained in 'eapi' files in theZac Medico2008-11-241-0/+11
| | | | | | | | | 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
* Make emerge detect an invalid profile an bail out for anything exceptZac Medico2008-11-242-1/+23
| | | | | | | | --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
* Use a table to organize the key of USE flag symbols for the --verbose option.Zac Medico2008-11-231-9/+11
| | | | | | (trunk r12063) svn path=/main/branches/2.1.6/; revision=12064
* Use a table to organize the key of merge list display codes for the --pretendZac Medico2008-11-231-20/+13
| | | | | | option. (trunk r12061) svn path=/main/branches/2.1.6/; revision=12062
* Document "I" which represents PROPERTIES=interactive in the merge listZac Medico2008-11-231-0/+2
| | | | | | display. (trunk r12059) svn path=/main/branches/2.1.6/; revision=12060
* Add a note about negative IUSE default settings being ineffective givenZac Medico2008-11-231-1/+3
| | | | | | | 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