portage.git
13 years agoemerge: support ../ path arguments
Zac Medico [Tue, 8 Feb 2011 19:39:41 +0000 (11:39 -0800)]
emerge: support ../ path arguments

This will fix bug #354141.

13 years agoexpand_new_virtuals: fix pkg_use_enabled call
Zac Medico [Tue, 8 Feb 2011 18:54:51 +0000 (10:54 -0800)]
expand_new_virtuals: fix pkg_use_enabled call

AttributeError: 'tuple' object has no attribute 'use'

13 years agorepoman.herdbase: tolerate expat ImportError
Zac Medico [Tue, 8 Feb 2011 10:01:13 +0000 (02:01 -0800)]
repoman.herdbase: tolerate expat ImportError

We tolerate global scope import failures for optional modules, so that
ImportModulesTestCase can succeed (or possibly alert us about
unexpected import failures).

13 years agoportage.debug: handle threading ImportError
Zac Medico [Tue, 8 Feb 2011 09:32:09 +0000 (01:32 -0800)]
portage.debug: handle threading ImportError

13 years agotest_import_modules: exempt repoman.herdbase
Zac Medico [Tue, 8 Feb 2011 09:09:03 +0000 (01:09 -0800)]
test_import_modules: exempt repoman.herdbase

The repoman.herdbase module requires python with xml support.

13 years agocache.ebuild_xattr: don't import ENODATA globally
Zac Medico [Tue, 8 Feb 2011 06:35:14 +0000 (22:35 -0800)]
cache.ebuild_xattr: don't import ENODATA globally

ENODATA is undefined on FreeBSD. This will fix bug #354057.

13 years agoexpand_new_virtuals: handle None for myuse v2.2.0_alpha22
Zac Medico [Tue, 8 Feb 2011 00:42:37 +0000 (16:42 -0800)]
expand_new_virtuals: handle None for myuse

13 years agoexpand_new_virtuals: fix last commit USE handling
Zac Medico [Mon, 7 Feb 2011 22:19:33 +0000 (14:19 -0800)]
expand_new_virtuals: fix last commit USE handling

13 years agoUpdate dates in headers.
Zac Medico [Mon, 7 Feb 2011 22:06:56 +0000 (14:06 -0800)]
Update dates in headers.

13 years agoparen_reduce: allow parens in atoms, for EAPI 4
Zac Medico [Mon, 7 Feb 2011 21:59:23 +0000 (13:59 -0800)]
paren_reduce: allow parens in atoms, for EAPI 4

This will fix bug #354003.

13 years agoebuild.5: fix spelling of "defaults"
Zac Medico [Mon, 7 Feb 2011 21:25:42 +0000 (13:25 -0800)]
ebuild.5: fix spelling of "defaults"

13 years agoexpand_new_virtuals: fix logic from prev commit
Zac Medico [Mon, 7 Feb 2011 11:43:06 +0000 (03:43 -0800)]
expand_new_virtuals: fix logic from prev commit

We need to evaluate conditionals for dependency matching purposes,
though the unevaluated atom will still be available later for other
purposes.

13 years agoexpand_new_virtuals: save atom unevaluated use
Zac Medico [Mon, 7 Feb 2011 11:11:08 +0000 (03:11 -0800)]
expand_new_virtuals: save atom unevaluated use

This leads to a better unsatisfied USE message than the one reported
in bug 353933, comment #3. TODO: Fix it so that these generated
atoms don't break depgraph._get_dep_chain(), due to not being
identical to the original atoms and therefore breaking
extract_affecting_use().

13 years agocache.sqlite: handle sqlite ImportError v2.2.0_alpha21
Zac Medico [Mon, 7 Feb 2011 00:13:22 +0000 (16:13 -0800)]
cache.sqlite: handle sqlite ImportError

This will fix bug #353836.

13 years agodefault_src_test: handle EAPI 4 emake failure
Zac Medico [Sun, 6 Feb 2011 23:00:47 +0000 (15:00 -0800)]
default_src_test: handle EAPI 4 emake failure

This will fix bug #353897.

