Zac Medico [Mon, 8 Jun 2009 10:06:12 +0000 (10:06 -0000)]
propset svn:rev ON
svn path=/main/trunk/; revision=13635
Zac Medico [Sun, 7 Jun 2009 07:11:01 +0000 (07:11 -0000)]
Fix more <listitem> elements to contain <para> elements.
svn path=/main/trunk/; revision=13634
Zac Medico [Sun, 7 Jun 2009 07:06:19 +0000 (07:06 -0000)]
Bug #272063 - Remove <funcsynopsisinfo> elements that don't validate.
svn path=/main/trunk/; revision=13633
Zac Medico [Sun, 7 Jun 2009 07:00:07 +0000 (07:00 -0000)]
Fix non-empty <xref> elements.
svn path=/main/trunk/; revision=13632
Zac Medico [Sun, 7 Jun 2009 06:56:37 +0000 (06:56 -0000)]
Remove <msgtext> element in invalid location.
svn path=/main/trunk/; revision=13631
Zac Medico [Sun, 7 Jun 2009 06:50:54 +0000 (06:50 -0000)]
Bug #272063 - Use <para> elements inside <listitem> elements.
svn path=/main/trunk/; revision=13630
Zac Medico [Wed, 3 Jun 2009 20:37:56 +0000 (20:37 -0000)]
Make usev() strip ! prefix in echoed output as specified in bug #270658,
comment #16.
svn path=/main/trunk/; revision=13628
Mike Frysinger [Wed, 3 Jun 2009 02:50:29 +0000 (02:50 -0000)]
drop sandbox settings that sandbox itself takes care of #258684
svn path=/main/trunk/; revision=13627
Zac Medico [Sun, 31 May 2009 06:16:58 +0000 (06:16 -0000)]
Bug #268929 - Add grep for 'dereferencing pointer' messages produced by
gcc 4.4. Thanks to ABCD <en.ABCD@gmail.com> for this patch.
svn path=/main/trunk/; revision=13626
Zac Medico [Sat, 16 May 2009 19:23:56 +0000 (19:23 -0000)]
Add some really big integers to the vercmp tests.
svn path=/main/trunk/; revision=13623
Zac Medico [Sun, 10 May 2009 07:20:03 +0000 (07:20 -0000)]
Enable FEATURES=assume-digests by default.
svn path=/main/trunk/; revision=13622
Zac Medico [Wed, 6 May 2009 22:12:44 +0000 (22:12 -0000)]
Fix digestcheck() to handle missing distfiles digests correctly. Thanks to
Petteri Räty <betelgeuse@g.o> for reporting.
svn path=/main/trunk/; revision=13618
Zac Medico [Wed, 6 May 2009 16:48:35 +0000 (16:48 -0000)]
Fix SrcUnpackPatches to ignore comment lines. Thanks to Christian Ruppert
<idl0r@g.o> for reporting.
svn path=/main/trunk/; revision=13617
Mike Frysinger [Wed, 6 May 2009 16:26:01 +0000 (16:26 -0000)]
tweak output when diff access rights are needed
svn path=/main/trunk/; revision=13616
Zac Medico [Tue, 5 May 2009 20:23:28 +0000 (20:23 -0000)]
When generating ACCEPT_LICENSE for the ebuild environment, do not expand
*, since that would make it appear to the check_license() function as if
the user has accepted licenses which have not really been explicitly
accepted.
svn path=/main/trunk/; revision=13615
Zac Medico [Tue, 5 May 2009 08:18:53 +0000 (08:18 -0000)]
Make portdbapi.getfetchlist() return an equal number of uris/file names so
that no information is lost.
svn path=/main/trunk/; revision=13613
Zac Medico [Mon, 4 May 2009 20:59:52 +0000 (20:59 -0000)]
Fix misleading/outdated info in the DESCRIPTION section.
svn path=/main/trunk/; revision=13612
Zac Medico [Sun, 3 May 2009 20:45:34 +0000 (20:45 -0000)]
Fix "arguments" spelling.
svn path=/main/trunk/; revision=13608
Zac Medico [Sun, 3 May 2009 20:02:46 +0000 (20:02 -0000)]
Bug #268398 - Document econf's automatic die behavior.
svn path=/main/trunk/; revision=13600
Zac Medico [Sun, 3 May 2009 07:25:19 +0000 (07:25 -0000)]
Simplify DepPriority.__int__() and make it consistent with __str__().
svn path=/main/trunk/; revision=13599
Zac Medico [Sat, 2 May 2009 22:34:09 +0000 (22:34 -0000)]
Make useq() die if called during the "depend" phase in newer EAPIs.
svn path=/main/trunk/; revision=13598
Zac Medico [Sat, 2 May 2009 22:14:44 +0000 (22:14 -0000)]
Skip useq() IUSE QA Notices during the "depend" phase because lots of
ebuilds/eclasses have stuff in global scope that really belongs somewhere
like pkg_setup or src_configure. Thanks to Arfrever for reporting.
svn path=/main/trunk/; revision=13597
Zac Medico [Sat, 2 May 2009 20:49:27 +0000 (20:49 -0000)]
Fix inverted logic in superuser logic for bug #267104.
svn path=/main/trunk/; revision=13596
Zac Medico [Sat, 2 May 2009 08:04:17 +0000 (08:04 -0000)]
Fix DepPriority.__int__() to return distinguishable values, for use when
measuring hardness for the circular dependency display. This fixes a problem
visible in bug #268038, comment #0, where buildtime dependencies are
incorrectly displayed as runtime dependencies.
svn path=/main/trunk/; revision=13589
Zac Medico [Fri, 1 May 2009 21:59:43 +0000 (21:59 -0000)]
Bug #267175 - Instead of "poor code kills airplanes", say "install aborted
due to poor programming practices shown above" in order to help the user
link the die message to the related "poor programming practices" messages.
Thanks to Jeremy Olexa <darkside@g.o> for the suggestion.
svn path=/main/trunk/; revision=13584
Zac Medico [Fri, 1 May 2009 21:43:32 +0000 (21:43 -0000)]
Make elog functions use read -r when splitting lines, so that backslashes
intended for display will not be eaten.
svn path=/main/trunk/; revision=13582
Zac Medico [Fri, 1 May 2009 19:11:26 +0000 (19:11 -0000)]
Only generate KV when setting up the environment for a real ebuild phase. This
should preven "Permission Denied: /usr/src/linux/.config" errors reported
by repoman users (repoman may trigger the error when it calls the fetch phase).
svn path=/main/trunk/; revision=13580
Zac Medico [Fri, 1 May 2009 18:34:59 +0000 (18:34 -0000)]
Fix logic error which prevents repos.conf [DEFAULT] section from applying
to repos that don't have their own section. Thanks to Markos Chandras
<hwoarang@g.o> for reporting.
svn path=/main/trunk/; revision=13578
Zac Medico [Thu, 30 Apr 2009 21:59:26 +0000 (21:59 -0000)]
Remove unnecessary doebuild_environment() call from EbuildFetchonly.execute()
since PORTAGE_RESTRICT is calculated by config.setcpv() now.
svn path=/main/trunk/; revision=13575
Zac Medico [Thu, 30 Apr 2009 21:45:01 +0000 (21:45 -0000)]
In config.setcpv() reuse split USE from built packages instead of splitting
them again.
svn path=/main/trunk/; revision=13573
Zac Medico [Thu, 30 Apr 2009 21:14:27 +0000 (21:14 -0000)]
Enable use() qa checks via PORTAGE_IUSE for all ebuild phases and for binary
packages since it should work fine now.
svn path=/main/trunk/; revision=13570
Zac Medico [Thu, 30 Apr 2009 21:02:40 +0000 (21:02 -0000)]
Move PORTAGE_RESTRICT calculation to config.setcpv() (lazy evaluation) and
fix it to work correctly for pre-built packages.
svn path=/main/trunk/; revision=13569
Zac Medico [Thu, 30 Apr 2009 18:51:58 +0000 (18:51 -0000)]
Bug #267104 - When appropriate, advise the user that they may set FEATURES=
-userfetch in order to use remaining space.
svn path=/main/trunk/; revision=13567
Zac Medico [Thu, 30 Apr 2009 16:44:46 +0000 (16:44 -0000)]
Fix _lazy_accept_license to discard || from the set of licenses.
svn path=/main/trunk/; revision=13565
Zac Medico [Thu, 30 Apr 2009 08:46:25 +0000 (08:46 -0000)]
Fix typo in version from previous commit.
svn path=/main/trunk/; revision=13563
Zac Medico [Thu, 30 Apr 2009 08:44:38 +0000 (08:44 -0000)]
Add note about repos.conf eclass overrides.
svn path=/main/trunk/; revision=13562
Zac Medico [Thu, 30 Apr 2009 08:36:57 +0000 (08:36 -0000)]
Fix ACCEPT_LICENSE handling for binary packages, so that the build-time USE
settings are used calculate an appropriate ACCEPT_LICENSE value.
svn path=/main/trunk/; revision=13560
Zac Medico [Thu, 30 Apr 2009 06:30:32 +0000 (06:30 -0000)]
Fix error in calculations from bug #267104.
svn path=/main/trunk/; revision=13419
Zac Medico [Thu, 30 Apr 2009 05:29:54 +0000 (05:29 -0000)]
In config.setcpv(), move the code that makes sure "pkg" values override "env"
values _after_ the reset() call.
svn path=/main/trunk/; revision=13418
Zac Medico [Thu, 30 Apr 2009 05:21:22 +0000 (05:21 -0000)]
Generate a pruned version of ACCEPT_LICENSE, by intersection with
LICENSE. This is required since otherwise ACCEPT_LICENSE might be too
big (bigger than ARG_MAX), causing execve() calls to fail with E2BIG
errors as in bug #262647.
svn path=/main/trunk/; revision=13417
Zac Medico [Thu, 30 Apr 2009 04:47:55 +0000 (04:47 -0000)]
In config.regenerate(), explicitly include self.backupenv when processing
incrementals, since it's no longer included in self.configlist.
svn path=/main/trunk/; revision=13416
Zac Medico [Thu, 30 Apr 2009 04:35:53 +0000 (04:35 -0000)]
Exclude 'backupenv' from config.configlist and lookuplist since it doesn't
make size to have it in there when configdict['env'] already serves that
purpose. This allows values to be temporarily removed from configdict['env']
and have them not appear in the environment until reset() is called to restore
those values from the backupenv.
svn path=/main/trunk/; revision=13415
Zac Medico [Wed, 29 Apr 2009 20:08:27 +0000 (20:08 -0000)]
Clarify RESTRICT=bindist docs by referring to 'built' packages. Thanks to
Thomas Sachau <tommy@g.o> for reporting.
svn path=/main/trunk/; revision=13414
Zac Medico [Wed, 29 Apr 2009 19:57:46 +0000 (19:57 -0000)]
Warn about sed and epatch calls which should be moved from src_unpack to
src_prepare. Thanks to Markus Meier <maekke@g.o> for the initial patch.
svn path=/main/trunk/; revision=13413
Zac Medico [Wed, 29 Apr 2009 19:13:15 +0000 (19:13 -0000)]
Move the here-document code from the EbuildWhitespace check to the
run_checks() function, so that all checks ignore the content of
here-documents.
svn path=/main/trunk/; revision=13412
Zac Medico [Wed, 29 Apr 2009 18:27:55 +0000 (18:27 -0000)]
Make EbuildWhitespace ignore here-documents. Thanks to Diego Pettenò
<flameeyes@g.o> for reporting.
svn path=/main/trunk/; revision=13411
Zac Medico [Wed, 29 Apr 2009 18:00:07 +0000 (18:00 -0000)]
Make xtermTitle() use a global variable to cache the result of the TERM check.
svn path=/main/trunk/; revision=13410
Zac Medico [Wed, 29 Apr 2009 17:40:27 +0000 (17:40 -0000)]
Bug #267860 - Make JobStatusDisplay respect FEATURES=notitles.
svn path=/main/trunk/; revision=13409
Zac Medico [Wed, 29 Apr 2009 05:03:45 +0000 (05:03 -0000)]
Fix the code from bug #267104 to account non-root users.
svn path=/main/trunk/; revision=13408
Zac Medico [Wed, 29 Apr 2009 00:35:52 +0000 (00:35 -0000)]
Bug #267810 - Don't sort C/CXX/LDFLAGS in emerge --info output since these
variables aren't really sortable in that way.
svn path=/main/trunk/; revision=13407
Zac Medico [Wed, 29 Apr 2009 00:16:10 +0000 (00:16 -0000)]
Bug #267104 - If the statvfs f_bavail field shows insufficient free space and
userfetch is not enabled, recalculate using the f_bfree field.
svn path=/main/trunk/; revision=13406
Zac Medico [Tue, 28 Apr 2009 08:03:28 +0000 (08:03 -0000)]
Put ebuild helpers at the absolute front of the PATH.
svn path=/main/trunk/; revision=13404
Zac Medico [Tue, 28 Apr 2009 06:34:55 +0000 (06:34 -0000)]
Bug #71646 - Don't allow the HISTFILE variable into the ebuild environment
since it triggers sandbox violations.
svn path=/main/trunk/; revision=13403
Mike Frysinger [Mon, 27 Apr 2009 03:24:51 +0000 (03:24 -0000)]
fix e-mail munging and add see also section
svn path=/main/trunk/; revision=13402
Zac Medico [Sun, 26 Apr 2009 21:14:23 +0000 (21:14 -0000)]
Add a new EAPI.definition check for cases in which EAPI is defined after an
inherit call. Thanks to Markus Meier <maekke@g.o> for the initial patch.
svn path=/main/trunk/; revision=13401
Zac Medico [Fri, 24 Apr 2009 06:37:22 +0000 (06:37 -0000)]
Revert r13390 (dosed and dohard functions) since a stack trace isn't really
important this particular QA feature. Thanks to Tiziano Müller <dev-zero@g.o>
for the suggestion.
svn path=/main/trunk/; revision=13391
Zac Medico [Fri, 24 Apr 2009 02:29:44 +0000 (02:29 -0000)]
Add dummy dosed and dohard functions for EAPI 3, so that a trace can be
displayed (not possible with the helper binaries).
svn path=/main/trunk/; revision=13390
Zac Medico [Fri, 24 Apr 2009 02:18:34 +0000 (02:18 -0000)]
Add dohard and doset helper which die for EAPI 3. TODO: Make the die
helper use pipe or socket IPC instead of a signal, to avoid a potential
race condition in signal delivery. Thanks to to Tiziano Müller <dev-zero@g.o>
for the initial patch.
svn path=/main/trunk/; revision=13389
Zac Medico [Fri, 24 Apr 2009 00:15:24 +0000 (00:15 -0000)]
Set executable.
svn path=/main/trunk/; revision=13388
Zac Medico [Thu, 23 Apr 2009 16:37:30 +0000 (16:37 -0000)]
Automatically define errno.ESTALE if it doesn't exist (like on interix).
Thanks to Markus Duft <mduft@g.o> for reporting.
svn path=/main/trunk/; revision=13387
Zac Medico [Thu, 23 Apr 2009 05:04:25 +0000 (05:04 -0000)]
Fix breakage in PREROOTPATH logic from the EAPI 3 code.
svn path=/main/trunk/; revision=13386
Zac Medico [Thu, 23 Apr 2009 04:53:32 +0000 (04:53 -0000)]
Remove ccache and distcc remove_path_entry code since PATH is always
initialized from scratch so there's no danger of accumulation.
svn path=/main/trunk/; revision=13385
Zac Medico [Wed, 22 Apr 2009 18:28:47 +0000 (18:28 -0000)]
Use declare -F to check existence of function definitions, instead of
type -t, in order to avoid use of subshells.
svn path=/main/trunk/; revision=13384
Zac Medico [Tue, 21 Apr 2009 07:15:33 +0000 (07:15 -0000)]
Use ret|=1 instead of ++ret, to avoid possible overflow.
svn path=/main/trunk/; revision=13383
Zac Medico [Tue, 21 Apr 2009 07:14:28 +0000 (07:14 -0000)]
Add new dodoc implementation for EAPI 3. Thanks to to Tiziano Müller
<dev-zero@g.o> for this patch.
svn path=/main/trunk/; revision=13382
Zac Medico [Tue, 21 Apr 2009 07:11:23 +0000 (07:11 -0000)]
In ebuild_main(), unset ebuild_helpers_path when finished with it, since
bash exposes local variables to 'children'.
svn path=/main/trunk/; revision=13381
Zac Medico [Tue, 21 Apr 2009 07:08:44 +0000 (07:08 -0000)]
Add ${PORTAGE_BIN_PATH}/ebuild-helpers/3 directory to PATH for EAPI 3. Thanks
to Tiziano Müller <dev-zero@g.o> for this patch.
svn path=/main/trunk/; revision=13380
Zac Medico [Tue, 21 Apr 2009 06:08:57 +0000 (06:08 -0000)]
Exit unsuccessfully when in commit mode and nothing is found to commit. Thanks
to Jeremy Olexa <darkside@g.o> for the suggestion.
svn path=/main/trunk/; revision=13379
Zac Medico [Mon, 20 Apr 2009 21:45:21 +0000 (21:45 -0000)]
Clarify language in repos.conf reference to repoman and egencache.
svn path=/main/trunk/; revision=13378
Zac Medico [Mon, 20 Apr 2009 09:11:35 +0000 (09:11 -0000)]
When in --nodeps mode, make depgraph._serialize_tasks() preserve the package
order given on the command line. Thanks to Markus Duft <mduft@g.o> for
reporting.
svn path=/main/trunk/; revision=13377
Zac Medico [Sun, 19 Apr 2009 21:40:33 +0000 (21:40 -0000)]
Add note about 'use' in the Atom.intersects() docstring.
svn path=/main/trunk/; revision=13375
Zac Medico [Sun, 19 Apr 2009 21:23:21 +0000 (21:23 -0000)]
Drop from --ask to --pretend for uninstall all actions.
svn path=/main/trunk/; revision=13374
Zac Medico [Sun, 19 Apr 2009 19:29:24 +0000 (19:29 -0000)]
Add missing del when cleansing cache in action_metadata().
svn path=/main/trunk/; revision=13373
Zac Medico [Sun, 19 Apr 2009 18:57:58 +0000 (18:57 -0000)]
Tweak _eclasses_ logic inside action_metadata().
svn path=/main/trunk/; revision=13372
Zac Medico [Sun, 19 Apr 2009 18:49:07 +0000 (18:49 -0000)]
Emphasize precedence of repos.conf over layout.conf.
svn path=/main/trunk/; revision=13371
Zac Medico [Sun, 19 Apr 2009 18:40:12 +0000 (18:40 -0000)]
Add notes about eclass precedence for metadata/layout.conf.
svn path=/main/trunk/; revision=13370
Zac Medico [Sun, 19 Apr 2009 06:34:13 +0000 (06:34 -0000)]
In action_deselect(), use the installed packages to expand atoms into slot
atoms.
svn path=/main/trunk/; revision=13366
Zac Medico [Sun, 19 Apr 2009 06:19:24 +0000 (06:19 -0000)]
Add --ask support to action_deselect().
svn path=/main/trunk/; revision=13365
Zac Medico [Sun, 19 Apr 2009 06:03:38 +0000 (06:03 -0000)]
Fix bugs in action_deselect() and add --pretend support.
svn path=/main/trunk/; revision=13364
Zac Medico [Sun, 19 Apr 2009 05:44:22 +0000 (05:44 -0000)]
Add a new --deselect action which removes atoms from the world file. This
action is implied by uninstall actions, including --depclean, --prune and
--unmerge. Use --deselect=n in order to prevent uninstall actions from
removing atoms from the world file. This solves bug #259994 and bug #265206.
svn path=/main/trunk/; revision=13363
Zac Medico [Sun, 19 Apr 2009 03:14:34 +0000 (03:14 -0000)]
Fix default master code so that it doesn't trigger when PORTDIR is empty.
svn path=/main/trunk/; revision=13362
Zac Medico [Sun, 19 Apr 2009 00:01:13 +0000 (00:01 -0000)]
If a repo doesn't have metadata/layout.conf then use either missing eclass
directory or missing profiles/profiles.desc to trigger assignment of a default
master.
svn path=/main/trunk/; revision=13361
Zac Medico [Sat, 18 Apr 2009 23:22:17 +0000 (23:22 -0000)]
Handle IOError from codecs.open().
svn path=/main/trunk/; revision=13360
Zac Medico [Sat, 18 Apr 2009 23:20:46 +0000 (23:20 -0000)]
Support profiles.desc from overlays.
svn path=/main/trunk/; revision=13359
Zac Medico [Sat, 18 Apr 2009 22:19:59 +0000 (22:19 -0000)]
Support use.desc from overlays.
svn path=/main/trunk/; revision=13358
Zac Medico [Sat, 18 Apr 2009 21:39:05 +0000 (21:39 -0000)]
Use a new ProfileDesc class to handle the data for each profile listed in
profiles.desc.
svn path=/main/trunk/; revision=13357
Zac Medico [Sat, 18 Apr 2009 20:24:25 +0000 (20:24 -0000)]
Add support to emerge --metadata for transfering cache from overlays that
have a metadata/cache directory.
svn path=/main/trunk/; revision=13356
Zac Medico [Sat, 18 Apr 2009 04:53:26 +0000 (04:53 -0000)]
Fix lockfile() docstring to correctly document the wantnewlockfile behavior.
Thanks to Arfrever for reporting.
svn path=/main/trunk/; revision=13355
Zac Medico [Sat, 18 Apr 2009 04:45:43 +0000 (04:45 -0000)]
Simplify pkgcmp(). Thanks to Douglas Anderson <dja@gendja.com> for this patch
from bug #266493.
svn path=/main/trunk/; revision=13354
Zac Medico [Fri, 17 Apr 2009 21:08:36 +0000 (21:08 -0000)]
Bug #266493 - Never return a long from vercmp() since that can trigger an
OverflowError if it's returned by a __cmp__ implementation. Thanks to
Douglas Anderson <dja@gendja.com> for the initial patch. I've modified it
to use the (a > b) - (a < b) construct as suggested in the py3k docs, since
cmp() is no longer supported in py3k.
svn path=/main/trunk/; revision=13353
Zac Medico [Thu, 16 Apr 2009 22:12:39 +0000 (22:12 -0000)]
Add support for repos.conf 'aliases' attribute which allows alias
substitution in metadata/layout.conf repository references.
svn path=/main/trunk/; revision=13352
Zac Medico [Thu, 16 Apr 2009 21:04:12 +0000 (21:04 -0000)]
Fix typo from previous commit.
svn path=/main/trunk/; revision=13351
Zac Medico [Thu, 16 Apr 2009 20:40:14 +0000 (20:40 -0000)]
Add support in repos.conf to override the "masters" setting from layout.conf.
svn path=/main/trunk/; revision=13350
Zac Medico [Thu, 16 Apr 2009 18:04:38 +0000 (18:04 -0000)]
Call realpath(repodir) so it's conistent with the value that pordbapi uses.
Thanks to Fabian Groffen <grobian@g.o> for reporting.
svn path=/main/trunk/; revision=13349
Zac Medico [Wed, 15 Apr 2009 20:55:10 +0000 (20:55 -0000)]
Bug #265909 - Make emerge display a warning message if any overlays are
ignored due to duplicate profiles/repo_name entries. The warning can be
disabled by setting PORTAGE_REPO_DUPLICATE_WARN=0 in /etc/make.conf.
svn path=/main/trunk/; revision=13348
Zac Medico [Wed, 15 Apr 2009 18:43:23 +0000 (18:43 -0000)]
Bug #266211 - Handle ESTALE like ENOENT in fetch and locking code. Thanks to
Krzysztof Olędzki <ole+gentoo@ans.pl> for the initial patch.
svn path=/main/trunk/; revision=13347
Zac Medico [Wed, 15 Apr 2009 05:56:45 +0000 (05:56 -0000)]
Add support in action_uninstall() for file -> package lookup.
svn path=/main/trunk/; revision=13345
Zac Medico [Wed, 15 Apr 2009 04:07:47 +0000 (04:07 -0000)]
Split out an action_uninstall() function to handle argument validation for
clean, depclean, prune, and unmerge actions.
svn path=/main/trunk/; revision=13344
Zac Medico [Mon, 13 Apr 2009 21:25:21 +0000 (21:25 -0000)]
Convert portage.bsd_chflags into a class with chflags() and lchflags() class
methods.
svn path=/main/trunk/; revision=13343
Zac Medico [Mon, 13 Apr 2009 21:21:53 +0000 (21:21 -0000)]
Make portage.bsd_chflags correspond to FEATURES=chflags so that it can be
used for related conditionals in shell code.
svn path=/main/trunk/; revision=13342