Michał Górny [Thu, 3 Feb 2011 20:49:31 +0000 (21:49 +0100)]
parse_metadata_use(): omit empty text tokens.
Zac Medico [Fri, 4 Feb 2011 01:38:32 +0000 (17:38 -0800)]
REQUIRED_USE: fix parens display and test
Zac Medico [Thu, 3 Feb 2011 23:29:50 +0000 (15:29 -0800)]
REQUIRED_USE: display unsatisfied part
This will fix bug #353234.
Zac Medico [Thu, 3 Feb 2011 08:14:49 +0000 (00:14 -0800)]
action_uninstall: allow repo with wildcard atom
Zac Medico [Thu, 3 Feb 2011 07:48:55 +0000 (23:48 -0800)]
bintree: cleanup/fix old binhost code more
Zac Medico [Thu, 3 Feb 2011 07:39:09 +0000 (23:39 -0800)]
depgraph: use catsplit where appropriate
Zac Medico [Thu, 3 Feb 2011 07:12:24 +0000 (23:12 -0800)]
bintree: clean up dict use in old binhost code
Zac Medico [Thu, 3 Feb 2011 07:05:28 +0000 (23:05 -0800)]
bintree: add missing del from previous commit
Zac Medico [Thu, 3 Feb 2011 05:51:19 +0000 (21:51 -0800)]
bintree: remove unused __remotepkgs
Zac Medico [Thu, 3 Feb 2011 04:30:37 +0000 (20:30 -0800)]
depgraph: remove obsolete gpg exception handlers
Zac Medico [Thu, 3 Feb 2011 04:18:47 +0000 (20:18 -0800)]
depgraph: skip backtrack for fatal errors
Zac Medico [Thu, 3 Feb 2011 03:41:10 +0000 (19:41 -0800)]
depgraph: rm obsolete AmbguousPackageName handler
Zac Medico [Thu, 3 Feb 2011 03:04:53 +0000 (19:04 -0800)]
repoman.1: new variable.usedwithhelpers check
Zac Medico [Thu, 3 Feb 2011 02:03:05 +0000 (18:03 -0800)]
REQUIRED_USE: no autounmask, so skip backtracking
Zac Medico [Wed, 2 Feb 2011 23:51:00 +0000 (15:51 -0800)]
REQUIRED_USE: handle unsatisfied like normal dep
Zac Medico [Wed, 2 Feb 2011 23:29:22 +0000 (15:29 -0800)]
emerge.1: update date in header
Zac Medico [Wed, 2 Feb 2011 22:25:55 +0000 (14:25 -0800)]
emerge.1: Document mask display for bug 58416.
Zac Medico [Wed, 2 Feb 2011 22:04:35 +0000 (14:04 -0800)]
Fix grammar in a comment.
Zac Medico [Wed, 2 Feb 2011 21:56:30 +0000 (13:56 -0800)]
Display: simplify alignment for mask status
Zac Medico [Wed, 2 Feb 2011 21:46:47 +0000 (13:46 -0800)]
REQUIRED_USE: add blank line after display
Zac Medico [Wed, 2 Feb 2011 21:29:42 +0000 (13:29 -0800)]
Make || choices independent of REQUIRED_USE.
Zac Medico [Wed, 2 Feb 2011 05:33:10 +0000 (21:33 -0800)]
_get_dep_chain: allow SetArg for first node
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.
Zac Medico [Tue, 1 Feb 2011 16:28:49 +0000 (08:28 -0800)]
portage.5: update date in header
Zac Medico [Tue, 1 Feb 2011 16:19:28 +0000 (08:19 -0800)]
portage.5: document /etc/portage/license_groups
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().
Zac Medico [Tue, 1 Feb 2011 04:47:57 +0000 (20:47 -0800)]
_exec: use default SIGINT/TERM handlers
Avoid issues like bug #353239.
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.
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.
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
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.
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.
Sebastian Luther [Mon, 31 Jan 2011 22:35:40 +0000 (23:35 +0100)]
Print near matches for cmd line atoms without matching ebuild
Zac Medico [Mon, 31 Jan 2011 22:28:12 +0000 (14:28 -0800)]
ImportModulesTestCase: use iterator, not list
Zac Medico [Mon, 31 Jan 2011 22:10:14 +0000 (14:10 -0800)]
EbuildBuild: spawn nofetch for fetchonly
Arfrever Frehtes Taifersar Arahesis [Mon, 31 Jan 2011 21:48:11 +0000 (22:48 +0100)]
Fix a typo in a comment.
Sebastian Luther [Mon, 31 Jan 2011 17:40:08 +0000 (18:40 +0100)]
Allow relative paths (starting with ./) on the cmd line
bug 352208
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
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.
Zac Medico [Mon, 31 Jan 2011 08:53:49 +0000 (00:53 -0800)]
getRawMissingKeywords: ACCEPT_KEYWORDS, not ARCH
Zac Medico [Mon, 31 Jan 2011 08:43:52 +0000 (00:43 -0800)]
Display: align nomerge nodes more
Zac Medico [Mon, 31 Jan 2011 08:34:20 +0000 (00:34 -0800)]
Display: align blocker and nomerge nodes
Zac Medico [Mon, 31 Jan 2011 08:07:29 +0000 (00:07 -0800)]
getRawMissingKeywords: fix getEgroups breakage
Zac Medico [Mon, 31 Jan 2011 07:46:45 +0000 (23:46 -0800)]
ebuild_xattr: lazily import xattr
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
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).
Brian Dolbec [Mon, 31 Jan 2011 04:36:45 +0000 (20:36 -0800)]
Properly fix my earlier breakage
Brian Dolbec [Mon, 31 Jan 2011 04:35:29 +0000 (20:35 -0800)]
fix a "*" being added for a stable pkg-ver
Zac Medico [Mon, 31 Jan 2011 01:54:16 +0000 (17:54 -0800)]
getRawMaskAtom: handle user negative incrementals
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
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.
Zac Medico [Sun, 30 Jan 2011 23:08:22 +0000 (15:08 -0800)]
Fix keywords breakage from last 2 commits.
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
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
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 "-= ")
Fabian Groffen [Sun, 30 Jan 2011 21:21:03 +0000 (22:21 +0100)]
NoOffsetWithHelpers: fix invalid errors name
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).
Arfrever Frehtes Taifersar Arahesis [Sun, 30 Jan 2011 13:45:26 +0000 (14:45 +0100)]
Fix a typo.
Arfrever Frehtes Taifersar Arahesis [Sun, 30 Jan 2011 13:35:54 +0000 (14:35 +0100)]
Fix a typo.
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
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
Brian Dolbec [Sun, 30 Jan 2011 08:56:10 +0000 (00:56 -0800)]
add getRawMissingKeywords functions
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
Brian Dolbec [Sat, 29 Jan 2011 10:11:18 +0000 (02:11 -0800)]
optimize isHardMasked() a little more
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.
Brian Dolbec [Sat, 29 Jan 2011 04:35:24 +0000 (20:35 -0800)]
add keyword output info for masked pkgs, fixes bug 58416
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.
Zac Medico [Sat, 29 Jan 2011 08:02:34 +0000 (00:02 -0800)]
Fix selinux import error handling.
Zac Medico [Sat, 29 Jan 2011 07:54:50 +0000 (23:54 -0800)]
Test import of all modules.
Zac Medico [Sat, 29 Jan 2011 05:46:02 +0000 (21:46 -0800)]
depgraph: fix get_dep_chain unicode handling
Zac Medico [Fri, 28 Jan 2011 22:43:28 +0000 (14:43 -0800)]
action_info: fix noiselevel for repo/set displays
Zac Medico [Fri, 28 Jan 2011 22:19:59 +0000 (14:19 -0800)]
action_info: use _ENABLE_SET_CONFIG for sets
Sebastian Luther [Fri, 28 Jan 2011 20:34:31 +0000 (21:34 +0100)]
--info: Show installed sets (bug 282250)
Sebastian Luther [Fri, 28 Jan 2011 19:59:50 +0000 (20:59 +0100)]
autounmask USE change comment: ensure that the first parent requires the change
Fixes bug 350515.
Sebastian Luther [Fri, 28 Jan 2011 12:59:41 +0000 (13:59 +0100)]
Show use conditionals in old style dep chains
Zac Medico [Thu, 27 Jan 2011 02:48:47 +0000 (18:48 -0800)]
binarytree: fix BASE_URI for old-style binhost
Zac Medico [Thu, 27 Jan 2011 02:32:18 +0000 (18:32 -0800)]
binarytree: fix broken BASE_URI initialization
Zac Medico [Thu, 27 Jan 2011 02:04:07 +0000 (18:04 -0800)]
make.conf.5: doc multi PORTAGE_BINHOST support
David James [Wed, 26 Jan 2011 22:45:43 +0000 (14:45 -0800)]
Update Portage to support multiple binhosts.
BUG=chromium-os:11295
TEST=Build x86-mario with multiple binhosts (board binhost, preflight binhost)
and verify that binaries are picked up from both binhosts. Also verify
that if one of the binhosts fails, the other binhost is used correctly.
Review URL: http://codereview.chromium.org/
6329022
Change-Id: I095f28c82e3effbc25105af6ac89e42c335e6381
Zac Medico [Tue, 25 Jan 2011 20:40:54 +0000 (12:40 -0800)]
grab_updates: return all after first modified
This ensures that all relevant updates are returned for cases
in which the destination package of an earlier move corresponds to
the source package of a move that comes somewhere later in the entire
sequence of files.
Sebastian Luther [Mon, 24 Jan 2011 13:40:27 +0000 (14:40 +0100)]
Wildcard support for -c/-C
Zac Medico [Sat, 22 Jan 2011 00:50:59 +0000 (16:50 -0800)]
fdopen: read from processes in unbuffered mode
It doesn't make sense to use buffers in cases like this, and is
potentially error prone (as in bug #287648 / python issue 5380).
Zac Medico [Fri, 21 Jan 2011 20:57:01 +0000 (12:57 -0800)]
test_pty_eof: separate classes for self.todo
Zac Medico [Fri, 21 Jan 2011 02:31:34 +0000 (18:31 -0800)]
Fix a typo in a comment.
Zac Medico [Fri, 21 Jan 2011 02:14:26 +0000 (18:14 -0800)]
SpawnProcess: read proc with unbuffered fdopen
This enables pty support in python3, by using unbuffered fdopen to avoid
http://bugs.python.org/issue5380.
Zac Medico [Fri, 21 Jan 2011 01:59:32 +0000 (17:59 -0800)]
PtyEofTestCase: test unbuffered fdopen
New development: It appears that array.fromfile() is usable
with python3 as long as fdopen is called with a bufsize
argument of 0.
Zac Medico [Wed, 19 Jan 2011 19:02:30 +0000 (11:02 -0800)]
dispatch-conf: restrict default archive-dir perms
Also, add warnings about rcs and ci behavior in dispatch-conf.conf and
dispatch-conf.1. This will fix bug #315603.
Zac Medico [Wed, 19 Jan 2011 18:26:29 +0000 (10:26 -0800)]
make.globals: initialize FFLAGS and FCFLAGS
This completes the fixes for bug #349070.
Sébastien Fabbro [Wed, 19 Jan 2011 18:25:23 +0000 (10:25 -0800)]
make.conf.example: document FFLAGS and FCFLAGS
Sébastien Fabbro [Wed, 19 Jan 2011 18:03:54 +0000 (10:03 -0800)]
make.conf.5: document FFLAGS and FCFLAGS
Zac Medico [Wed, 19 Jan 2011 17:57:02 +0000 (09:57 -0800)]
BinpkgFetcher: ust pty like EbuildFetcher
Zac Medico [Wed, 19 Jan 2011 02:33:23 +0000 (18:33 -0800)]
doebuid: clean up AA handling
Zac Medico [Wed, 19 Jan 2011 02:01:17 +0000 (18:01 -0800)]
depgraph: avoid duplicate ebuild visibility check
Zac Medico [Wed, 19 Jan 2011 01:22:20 +0000 (17:22 -0800)]
depgraph: don't reinstall for changed repo
Zac Medico [Tue, 18 Jan 2011 23:28:49 +0000 (15:28 -0800)]
depgraph: avoid updates more
The fix from bug #351828 broke some of the update avoidance behavior
from bug #275945, and this patch should restore it.
Zac Medico [Tue, 18 Jan 2011 23:24:43 +0000 (15:24 -0800)]
test_multirepo: test for bug #351828
Zac Medico [Tue, 18 Jan 2011 22:17:31 +0000 (14:17 -0800)]
Fix some poor installed/masked || choices.
This will fix bug #351828. It's fallout from bug #350285.
Zac Medico [Tue, 18 Jan 2011 21:07:01 +0000 (13:07 -0800)]
Fix breakage from previous commit.
Zac Medico [Tue, 18 Jan 2011 20:43:12 +0000 (12:43 -0800)]
doebuild_environent: handle A/AA initialization
This allows elimination of duplicate code, some of which was introduced
by the fix for bug #351505.
Zac Medico [Tue, 18 Jan 2011 01:48:54 +0000 (17:48 -0800)]
Fix broken pkg.use.enabled ref from last commit.