13 years agobacktrack_depgraph: get_best_run for last run v2.2.0_alpha20
Zac Medico [Sat, 5 Feb 2011 07:32:54 +0000 (23:32 -0800)]
backtrack_depgraph: get_best_run for last run

It's essential to feed back autounmask config changes, especially
USE changes, in order to make the last run as successful as possible.
This fixes a regression in the master branch, since commit
2186f87c22e0c4bdb86065855c2034bdbb66fa45.

13 years agoget_dep_chain: add "set" node type
Zac Medico [Sat, 5 Feb 2011 03:20:37 +0000 (19:20 -0800)]
get_dep_chain: add "set" node type

13 years agoRevert "parse_metadata_use(): omit empty text tokens."
Zac Medico [Sat, 5 Feb 2011 00:56:14 +0000 (16:56 -0800)]
Revert "parse_metadata_use(): omit empty text tokens."

This reverts commit 52f6b55d51e2accaa446bc5d6920421959289baa.

Since split() never return empty tokens, this patch does nothing.

13 years agocheck_required_use: remove obsolete hunk
Zac Medico [Sat, 5 Feb 2011 00:27:25 +0000 (16:27 -0800)]
check_required_use: remove obsolete hunk

13 years agoREQUIRED_USE: fix parens display and test more
Zac Medico [Sat, 5 Feb 2011 00:16:15 +0000 (16:16 -0800)]
REQUIRED_USE: fix parens display and test more

13 years agoREQUIRED_USE: fix single child conditionals disp
Zac Medico [Fri, 4 Feb 2011 22:59:28 +0000 (14:59 -0800)]
REQUIRED_USE: fix single child conditionals disp

13 years agocheck_required_use: clarify operator logic
Zac Medico [Fri, 4 Feb 2011 22:31:32 +0000 (14:31 -0800)]
check_required_use: clarify operator logic

13 years agoREQUIRED_USE: fix parens display and test more
Zac Medico [Fri, 4 Feb 2011 21:07:52 +0000 (13:07 -0800)]
REQUIRED_USE: fix parens display and test more

13 years agodepgraph: make downgrades trigger complete graph
Zac Medico [Fri, 4 Feb 2011 17:41:30 +0000 (09:41 -0800)]
depgraph: make downgrades trigger complete graph

It's common for downgrades to break dependencies, as in bug #353613, so
automatically trigger complete graph mode when a downgrade is found.

13 years agoebuild(1): skip REQUIRED_USE for some phases
Zac Medico [Fri, 4 Feb 2011 17:23:12 +0000 (09:23 -0800)]
ebuild(1): skip REQUIRED_USE for some phases

13 years agoebuild(1): ensure REQUIRED_USE is satisfied
Zac Medico [Fri, 4 Feb 2011 17:17:46 +0000 (09:17 -0800)]
ebuild(1): ensure REQUIRED_USE is satisfied

13 years agodepgraph: don't drop deps in _add_dep
Zac Medico [Fri, 4 Feb 2011 15:41:45 +0000 (07:41 -0800)]
depgraph: don't drop deps in _add_dep

This will fix bug #353613. We remove a hunk of code that was meant
to limit recursion, but is obsolete an buggy. The recursion limiting
is now handled by _add_pkg and the _ignored_deps stack.

13 years agoRemove from list by index, not search.
Zac Medico [Fri, 4 Feb 2011 06:28:35 +0000 (22:28 -0800)]
Remove from list by index, not search.

13 years agoREQUIRED_USE: more display tests
Zac Medico [Fri, 4 Feb 2011 06:03:07 +0000 (22:03 -0800)]
REQUIRED_USE: more display tests

13 years agoREQUIRED_USE: fix parens display and test more
Zac Medico [Fri, 4 Feb 2011 05:42:18 +0000 (21:42 -0800)]
REQUIRED_USE: fix parens display and test more

13 years agoparse_metadata_use(): omit empty text tokens.
Michał Górny [Thu, 3 Feb 2011 20:49:31 +0000 (21:49 +0100)]
parse_metadata_use(): omit empty text tokens.

