Zac Medico [Sat, 19 Sep 2009 21:30:08 +0000 (21:30 -0000)]
Fix config.setinst() to add Atom instances to the provider lists instead of
plain str.
svn path=/main/trunk/; revision=14285
Zac Medico [Sat, 19 Sep 2009 20:14:25 +0000 (20:14 -0000)]
Revert accidental changes _unicode_module_wrapper.__getattribute__ from
previous commit.
svn path=/main/trunk/; revision=14284
Zac Medico [Sat, 19 Sep 2009 20:10:56 +0000 (20:10 -0000)]
Remove obsolete InvalidAtom handler in _add_pkg_dep_string().
svn path=/main/trunk/; revision=14283
Zac Medico [Sat, 19 Sep 2009 17:05:52 +0000 (17:05 -0000)]
Avoid lots of redundant Atom constructor calls. Thanks to Marat Radchenko
<marat@slonopotamus.org> for the initial patch from bug #276813.
svn path=/main/trunk/; revision=14282
Zac Medico [Sat, 19 Sep 2009 14:57:18 +0000 (14:57 -0000)]
Fix _expand_new_virtuals() to preserve USE deps in atoms for new-style
virtuals, and update the corresponding depgraph code.
svn path=/main/trunk/; revision=14281
Zac Medico [Sat, 19 Sep 2009 12:58:52 +0000 (12:58 -0000)]
Use a dict for Package.metadata, because it's faster. Thanks to Marat
Radchenko <marat@slonopotamus.org> for this patch from bug #276813.
svn path=/main/trunk/; revision=14280
Zac Medico [Fri, 18 Sep 2009 15:18:34 +0000 (15:18 -0000)]
Atom optimizations. Remove the metaclass and cache since it just slows it
down. Thanks to Marat Radchenko <marat@slonopotamus.org> for this patch.
svn path=/main/trunk/; revision=14279
Arfrever Frehtes Taifersar Arahesis [Tue, 15 Sep 2009 21:39:57 +0000 (21:39 -0000)]
Update documentation of inherit. Reported by Jeremy Olexa.
svn path=/main/trunk/; revision=14274
Zac Medico [Mon, 14 Sep 2009 13:44:53 +0000 (13:44 -0000)]
Fix broken virtual depth code from previous commit.
svn path=/main/trunk/; revision=14273
Zac Medico [Mon, 14 Sep 2009 13:35:01 +0000 (13:35 -0000)]
Add support in depgraph._add_pkg_dep_string() for adding indirect virtual
deps to the graph. This takes advantage of circular dependency avoidance
that's done by dep_zapdeps, while avoiding the dependency graph distortion
reported in bug #283795.
svn path=/main/trunk/; revision=14272
Zac Medico [Mon, 14 Sep 2009 12:51:31 +0000 (12:51 -0000)]
Make depgraph._select_atoms() return a dict, in order to separate selected
direct deps from indirect virtual deps.
svn path=/main/trunk/; revision=14271
Zac Medico [Mon, 14 Sep 2009 11:18:21 +0000 (11:18 -0000)]
When _expand_new_virtuals() is called by repoman, skip expansion of new-style
virtuals.
svn path=/main/trunk/; revision=14270
Zac Medico [Mon, 14 Sep 2009 11:05:16 +0000 (11:05 -0000)]
Reimplement the code from bug #283795 so that indirect deps are preserved
for later use. TODO: Write code to add selected indirect virtual deps to
the graph. This will take advantage of circular dependency avoidance that's
done by dep_zapdeps.
svn path=/main/trunk/; revision=14269
Zac Medico [Mon, 14 Sep 2009 08:24:30 +0000 (08:24 -0000)]
Simplify cpv_getkey() by just calling dep_getkey('=' + mycpv).
svn path=/main/trunk/; revision=14264
Zac Medico [Mon, 14 Sep 2009 08:11:22 +0000 (08:11 -0000)]
Make dep_getcpv() use Atom, and fall back to legacy code for backward compat.
svn path=/main/trunk/; revision=14262
Zac Medico [Mon, 14 Sep 2009 07:59:47 +0000 (07:59 -0000)]
Insice match_from_list(), use remove_slot() instead of dep_getcpv() where
appropriate.
svn path=/main/trunk/; revision=14261
Zac Medico [Mon, 14 Sep 2009 07:52:45 +0000 (07:52 -0000)]
Use a regular expression for cpv_getkey(), and fall back to legacy code if
no match is found.
svn path=/main/trunk/; revision=14259
Zac Medico [Mon, 14 Sep 2009 07:02:18 +0000 (07:02 -0000)]
Make get_operator() use Atom, and remove unnecessary reflection code from
dep_getkey(). Thanks to Marat Radchenko <marat@slonopotamus.org> for
suggestions.
svn path=/main/trunk/; revision=14256
Zac Medico [Mon, 14 Sep 2009 06:49:01 +0000 (06:49 -0000)]
Make isspecific() use the Atom class and fall back to legacy code if the
atom is invalid. Also, optimize called isjustname() legacy code to only
check the last 2 components.
svn path=/main/trunk/; revision=14255
Zac Medico [Mon, 14 Sep 2009 06:02:36 +0000 (06:02 -0000)]
Use the Atom class to implement dep_getkey(), and fall back to legacy code
when necessary for backward compatibility.
svn path=/main/trunk/; revision=14254
Zac Medico [Mon, 14 Sep 2009 05:54:39 +0000 (05:54 -0000)]
Add more test cases.
svn path=/main/trunk/; revision=14253
Zac Medico [Mon, 14 Sep 2009 05:51:28 +0000 (05:51 -0000)]
Simplify isvalidatom() to simply use the Atom class. Thanks to Marat
Radchenko <marat@slonopotamus.org> for the suggestion.
svn path=/main/trunk/; revision=14252
Zac Medico [Mon, 14 Sep 2009 05:46:21 +0000 (05:46 -0000)]
Simplify the _pkg regex and fix validation for some cases by using the
_version regex to match unwanted version-like components which can not
be at the end of a _pkg match. For example
isvalidatom('app-doc/php-docs-
20071125-r2') now correctly returns False.
svn path=/main/trunk/; revision=14251
Zac Medico [Mon, 14 Sep 2009 03:32:30 +0000 (03:32 -0000)]
Bug #240656 - Unmerge broken symlinks where a directory was expected.
(merged from branches/prefix r14248)
svn path=/main/trunk/; revision=14250
Zac Medico [Mon, 14 Sep 2009 02:45:33 +0000 (02:45 -0000)]
Simlify the Atom regex. Thanks to Marat Radchenko <marat@slonopotamus.org>
for this patch.
svn path=/main/trunk/; revision=14249
Zac Medico [Sun, 13 Sep 2009 00:07:50 +0000 (00:07 -0000)]
Use cpv_getkey() instead of dep_getkey() where appropriate.
svn path=/main/trunk/; revision=14242
Zac Medico [Sun, 13 Sep 2009 00:01:18 +0000 (00:01 -0000)]
Make the Atom constructor use regular expression match groups for
initialization. Thanks to Marat Radchenko <marat@slonopotamus.org> for this
patch.
svn path=/main/trunk/; revision=14241
Zac Medico [Sat, 12 Sep 2009 23:21:32 +0000 (23:21 -0000)]
Fix docs for isjustname() since it doesn't raise InvalidAtom now.
svn path=/main/trunk/; revision=14240
Zac Medico [Sat, 12 Sep 2009 23:18:56 +0000 (23:18 -0000)]
Add backward compatibility to isjustname(), so the tests don't fail.
svn path=/main/trunk/; revision=14239
Zac Medico [Sat, 12 Sep 2009 22:52:19 +0000 (22:52 -0000)]
Add tests for the Atom class.
svn path=/main/trunk/; revision=14238
Zac Medico [Sat, 12 Sep 2009 21:24:44 +0000 (21:24 -0000)]
Fix bug in _expand_new_virtuals() reported by Arfrever:
TypeError: coercing to Unicode: need string or buffer, Atom found
svn path=/main/trunk/; revision=14237
Zac Medico [Sat, 12 Sep 2009 18:10:03 +0000 (18:10 -0000)]
Use isjustname() where appropriate.
svn path=/main/trunk/; revision=14236
Zac Medico [Sat, 12 Sep 2009 17:51:44 +0000 (17:51 -0000)]
Fix isjustname docstring to have a valid atom in the example.
svn path=/main/trunk/; revision=14235
Zac Medico [Sat, 12 Sep 2009 17:47:58 +0000 (17:47 -0000)]
Reimplement isjustname() using the Atom class. Thanks to Marat Radchenko
<marat@slonopotamus.org> for the suggestion.
svn path=/main/trunk/; revision=14234
Zac Medico [Sat, 12 Sep 2009 17:26:32 +0000 (17:26 -0000)]
In config.getvirtuals(), save Atom instances in order to avoid revalidation.
Also, fix cpv_expand() to handle Atom instances from config.getvirtuals().
svn path=/main/trunk/; revision=14233
Zac Medico [Sat, 12 Sep 2009 16:29:23 +0000 (16:29 -0000)]
Make dbapi.move_ent() take advantage of Atom instances when validating
arguments.
svn path=/main/trunk/; revision=14232
Zac Medico [Sat, 12 Sep 2009 16:20:41 +0000 (16:20 -0000)]
Add missing InvalidAtom import.
svn path=/main/trunk/; revision=14231
Zac Medico [Sat, 12 Sep 2009 16:09:40 +0000 (16:09 -0000)]
Make parse_updates() and update_dbentry() use Atom instances.
svn path=/main/trunk/; revision=14230
Zac Medico [Sat, 12 Sep 2009 15:29:09 +0000 (15:29 -0000)]
Fix bad assumptions.
svn path=/main/trunk/; revision=14229
Zac Medico [Sat, 12 Sep 2009 15:17:08 +0000 (15:17 -0000)]
Fix poor assumptions.
svn path=/main/trunk/; revision=14228
Zac Medico [Sat, 12 Sep 2009 15:06:02 +0000 (15:06 -0000)]
Fix bugs and poor assumptions.
svn path=/main/trunk/; revision=14227
Zac Medico [Sat, 12 Sep 2009 14:43:27 +0000 (14:43 -0000)]
Update grabdict_package and grabfile_package calling code to take advantage
of Atom instances, and convert *atom from 'packages' to a normal Atom instance
when it's stored in prevmaskdict.
svn path=/main/trunk/; revision=14226
Zac Medico [Sat, 12 Sep 2009 14:37:45 +0000 (14:37 -0000)]
Make grabfile_package() accept *atom only for files named 'packages' since
they are not valid in any other files.
svn path=/main/trunk/; revision=14225
Zac Medico [Sat, 12 Sep 2009 13:13:05 +0000 (13:13 -0000)]
Make grabdict_package() and grabfile_package() return Atom instances when
possible, in order to avoid revalidation.
svn path=/main/trunk/; revision=14224
Zac Medico [Sat, 12 Sep 2009 13:10:59 +0000 (13:10 -0000)]
Implement Atom.__copy__ and __deepcopy__ to return self, since instances are
immutable.
svn path=/main/trunk/; revision=14223
Zac Medico [Sat, 12 Sep 2009 01:36:28 +0000 (01:36 -0000)]
Bug #257660 - Handle directories that are unlisted in Entries, which is normal
when checked out without -P. Thanks to Christian Ruppert <idl0r@gentoo.org>
for this patch.
svn path=/main/trunk/; revision=14222
Zac Medico [Tue, 8 Sep 2009 18:38:59 +0000 (18:38 -0000)]
Add test cases for operators with missing version component.
svn path=/main/trunk/; revision=14221
Zac Medico [Tue, 8 Sep 2009 18:15:38 +0000 (18:15 -0000)]
Add test case for * operator with missing =.
svn path=/main/trunk/; revision=14220
Zac Medico [Tue, 8 Sep 2009 18:11:53 +0000 (18:11 -0000)]
simplify atom regex (winning even more performance) and turns it in verbose
mode with comments. Added more corner case tests. Thanks to Marat Radchenko
<marat@slonopotamus.org> for this patch from bug #276813.
svn path=/main/trunk/; revision=14219
Zac Medico [Tue, 8 Sep 2009 09:11:35 +0000 (09:11 -0000)]
Fix false positives in gcc QA with debug mode some more. Thanks again to
Amit Dor-Shifer <amitds@oversi.com> for reporting.
svn path=/main/trunk/; revision=14218
Zac Medico [Tue, 8 Sep 2009 08:10:10 +0000 (08:10 -0000)]
Reimplement isspecific() using a single regular expression match. Thanks to
Marat Radchenko <marat@slonopotamus.org> for this patch.
svn path=/main/trunk/; revision=14217
Zac Medico [Tue, 8 Sep 2009 08:07:03 +0000 (08:07 -0000)]
Fix isvalidatom() to check the 'must not end in' clause from PMS 2.1.2.
Thanks to Marat Radchenko <marat@slonopotamus.org> for this patch.
svn path=/main/trunk/; revision=14216
Zac Medico [Tue, 8 Sep 2009 01:51:26 +0000 (01:51 -0000)]
Fix code from previous commit so it's guaranteed to always properly reset
debug state.
svn path=/main/trunk/; revision=14215
Zac Medico [Tue, 8 Sep 2009 01:44:24 +0000 (01:44 -0000)]
In debug mode, avoid showing gcc QA search strings in the trace, so they won't
trigger false positives. Thanks to Amit Dor-Shifer <amitds@oversi.com> for
reporting.
svn path=/main/trunk/; revision=14214
Zac Medico [Mon, 7 Sep 2009 22:39:21 +0000 (22:39 -0000)]
Reimplement isvalidatom() to use a single regular expression match. Thanks
to Marat Radchenko <marat@slonopotamus.org> for this patch from bug #276813.
svn path=/main/trunk/; revision=14213
Zac Medico [Mon, 7 Sep 2009 04:23:26 +0000 (04:23 -0000)]
Bug #283795 - Make dep_check() filter out expanded indirect virual deps after
they are no longer needed, in order to avoid distortion of the depgraph.
svn path=/main/trunk/; revision=14212
Zac Medico [Mon, 7 Sep 2009 02:58:00 +0000 (02:58 -0000)]
Optimize catpkgsplit() by creating a tuple directly instead of generating it
from a list. Thanks to Marat Radchenko <slonopotamusorama@gmail.com> for this
patch.
svn path=/main/trunk/; revision=14211
Zac Medico [Mon, 7 Sep 2009 02:54:36 +0000 (02:54 -0000)]
In catpkgsplit(), use split('/', 1) since there should never be more than on
slash to split.
svn path=/main/trunk/; revision=14210
Zac Medico [Mon, 7 Sep 2009 02:41:01 +0000 (02:41 -0000)]
Handle AttributeError instead of using getattr. Thanks to Marat Radchenko
<slonopotamusorama@gmail.com> for reporting.
svn path=/main/trunk/; revision=14209
Zac Medico [Sun, 6 Sep 2009 10:18:27 +0000 (10:18 -0000)]
In display_news_notification(), use the exising vartree instance to populate
settings.treeVirtuals, to avoid having a temporary one instantiated. Thanks
to Marat Radchenko <slonopotamusorama@gmail.com> for reporting.
svn path=/main/trunk/; revision=14208
Zac Medico [Sun, 6 Sep 2009 08:02:32 +0000 (08:02 -0000)]
Remove unused vardbapi._counter_hash() method.
svn path=/main/trunk/; revision=14207
Zac Medico [Sun, 6 Sep 2009 00:31:10 +0000 (00:31 -0000)]
Document ACCEPT_PROPERTIES and package.properties.
svn path=/main/trunk/; revision=14206
Zac Medico [Sun, 6 Sep 2009 00:15:27 +0000 (00:15 -0000)]
Document ACCEPT_LICENSE and package.license.
svn path=/main/trunk/; revision=14205
Zac Medico [Sat, 5 Sep 2009 22:40:18 +0000 (22:40 -0000)]
Add ACCEPT_LICENSE and ACCEPT_PROPERTIES to the Packages file header.
svn path=/main/trunk/; revision=14204
Zac Medico [Sat, 5 Sep 2009 22:25:05 +0000 (22:25 -0000)]
Add a vardbapi._pkgs_changed attribute to use instead of PORTAGE_COUNTER_HASH
for emerge to check whether any packages have been added/removed. This is an
optimization, since vardbapi._counter_hash() can be somewhat slow on embedded
systems. Thanks to Marat Radchenko <slonopotamusorama@gmail.com> for
reporting.
svn path=/main/trunk/; revision=14203
Zac Medico [Sat, 5 Sep 2009 22:06:46 +0000 (22:06 -0000)]
Inside Scheduler._check_manifests(), display all broken manifests instead of
returning after the first one. Thanks to Vlastimil Babka <caster@g.o> for the
suggestion.
svn path=/main/trunk/; revision=14202
Zac Medico [Sat, 5 Sep 2009 22:01:43 +0000 (22:01 -0000)]
Use _unicode_decode() on the string returned from time.strftime(), in order
to avoid a potential UnicodeDecodeError later. Thanks to Markus Duft
<mduft@gentoo.org> for reporting.
svn path=/main/trunk/; revision=14201
Fabian Groffen [Sat, 5 Sep 2009 13:33:29 +0000 (13:33 -0000)]
DEPCACHE_PATH is not used with ROOT at all, so move it out of the target_root variable group
svn path=/main/trunk/; revision=14199
Fabian Groffen [Sat, 5 Sep 2009 11:13:33 +0000 (11:13 -0000)]
pym/portage/sets/files.py: use WORLD_FILE instead of manual reconstruction
pym/portage/const.py: introduce WORLD_SETS_FILE variable
pym/portage/sets/files.py: use new WORLD_SETS_FILE var
pym/_emerge/unmerge.py: likewise
svn path=/main/trunk/; revision=14197
Fabian Groffen [Sat, 5 Sep 2009 10:53:44 +0000 (10:53 -0000)]
reorganise const.py to have logical grouping based on usage
grouped into use with config_root, target_root or nothing, made all
variables that are used with config_root or target_root not start with a
leading slash, such that they can be directly used with os.path.join
(which they should because of xxxx_root).
svn path=/main/trunk/; revision=14192
Fabian Groffen [Sat, 5 Sep 2009 10:44:58 +0000 (10:44 -0000)]
DEPRECATED_PROFILE_FILE is derived from PROFILE_PATH which has no leading slash
svn path=/main/trunk/; revision=14191
Fabian Groffen [Sat, 5 Sep 2009 10:35:02 +0000 (10:35 -0000)]
add note that this file does not seem to deal with ROOT at all
svn path=/main/trunk/; revision=14190
Fabian Groffen [Sat, 5 Sep 2009 10:28:46 +0000 (10:28 -0000)]
PRIVATE_PATH has no leading slash (like all other uses of this var assume)
svn path=/main/trunk/; revision=14189
Fabian Groffen [Sat, 5 Sep 2009 10:25:30 +0000 (10:25 -0000)]
consistently use CACHE_PATH with target_root, this commit needs a separate soon to be done commit of pym/portage/const.py to work correctly
svn path=/main/trunk/; revision=14188
Fabian Groffen [Sat, 5 Sep 2009 10:00:22 +0000 (10:00 -0000)]
Fix usage of VDB_PATH
svn path=/main/trunk/; revision=14187
Zac Medico [Sat, 5 Sep 2009 07:39:51 +0000 (07:39 -0000)]
Remove unnecessary redundant dict lookup at the beginning of catpkgsplit().
Thanks to Marat Radchenko <slonopotamusorama@gmail.com> for this patch.
svn path=/main/trunk/; revision=14186
Zac Medico [Sat, 5 Sep 2009 01:26:36 +0000 (01:26 -0000)]
Bug #282808 - Handle a potential KeyError inside PollScheduler._poll_loop()
when _poll_event_queue contains an event for a file descriptor that has
already been unregistered.
svn path=/main/trunk/; revision=14185
Arfrever Frehtes Taifersar Arahesis [Fri, 4 Sep 2009 23:18:40 +0000 (23:18 -0000)]
Fix documentation of some QA_* variables.
svn path=/main/trunk/; revision=14184
Zac Medico [Thu, 3 Sep 2009 03:27:19 +0000 (03:27 -0000)]
Fix typo from previous commit.
svn path=/main/trunk/; revision=14182
Zac Medico [Thu, 3 Sep 2009 03:25:26 +0000 (03:25 -0000)]
Bug #283513 - Do not allow --noreplace together with --emptytree since it
results in bogus masking messages.
svn path=/main/trunk/; revision=14181
Zac Medico [Thu, 3 Sep 2009 01:06:52 +0000 (01:06 -0000)]
Use _unicode_decode() on the string retunred from time.strftime(), in order
to avoid a potential UnicodeDecodeError later. Thanks to Markus Duft
<mduft@gentoo.org> for reporting.
svn path=/main/trunk/; revision=14180
Arfrever Frehtes Taifersar Arahesis [Tue, 1 Sep 2009 01:33:45 +0000 (01:33 -0000)]
Remove reference to GRP_STAGE23_USE (bug #283358).
svn path=/main/trunk/; revision=14176
Arfrever Frehtes Taifersar Arahesis [Tue, 1 Sep 2009 01:26:08 +0000 (01:26 -0000)]
Add dev-util/gperf to list of suspected run-time dependencies (bug #283357).
svn path=/main/trunk/; revision=14175
Zac Medico [Mon, 31 Aug 2009 07:56:28 +0000 (07:56 -0000)]
Bug #283292 - Fix FindPortdir() to prevent OSError: [Errno 2] from stat when
$PWD is unset. Thanks to Jonathan Callen <en.ABCD@gmail.com> for this patch.
svn path=/main/trunk/; revision=14174
Zac Medico [Sun, 30 Aug 2009 20:09:05 +0000 (20:09 -0000)]
Fix broken indentation from previous commits.
svn path=/main/trunk/; revision=14173
Zac Medico [Sun, 30 Aug 2009 20:05:57 +0000 (20:05 -0000)]
Bug #283223 - Don't call str() on unicode strings inside _db_escape_string(),
since it can trigger a UnicodeEncodeError in python-2.x.
svn path=/main/trunk/; revision=14172
Zac Medico [Sun, 30 Aug 2009 10:36:51 +0000 (10:36 -0000)]
Bug #283223 - Don't call str() inside _db_escape_string(), since it's
redundant and it can trigger a UnicodeEncodeError in python-2.x.
svn path=/main/trunk/; revision=14171
Arfrever Frehtes Taifersar Arahesis [Sat, 29 Aug 2009 18:50:42 +0000 (18:50 -0000)]
Many packages use setuptools at run-time, so remove it from list of suspected run-time dependencies.
svn path=/main/trunk/; revision=14170
Zac Medico [Sat, 29 Aug 2009 07:58:22 +0000 (07:58 -0000)]
Use KeyValuePairFileLoader intead on getconfig(), since getconfig() is too
strict about variable names now.
svn path=/main/trunk/; revision=14169
Zac Medico [Sat, 29 Aug 2009 07:03:21 +0000 (07:03 -0000)]
Use KeyValuePairFileLoader instead of getconfig() for /etc/portage/modules,
since getconfig() is too strict about variable names now. Thanks to Arfrever
for reporting.
svn path=/main/trunk/; revision=14168
Zac Medico [Fri, 28 Aug 2009 09:04:42 +0000 (09:04 -0000)]
Bug #281834 - In getconfig(), do not allow definition of variables that have
invalid names according to shell standards (such as names containing hyphens).
svn path=/main/trunk/; revision=14167
Zac Medico [Thu, 27 Aug 2009 09:08:45 +0000 (09:08 -0000)]
Improve logic for bug #278729.
svn path=/main/trunk/; revision=14166
Zac Medico [Thu, 27 Aug 2009 07:14:37 +0000 (07:14 -0000)]
Bug #278729 - Inside dep_zapdeps(), account for USE dependencies in some
cases where USE settings can adversely affect || preference evaluation. This
requires invalid atoms to be dropped inside _expand_new_virtuals() since we
only want real Atom instances inside dep_zapdeps(). Unlike previous attempts
to solve this bug, cases such as || ( foo[a] foo[b] ) should now be correctly
handled.
svn path=/main/trunk/; revision=14165
Zac Medico [Thu, 27 Aug 2009 06:10:37 +0000 (06:10 -0000)]
Fix the code from bug #275796 to ensure that choices always go into the
preferred_in_graph slot when appropriate.
svn path=/main/trunk/; revision=14164
Zac Medico [Thu, 27 Aug 2009 05:05:00 +0000 (05:05 -0000)]
Fix tar_contents() to handle UnicodeEncodeError by falling back to utf_8 if
appropriate.
svn path=/main/trunk/; revision=14163
Zac Medico [Thu, 27 Aug 2009 03:55:33 +0000 (03:55 -0000)]
Use plain ascii encoding for this file, in order to avoid error messages like
this which building stages (happens when python is built with USE=build):
* Byte compiling python modules for python-2.6 .. ...
Compiling //usr/lib64/portage/pym/portage/cache/ebuild_xattr.py ...
SyntaxError: ('unknown encoding: UTF8', ('//usr/lib64/portage/pym/portage/cache/
ebuild_xattr.py', 0, 0, None))
svn path=/main/trunk/; revision=14162
Zac Medico [Wed, 26 Aug 2009 13:58:23 +0000 (13:58 -0000)]
Fix mkdir() to call the local setfscreate() with strict returncode checking.
Thanks to Chris PeBenito <pebenito@gentoo.org> for this patch.
svn path=/main/trunk/; revision=14161
Zac Medico [Tue, 25 Aug 2009 05:09:25 +0000 (05:09 -0000)]
Inside depgraph._show_unsatisfied_dep(), show reasons for packages masked due
to backtracking.
svn path=/main/trunk/; revision=14155
Zac Medico [Mon, 24 Aug 2009 21:37:30 +0000 (21:37 -0000)]
Show log paths when displaying the list of failed packages for --keep-going.
svn path=/main/trunk/; revision=14154
Fabian Groffen [Mon, 24 Aug 2009 10:15:54 +0000 (10:15 -0000)]
make sure we can deal with arches like x86-fbsd, like is done in bin/ebuild-helpers/prepstrip
svn path=/main/trunk/; revision=14151