summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Collapse)AuthorAgeFilesLines
* Remove all \a (alert/bell/beep) tokens (bug 336024)Sebastian Luther2010-09-061-2/+2
|
* Use metadata.xml to print maintainer information in build.logSebastian Luther2010-09-061-0/+12
|
* slot_collision_handler: Fix bug related to highlight_violations (bug 336085)Sebastian Luther2010-09-061-10/+6
|
* In depgraph.schedulerGraph(), make sure all references are brokenZac Medico2010-09-061-0/+1
| | | | to packages in the FakeVartrees.
* Fix FakeVartree.sync() to remove stale packages from _pkg_cache.Zac Medico2010-09-061-0/+3
|
* Make depgraph.schedulerGraph() return an instance ofZac Medico2010-09-062-26/+48
| | | | | | | _scheduler_graph_config instead of just a digraph. This new object includes instances of FakeVartree and a package cache that is pruned to contain only installed packages or those in the digraph.
* Fix FakeVartree._pkg() to cache package instances in self._pkg_cache,Zac Medico2010-09-051-0/+1
| | | | for use by depgraph.
* Make Scheduler._destroy_installed_graph() destroy _digraph.Zac Medico2010-09-051-3/+4
|
* Remove unused p_type variable in show_invalid_depstring_notice().Zac Medico2010-09-051-1/+0
|
* Bug #336085 - Fix logic error insideZac Medico2010-09-051-1/+6
| | | | | | slot_conflict_handler._prepare_conflict_msg_and_check_for_specificity() which causes an irrelevant "use" collision reason to be passed to highlight_violations().
* Fix want_restart_for_use_change() to flatten deps before comparing tokens as ↵Sebastian Luther2010-09-051-2/+2
| | | | sets.
* always apply EPREFIX prepending to GLOBAL_CONFIG_PATHFabian Groffen2010-09-052-3/+11
|
* Don't regenerate GNU Info if the dir contains a .keepinfodir file, bug 257260.Ulrich Mueller2010-09-051-5/+7
|
* Fix depgraph._wrapped_select_pkg_highest_available_imp() to checkZac Medico2010-09-051-1/+1
| | | | USE settings for installed packages when --newuse is enabled.
* Add a more generic AbstractEbuildProcess._elog() method to replaceZac Medico2010-09-051-3/+13
| | | | the existing _eerror() method.
* Make EbuildPhase._elog() use the NOCOLOR variable from self.settings,Zac Medico2010-09-051-2/+8
| | | | so presence of color in the log file is consistent.
* Take the code which displays ebuild information before pkg_setup,Zac Medico2010-09-051-0/+26
| | | | | and move it from ebuild.sh to EbuildPhase. This way we can easily use python to extend it for bug #336019.
* Remove redundant initial os.sep argument to os.path.join() callsZac Medico2010-09-051-1/+1
| | | | involving EROOT.
* In show_invalid_depstring_notice(), use normal Package attributesZac Medico2010-09-041-3/+3
| | | | | instead of the old Task.__getitem__() approach that relies on the values inside the hash key.
* In AbstractEbuildProcess._start(), verify that PORTAGE_BUILDIRZac Medico2010-09-041-0/+13
| | | | exists and bail out if necessary.
* Add scheduler._init_installed_graph() and _destroy_installed_graph()Zac Medico2010-09-041-18/+39
| | | | | methods and use them to free memory when calling _calc_resume_list() for emerge --keep-going.
* Ignore build-time blockers from DEPEND inZac Medico2010-09-041-1/+6
| | | | | BlockerDB.findInstalledBlockers(), since the given package should be built already.
* Add a Scheduler._frozen_config attribute that will be useful forZac Medico2010-09-042-13/+18
| | | | | | dependency calculations related to aggressive parallelization (bug #279623). The FakeVartree instances are shared with the existing BlockerDB instances.
* use EROOT with NEWS_LIB_PATHFabian Groffen2010-09-041-1/+1
|
* use EROOT with WORLD_SETS_FILEFabian Groffen2010-09-041-1/+1
|
* Don't set _, which is reserved for portage.localization._().Arfrever Frehtes Taifersar Arahesis2010-09-041-2/+4
|
* Remove redundant writemsg_stdout() call in search.output() which causesZac Medico2010-09-041-1/+0
| | | | duplicate emerge --search output when package sets are matched.
* use EROOT with CACHE_PATHFabian Groffen2010-09-042-2/+3
|
* use EROOT with VDB_PATHFabian Groffen2010-09-042-3/+3
|
* use EROOT with VDB_PATHFabian Groffen2010-09-042-3/+3
|
* In BinpkgExtractorAsync, add -q to bzip2 opts, in order to avoidZac Medico2010-09-041-1/+3
| | | | | "trailing garbage after EOF ignored" warning messages due to xpak trailer.
* Fix breakage from previous commit.Zac Medico2010-09-031-6/+6
|
* Move AlarmSignal.unregister() call to a better place in action_sync().Zac Medico2010-09-031-2/+3
|
* Use AlarmSignal for alarm timeout in action_sync().Zac Medico2010-09-031-8/+5
|
* Add support for a timeout argument to QueueScheduler.run() andZac Medico2010-09-033-10/+42
| | | | | use it in IpcDaemonTestCase to implement a 40 second timeout in test cases.
* Account for package.use.force/mask in previous commit.Zac Medico2010-09-031-2/+4
|
* autounmask: Don't print masked/forced flags in "required by" commentsSebastian Luther2010-09-031-0/+4
|
* Old "Change USE" message: Don't screw up if the highest version is masked ↵Sebastian Luther2010-09-031-7/+17
| | | | and parent changes exist
* Make emerge display a warning message if FEATURES contains keepworkZac Medico2010-09-031-0/+15
| | | | | or keeptemp since these features may confuse users and lead them to report invalid bugs.
* Fix whenago() to show times as integers instead of floats.v2.2_rc74Zac Medico2010-09-021-5/+5
|
* Bug #248603 - Add a _ENABLE_REPO_NAME_WARN constant that's used toZac Medico2010-09-021-1/+4
| | | | | disable warnings about "missing repo_name entries" for the stable branch.
* Adjust EbuildIpcDaemon pickle read and write code in order to ensureZac Medico2010-09-022-4/+30
| | | | | atomc reading and writing of whole pickles. This should be the least error-prone approach, given the non-blocking nature of the streams.
* Bug #335642 - Also make show_masked_packages() display to stdout sinceZac Medico2010-09-011-2/+2
| | | | depgraph._show_unsatisfied_dep() calls it.
* Bug #335642 - Revert depgraph._show_unsatisfied_dep() to display toZac Medico2010-09-011-14/+14
| | | | | | | | | stdout, so that app-portage/autounmask continues to work. Note that depgraph.display_problems() temporarily overrides the stdout stream to point to stderr, so mask messages shown there continue to go to stderr. Maybe the emerge --autounmask will eventually make app-portage/autounmask obsolete, but for now we should support both approaches since emerge --autounmask is relatively experimental.
* Remove reference to nonexistent _unlock_builddir() method inv2.2_rc73Zac Medico2010-09-011-1/+0
| | | | EbuildPhase._env_extractor_exit().
* Fix depgraph._serialize_tasks() so that portage-9999 is always promotedZac Medico2010-08-311-1/+3
| | | | to the front of the merge list when it is reinstalled.
* Add comments about consumers of FakeVardbapi.getpath().Zac Medico2010-08-311-0/+4
|
* When portage updates itself and the new version either inheritsZac Medico2010-08-312-4/+9
| | | | | | | | | git.eclass or has 9999 in its version, trigger the 'use copy of current sources for install, then restart portage' routine. This is required since with the live git portage-9999 ebuild we can't use the version to detect incompatible changes to ebuild.sh. This issue was noticed due to recent versions of ebuild.sh expecting PORTAGE_BZIP2_COMMAND to be set, causing incompatibility with installed portage-9999 instances.
* Show PORTAGE_BZIP2_COMMAND and PORTAGE_BUNZIP2_COMMAND in emerge --info,Zac Medico2010-08-301-1/+11
| | | | in case it triggers mysterious unpack() issues or something.
* Bug #335340 - Add support for PORTAGE_BZIP2_COMMAND andZac Medico2010-08-303-3/+3
| | | | | | PORTAGE_BUNZIP2_COMMAND settings in make.conf. This only adds support for binary packages, since that's where pbzip2 can provide the most benefit in common cases.