13 years agoREQUIRED_USE: fix parens display and test
Zac Medico [Fri, 4 Feb 2011 01:38:32 +0000 (17:38 -0800)]
REQUIRED_USE: fix parens display and test

13 years agoREQUIRED_USE: display unsatisfied part
Zac Medico [Thu, 3 Feb 2011 23:29:50 +0000 (15:29 -0800)]
REQUIRED_USE: display unsatisfied part

This will fix bug #353234.

13 years agoaction_uninstall: allow repo with wildcard atom
Zac Medico [Thu, 3 Feb 2011 08:14:49 +0000 (00:14 -0800)]
action_uninstall: allow repo with wildcard atom

13 years agobintree: cleanup/fix old binhost code more
Zac Medico [Thu, 3 Feb 2011 07:48:55 +0000 (23:48 -0800)]
bintree: cleanup/fix old binhost code more

13 years agodepgraph: use catsplit where appropriate
Zac Medico [Thu, 3 Feb 2011 07:39:09 +0000 (23:39 -0800)]
depgraph: use catsplit where appropriate

13 years agobintree: clean up dict use in old binhost code
Zac Medico [Thu, 3 Feb 2011 07:12:24 +0000 (23:12 -0800)]
bintree: clean up dict use in old binhost code

13 years agobintree: add missing del from previous commit
Zac Medico [Thu, 3 Feb 2011 07:05:28 +0000 (23:05 -0800)]
bintree: add missing del from previous commit

13 years agobintree: remove unused __remotepkgs
Zac Medico [Thu, 3 Feb 2011 05:51:19 +0000 (21:51 -0800)]
bintree: remove unused __remotepkgs

13 years agodepgraph: remove obsolete gpg exception handlers
Zac Medico [Thu, 3 Feb 2011 04:30:37 +0000 (20:30 -0800)]
depgraph: remove obsolete gpg exception handlers

13 years agodepgraph: skip backtrack for fatal errors
Zac Medico [Thu, 3 Feb 2011 04:18:47 +0000 (20:18 -0800)]
depgraph: skip backtrack for fatal errors

13 years agodepgraph: rm obsolete AmbguousPackageName handler
Zac Medico [Thu, 3 Feb 2011 03:41:10 +0000 (19:41 -0800)]
depgraph: rm obsolete AmbguousPackageName handler

13 years agorepoman.1: new variable.usedwithhelpers check
Zac Medico [Thu, 3 Feb 2011 03:04:53 +0000 (19:04 -0800)]
repoman.1: new variable.usedwithhelpers check

13 years agoREQUIRED_USE: no autounmask, so skip backtracking
Zac Medico [Thu, 3 Feb 2011 02:03:05 +0000 (18:03 -0800)]
REQUIRED_USE: no autounmask, so skip backtracking

13 years agoREQUIRED_USE: handle unsatisfied like normal dep
Zac Medico [Wed, 2 Feb 2011 23:51:00 +0000 (15:51 -0800)]
REQUIRED_USE: handle unsatisfied like normal dep

13 years agoemerge.1: update date in header
Zac Medico [Wed, 2 Feb 2011 23:29:22 +0000 (15:29 -0800)]
emerge.1: update date in header

13 years agoemerge.1: Document mask display for bug 58416.
Zac Medico [Wed, 2 Feb 2011 22:25:55 +0000 (14:25 -0800)]
emerge.1: Document mask display for bug 58416.

13 years agoFix grammar in a comment.
Zac Medico [Wed, 2 Feb 2011 22:04:35 +0000 (14:04 -0800)]
Fix grammar in a comment.

13 years agoDisplay: simplify alignment for mask status
Zac Medico [Wed, 2 Feb 2011 21:56:30 +0000 (13:56 -0800)]
Display: simplify alignment for mask status

13 years agoREQUIRED_USE: add blank line after display
Zac Medico [Wed, 2 Feb 2011 21:46:47 +0000 (13:46 -0800)]
REQUIRED_USE: add blank line after display

13 years agoMake || choices independent of REQUIRED_USE.
Zac Medico [Wed, 2 Feb 2011 21:29:42 +0000 (13:29 -0800)]
Make || choices independent of REQUIRED_USE.

13 years ago_get_dep_chain: allow SetArg for first node
Zac Medico [Wed, 2 Feb 2011 05:33:10 +0000 (21:33 -0800)]
_get_dep_chain: allow SetArg for first node

13 years agoShow "missed update" message for REQUIRED_USE.
Zac Medico [Wed, 2 Feb 2011 04:09:50 +0000 (20:09 -0800)]
Show "missed update" message for REQUIRED_USE.

This will fix bug #353443.

13 years agoportage.5: update date in header
Zac Medico [Tue, 1 Feb 2011 16:28:49 +0000 (08:28 -0800)]
portage.5: update date in header

13 years agoportage.5: document /etc/portage/license_groups
Zac Medico [Tue, 1 Feb 2011 16:19:28 +0000 (08:19 -0800)]
portage.5: document /etc/portage/license_groups

13 years agodoebuild: always return success for listonly mode
Zac Medico [Tue, 1 Feb 2011 09:54:01 +0000 (01:54 -0800)]
doebuild: always return success for listonly mode

This compensates for changed fetch() return value in commit
394cd4a00d37fd078f8dd40f89f8c810355d7816, which serves to
trigger the pkg_nofetch phase inside doebuild().

13 years ago_exec: use default SIGINT/TERM handlers
Zac Medico [Tue, 1 Feb 2011 04:47:57 +0000 (20:47 -0800)]
_exec: use default SIGINT/TERM handlers

Avoid issues like bug #353239.

13 years ago_MergeProcess: use default SIGINT/TERM handlers
Zac Medico [Tue, 1 Feb 2011 04:42:46 +0000 (20:42 -0800)]
_MergeProcess: use default SIGINT/TERM handlers

Signal handlers inherited from the parent process are irrelevant here.

13 years agoEbuildFetcher: use default SIGINT/TERM handlers
Zac Medico [Tue, 1 Feb 2011 04:33:48 +0000 (20:33 -0800)]
EbuildFetcher: use default SIGINT/TERM handlers

This seems to fix bug #353239.

13 years agoput main code in a private func() to remove near duplicated code
Brian Dolbec [Tue, 1 Feb 2011 00:12:40 +0000 (16:12 -0800)]
put main code in a private func() to remove near duplicated code

13 years agoemerge: spawn nofetch for --pretend --fetch
Zac Medico [Tue, 1 Feb 2011 00:11:20 +0000 (16:11 -0800)]
emerge: spawn nofetch for --pretend --fetch

This is part of bug 353334.

13 years agodepgraph: display 'searching for similar names'
Zac Medico [Mon, 31 Jan 2011 23:44:55 +0000 (15:44 -0800)]
depgraph: display 'searching for similar names'

It can take few seconds to search, so display a status message.

13 years agoPrint near matches for cmd line atoms without matching ebuild
Sebastian Luther [Mon, 31 Jan 2011 22:35:40 +0000 (23:35 +0100)]
Print near matches for cmd line atoms without matching ebuild

13 years agoImportModulesTestCase: use iterator, not list
Zac Medico [Mon, 31 Jan 2011 22:28:12 +0000 (14:28 -0800)]
ImportModulesTestCase: use iterator, not list

13 years agoEbuildBuild: spawn nofetch for fetchonly
Zac Medico [Mon, 31 Jan 2011 22:10:14 +0000 (14:10 -0800)]
EbuildBuild: spawn nofetch for fetchonly

13 years agoFix a typo in a comment.
Arfrever Frehtes Taifersar Arahesis [Mon, 31 Jan 2011 21:48:11 +0000 (22:48 +0100)]
Fix a typo in a comment.

13 years agoAllow relative paths (starting with ./) on the cmd line
Sebastian Luther [Mon, 31 Jan 2011 17:40:08 +0000 (18:40 +0100)]
Allow relative paths (starting with ./) on the cmd line

bug 352208

13 years agoslot collision suggestions: Avoid showing redundant suggestions.
Sebastian Luther [Mon, 31 Jan 2011 12:45:43 +0000 (13:45 +0100)]
slot collision suggestions: Avoid showing redundant suggestions.

http://forums.gentoo.org/viewtopic-t-862257.html?sid=9ba8646a15044fe024a41154df351c6a

13 years agoDisplay: Simplify mask code for bug #58416.
Zac Medico [Mon, 31 Jan 2011 10:01:48 +0000 (02:01 -0800)]
Display: Simplify mask code for bug #58416.

Hopefully this makes the logic more understandable, though it may
support fewer cases. If we want to handle more cases then hopefully
we can do it without making the code too complex.

13 years agogetRawMissingKeywords: ACCEPT_KEYWORDS, not ARCH
Zac Medico [Mon, 31 Jan 2011 08:53:49 +0000 (00:53 -0800)]
getRawMissingKeywords: ACCEPT_KEYWORDS, not ARCH

13 years agoDisplay: align nomerge nodes more
Zac Medico [Mon, 31 Jan 2011 08:43:52 +0000 (00:43 -0800)]
Display: align nomerge nodes more

13 years agoDisplay: align blocker and nomerge nodes
Zac Medico [Mon, 31 Jan 2011 08:34:20 +0000 (00:34 -0800)]
Display: align blocker and nomerge nodes

13 years agogetRawMissingKeywords: fix getEgroups breakage
Zac Medico [Mon, 31 Jan 2011 08:07:29 +0000 (00:07 -0800)]
getRawMissingKeywords: fix getEgroups breakage

13 years agoebuild_xattr: lazily import xattr
Zac Medico [Mon, 31 Jan 2011 07:46:45 +0000 (23:46 -0800)]
ebuild_xattr: lazily import xattr

13 years agotest/lint/test_import_modules.py: Better error reporting and expected failures
Sebastian Luther [Mon, 31 Jan 2011 07:30:26 +0000 (08:30 +0100)]
test/lint/test_import_modules.py: Better error reporting and expected failures

13 years agoKeywordsManager: use lists where order matters
Zac Medico [Mon, 31 Jan 2011 06:07:38 +0000 (22:07 -0800)]
KeywordsManager: use lists where order matters

Also remove x.lstrip('~') code from from getRawMissingKeywords() since
I don't understand it (was only recently added, and we can add back
later if appropriate).

13 years agoProperly fix my earlier breakage
Brian Dolbec [Mon, 31 Jan 2011 04:36:45 +0000 (20:36 -0800)]
Properly fix my earlier breakage

13 years agofix a "*" being added for a stable pkg-ver
Brian Dolbec [Mon, 31 Jan 2011 04:35:29 +0000 (20:35 -0800)]
fix a "*" being added for a stable pkg-ver

13 years agogetRawMaskAtom: handle user negative incrementals
Zac Medico [Mon, 31 Jan 2011 01:54:16 +0000 (17:54 -0800)]
getRawMaskAtom: handle user negative incrementals

13 years agoDisplay: show masks in the [ ] part
Zac Medico [Mon, 31 Jan 2011 01:11:57 +0000 (17:11 -0800)]
Display: show masks in the [ ] part

Symbol | Mask Type
-------|-----------------
   #   | package.mask
   *   | missing keyword
   ~   | unstable keyword

13 years agodie: include $EBUILD_PHASE in message
Zac Medico [Sun, 30 Jan 2011 23:24:48 +0000 (15:24 -0800)]
die: include $EBUILD_PHASE in message

When a helper binary dies automatically in EAPI 4 and later, we don't
get a stack trace, so at least report the phase that failed.

13 years agoFix keywords breakage from last 2 commits.
Zac Medico [Sun, 30 Jan 2011 23:08:22 +0000 (15:08 -0800)]
Fix keywords breakage from last 2 commits.

13 years agofix the problem of mixing "**" and ebuild keywords for only some archs
Brian Dolbec [Sun, 30 Jan 2011 20:42:44 +0000 (12:42 -0800)]
fix the problem of mixing "**" and ebuild keywords for only some archs

13 years agosplit up the getMissingKeywords code to eliminate code duplication and increase flexi...
Brian Dolbec [Sun, 30 Jan 2011 20:39:39 +0000 (12:39 -0800)]
split up the getMissingKeywords code to eliminate code duplication and increase flexibility. Do some pyflakes and pylint cleanup

13 years agoisolated-functions.sh: fix syntax error for die
Zac Medico [Sun, 30 Jan 2011 22:19:13 +0000 (14:19 -0800)]
isolated-functions.sh: fix syntax error for die

Fix die so that dump_trace is not called when the main script is a
helper binary. This prevents the following error message when a helper
dies automatically in EAPI 4:

isolated-functions.sh: line 61: p -=  : syntax error: operand expected (error token is "-=  ")

13 years agoNoOffsetWithHelpers: fix invalid errors name
Fabian Groffen [Sun, 30 Jan 2011 21:21:03 +0000 (22:21 +0100)]
NoOffsetWithHelpers: fix invalid errors name

13 years agorepoman: add check for using offset vars with helpers
Fabian Groffen [Sun, 30 Jan 2011 20:52:50 +0000 (21:52 +0100)]
repoman: add check for using offset vars with helpers

New check: NoOffsetWithHelpers.  Checks whether helper functions, such as
dodir and insinto, are used with offset variables either referring to
the installation image (D, ED), the alternate root location (ROOT,
EROOT), or the offset prefix (EPREFIX).

13 years agoFix a typo.
Arfrever Frehtes Taifersar Arahesis [Sun, 30 Jan 2011 13:45:26 +0000 (14:45 +0100)]
Fix a typo.

13 years agoFix a typo.
Arfrever Frehtes Taifersar Arahesis [Sun, 30 Jan 2011 13:35:54 +0000 (14:35 +0100)]
Fix a typo.

13 years agomake it only print if it is due to an override setting
Brian Dolbec [Sun, 30 Jan 2011 09:34:28 +0000 (01:34 -0800)]
make it only print if it is due to an override setting

13 years agoUse the new _getRawMissingKeyword() which optimizes the keyword display. Misc. whites...
Brian Dolbec [Sun, 30 Jan 2011 08:57:46 +0000 (00:57 -0800)]
Use the new _getRawMissingKeyword() which optimizes the keyword display. Misc. whitespace cleanup

13 years agoadd getRawMissingKeywords functions
Brian Dolbec [Sun, 30 Jan 2011 08:56:10 +0000 (00:56 -0800)]
add getRawMissingKeywords functions

13 years agoadd a new function to MaskManager that optimizies getting any raw mask atoms
Brian Dolbec [Sun, 30 Jan 2011 03:22:58 +0000 (19:22 -0800)]
add a new function to MaskManager that optimizies getting any raw mask atoms

13 years agooptimize isHardMasked() a little more
Brian Dolbec [Sat, 29 Jan 2011 10:11:18 +0000 (02:11 -0800)]
optimize isHardMasked() a little more

13 years agoMove most of the code to _emerge's Package object. Refine the hardmasking code, optim...
Brian Dolbec [Sat, 29 Jan 2011 09:53:36 +0000 (01:53 -0800)]
Move most of the code to _emerge's Package object. Refine the hardmasking code, optimizing as much as possible.

13 years agoadd keyword output info for masked pkgs, fixes bug 58416
Brian Dolbec [Sat, 29 Jan 2011 04:35:24 +0000 (20:35 -0800)]
add keyword output info for masked pkgs, fixes bug 58416

13 years agobintree: warn for missing binhost TIMESTAMP
Zac Medico [Sun, 30 Jan 2011 04:11:00 +0000 (20:11 -0800)]
bintree: warn for missing binhost TIMESTAMP

This seems to be the case that's triggered in bug 353189 and bug 350139.

13 years agoFix selinux import error handling.
Zac Medico [Sat, 29 Jan 2011 08:02:34 +0000 (00:02 -0800)]
Fix selinux import error handling.

13 years agoTest import of all modules.
Zac Medico [Sat, 29 Jan 2011 07:54:50 +0000 (23:54 -0800)]
Test import of all modules.

13 years agodepgraph: fix get_dep_chain unicode handling
Zac Medico [Sat, 29 Jan 2011 05:46:02 +0000 (21:46 -0800)]
depgraph: fix get_dep_chain unicode handling