Zac Medico [Tue, 17 Mar 2009 19:30:35 +0000 (19:30 -0000)]
Validate argument atoms earlier for build actions.
svn path=/main/trunk/; revision=13126
Zac Medico [Tue, 17 Mar 2009 06:39:39 +0000 (06:39 -0000)]
Remove portage.internal docs (goes with previous commit).
svn path=/main/trunk/; revision=13119
Zac Medico [Tue, 17 Mar 2009 05:52:27 +0000 (05:52 -0000)]
Bug #262365 - Punt the prepalldocs check until there is an alternative
available in EAPI 3.
svn path=/main/trunk/; revision=13118
Zac Medico [Tue, 17 Mar 2009 05:41:37 +0000 (05:41 -0000)]
Punt fix-db.py since it's not really needed. It's been broken since 2.1.6
and nobody noticed until bug #262132 was filed.
svn path=/main/trunk/; revision=13117
Zac Medico [Tue, 17 Mar 2009 05:35:50 +0000 (05:35 -0000)]
Bug #262485 - Handle InvalidAtom from dep_expand().
svn path=/main/trunk/; revision=13116
Zac Medico [Tue, 17 Mar 2009 01:18:21 +0000 (01:18 -0000)]
Do not create hardlinks when merging CONFIG_PROTECTed files since config
files shouldn't be hardlinked to eachother (for example, shadow installs
several identical config files inside /etc/pam.d/). Thanks to Caleb Cushing
<xenoterracide@gmail.com> for reporting.
svn path=/main/trunk/; revision=13115
Mike Frysinger [Sun, 15 Mar 2009 02:19:06 +0000 (02:19 -0000)]
add m68k diff from kolla
svn path=/main/trunk/; revision=13114
Zac Medico [Sat, 14 Mar 2009 19:27:26 +0000 (19:27 -0000)]
Add make.conf for amd64-fbsd submitted by Timothy Redaelli <drizzt@g.o>.
svn path=/main/trunk/; revision=13113
Zac Medico [Fri, 13 Mar 2009 19:45:01 +0000 (19:45 -0000)]
Bug #262365 - Make the "portage.internal" category (prepalldocs check) a
warning instead of fatal.
svn path=/main/trunk/; revision=13109
Zac Medico [Fri, 13 Mar 2009 18:37:23 +0000 (18:37 -0000)]
Tweak grammar.
svn path=/main/trunk/; revision=13108
Zac Medico [Fri, 13 Mar 2009 00:10:11 +0000 (00:10 -0000)]
Add missing brackets to [:upper:] and [:lower:] in _sb_append_var() tr
arguments.
svn path=/main/trunk/; revision=13104
Zac Medico [Thu, 12 Mar 2009 18:41:27 +0000 (18:41 -0000)]
Filter _sb_append_var in save_ebuild_env().
svn path=/main/trunk/; revision=13091
Mike Frysinger [Thu, 12 Mar 2009 12:15:30 +0000 (12:15 -0000)]
cleanup sandbox env var handling -- make sure we dont insert empty : sections and avoid unnecessary eval usage
svn path=/main/trunk/; revision=13090
Zac Medico [Thu, 12 Mar 2009 06:32:32 +0000 (06:32 -0000)]
Bug #261670 - Automatically revert the CHOST metadata to the initial value
after src_install, in case the ebuild has changed it.
svn path=/main/trunk/; revision=13088
Zac Medico [Thu, 12 Mar 2009 05:34:49 +0000 (05:34 -0000)]
Update docstring for EbuildBuildDir.clean_log().
svn path=/main/trunk/; revision=13072
Zac Medico [Thu, 12 Mar 2009 05:32:59 +0000 (05:32 -0000)]
Bug #261992 - Replace the EbuildBuildDir.clean() method with a clean_log()
method since log cleanup is all that's currently needed and shutil.rmtree()
can fail with "OSError: [Errno 36] File name too long" due to strange file
names, or on FreeBSD it can fail with EPERM due to file flags in $D.
svn path=/main/trunk/; revision=13071
Zac Medico [Thu, 12 Mar 2009 05:20:48 +0000 (05:20 -0000)]
Bug #261992 - Inside Binpkg._prefetch_exit(), avoid potention issues with
shutil.rmtree() by just doing a minimal cleanup.
svn path=/main/trunk/; revision=13070
Zac Medico [Thu, 12 Mar 2009 04:25:01 +0000 (04:25 -0000)]
Make dyn_clean ignore FEATURES=keepwork when [[ $EMERGE_FROM = binary ]]
and remove shutil.rmtree() call from Binpkg._clean_exit() since dyn_clean
is guaranteed to do a full clean now.
svn path=/main/trunk/; revision=13069
Zac Medico [Thu, 12 Mar 2009 03:48:10 +0000 (03:48 -0000)]
When translating portage uid/gid to root uid/gid after src_install on
FreeBSD, temporarily remove all file flags inside $D in order to avoid
EPERM errors. Thanks to Timothy Redaelli <drizzt@g.o> for reporting.
svn path=/main/trunk/; revision=13068
Zac Medico [Thu, 12 Mar 2009 02:40:28 +0000 (02:40 -0000)]
Use posix compatible find -perm arguments. Thanks to Timothy Redaelli
<drizzt@g.o> for reporting.
svn path=/main/trunk/; revision=13067
Zac Medico [Thu, 12 Mar 2009 01:45:52 +0000 (01:45 -0000)]
Also add an einfo binary.
svn path=/main/trunk/; revision=13066
Zac Medico [Thu, 12 Mar 2009 01:44:02 +0000 (01:44 -0000)]
Bug #262096 - Add separate eerror, elog, eqawarn, and ewarn binaries for
use by non-bash programs running inside the ebuild environment, such as
sandbox.
svn path=/main/trunk/; revision=13065
Zac Medico [Thu, 12 Mar 2009 00:43:00 +0000 (00:43 -0000)]
Use ${x##*/} instead of calling basename.
svn path=/main/trunk/; revision=13064
Zac Medico [Thu, 12 Mar 2009 00:28:45 +0000 (00:28 -0000)]
Move ebuild helpers into an ebuild-helpers subdirectory.
svn path=/main/trunk/; revision=13063
Zac Medico [Thu, 12 Mar 2009 00:25:50 +0000 (00:25 -0000)]
Use absolute imports instead of relative.
svn path=/main/trunk/; revision=13062
Zac Medico [Wed, 11 Mar 2009 23:59:13 +0000 (23:59 -0000)]
Bug #262211 - Avoid triggering an InvalidAtom exception inside the Package
constructor when SLOT is empty.
svn path=/main/trunk/; revision=13061
Zac Medico [Wed, 11 Mar 2009 23:49:03 +0000 (23:49 -0000)]
Bug #262211 - Make vardbapi.aux_get() translate empty SLOT to 0 since other
code expects non-empty SLOT (for generation package slot atoms).
svn path=/main/trunk/; revision=13060
Zac Medico [Wed, 11 Mar 2009 22:28:16 +0000 (22:28 -0000)]
Bug #262012 - Only trigger the slot conflict message about --newuse when
the installed version is the same as the new one. If they are different
versions then there's some other problem.
svn path=/main/trunk/; revision=13059
Zac Medico [Wed, 11 Mar 2009 08:07:21 +0000 (08:07 -0000)]
Add new xpak.5 man page by Lars Hartmann <lars<at>chaotika<dot>org>.
svn path=/main/trunk/; revision=13056
Zac Medico [Tue, 10 Mar 2009 08:15:57 +0000 (08:15 -0000)]
Don't default env=os.environ directly in the config constructor because
that makes it show environment variables in api docs generated by epydoc.
svn path=/main/trunk/; revision=12824
Zac Medico [Tue, 10 Mar 2009 06:41:55 +0000 (06:41 -0000)]
Use slices instead of startswith inside manifest2AuxfileFilter().
svn path=/main/trunk/; revision=12823
Zac Medico [Tue, 10 Mar 2009 06:14:56 +0000 (06:14 -0000)]
Handle ValueError and UnpicklingError inside PreservedLibsRegistry.load().
svn path=/main/trunk/; revision=12822
Zac Medico [Tue, 10 Mar 2009 06:04:17 +0000 (06:04 -0000)]
Use protocol=2 for pickle.dump() calls, so that pickles written by py3k will
be backward compatible.
svn path=/main/trunk/; revision=12821
Zac Medico [Tue, 10 Mar 2009 05:24:08 +0000 (05:24 -0000)]
Make _src_uri_validate() identify the || operator as invalid and add a
corresponding test case.
svn path=/main/trunk/; revision=12820
Zac Medico [Tue, 10 Mar 2009 05:16:11 +0000 (05:16 -0000)]
Remove redundant conditional inside _src_uri_validate().
svn path=/main/trunk/; revision=12819
Zac Medico [Tue, 10 Mar 2009 05:04:33 +0000 (05:04 -0000)]
Fix incorrect slice inside _src_uri_validate() and add new test case.
svn path=/main/trunk/; revision=12818
Zac Medico [Tue, 10 Mar 2009 04:49:10 +0000 (04:49 -0000)]
Simplify cmp_sort_key._cmp_key.__lt__().
svn path=/main/trunk/; revision=12817
Zac Medico [Tue, 10 Mar 2009 04:28:21 +0000 (04:28 -0000)]
Initialize UserDict.data in the constructor.
svn path=/main/trunk/; revision=12816
Zac Medico [Tue, 10 Mar 2009 03:59:37 +0000 (03:59 -0000)]
Optimize dbapi._cpv_sort_ascending() by calling vercmp directly instead of
calling pkgcmp.
svn path=/main/trunk/; revision=12815
Zac Medico [Tue, 10 Mar 2009 02:11:51 +0000 (02:11 -0000)]
Bug #261852 - If an unexpected exception is raise from emerge_main() then
show the traceback after the mod_echo output to that the traceback isn't
obscured by mod_echo flooding.
svn path=/main/trunk/; revision=12814
Zac Medico [Tue, 10 Mar 2009 00:55:22 +0000 (00:55 -0000)]
When the config_incrementals parameter is unspecified in the config
constructor, don't warn because it's ridiculous to require this parameter
when it's always the same anyway.
svn path=/main/trunk/; revision=12813
Zac Medico [Tue, 10 Mar 2009 00:49:56 +0000 (00:49 -0000)]
Simplify environment cleansing that's done for the ROOT=/ config instance
when ROOT!=/. A new "env" config constructor parameter is used to allow
the caller to avoid having the config instance polluted by os.environ.
svn path=/main/trunk/; revision=12812
Zac Medico [Tue, 10 Mar 2009 00:05:25 +0000 (00:05 -0000)]
Inside create_trees(), when cleansing the environment for the ROOT=/ config
instance, call config.reset() so that configdict['env'] is cleared as was
originally intended here. This prevents thinks like CHOST overrides from the
calling environment from inappropriately being applied to ROOT=/.
svn path=/main/trunk/; revision=12811
Zac Medico [Mon, 9 Mar 2009 22:53:50 +0000 (22:53 -0000)]
Bug #261670 - Generate a QA Notice if CHOST (from dyn_install) has a value
which differs from the initial setting.
svn path=/main/trunk/; revision=12810
Zac Medico [Mon, 9 Mar 2009 21:47:14 +0000 (21:47 -0000)]
Only execute src_test pre/post hooks when src_test is actually executed.
svn path=/main/trunk/; revision=12809
Zac Medico [Mon, 9 Mar 2009 20:37:56 +0000 (20:37 -0000)]
Add more QA warnings for econf calls during unexpected phases. Thanks to
Diego Elio Pettenò <flameeyes@g.o> for the suggestion.
svn path=/main/trunk/; revision=12808
Zac Medico [Mon, 9 Mar 2009 10:32:13 +0000 (10:32 -0000)]
When generating variable names to hold EXPORT_FUNCTIONS argument in, use
$ECLASS_DEPTH as a unique id since it's a lot simpler then encoding the
eclass name in the variable name.
svn path=/main/trunk/; revision=12806
Zac Medico [Mon, 9 Mar 2009 09:45:28 +0000 (09:45 -0000)]
Use the ebuild_phase helper function to calls phase hooks and fix broken
trap calls that try to unset multiple signal handlers at once without
passing - as the first argument.
svn path=/main/trunk/; revision=12805
Zac Medico [Mon, 9 Mar 2009 09:13:33 +0000 (09:13 -0000)]
Inside dyn_unpack(), only call pre/post phase hooks when src_unpack is
called (when .unpacked does not already exist).
svn path=/main/trunk/; revision=12804
Zac Medico [Mon, 9 Mar 2009 06:53:12 +0000 (06:53 -0000)]
Fix _setitem() to account for the change to serialize_eclasses = False.
svn path=/main/trunk/; revision=12803
Zac Medico [Mon, 9 Mar 2009 06:03:06 +0000 (06:03 -0000)]
Make manifest mode with --force option cause existing digests to be replaced
for any files that exist in ${DISTDIR}. This provides an alternative to
ebuild --force manifest for updating existing distfiles digests. Digests
are assumed to be corect for files that do not exist in ${DISTDIR} since
the user could simply remove the whole Manifest if they wanted to regenerate
digests for all files (and it's safer to regenerate as few as possible
because it's less probably that a valid digest will get replaced by an
invalid one).
svn path=/main/trunk/; revision=12802
Zac Medico [Mon, 9 Mar 2009 03:56:56 +0000 (03:56 -0000)]
Reorganize code for --digests and FEATURES=digest.
svn path=/main/trunk/; revision=12801
Zac Medico [Mon, 9 Mar 2009 03:47:10 +0000 (03:47 -0000)]
Never call digestgen() inside doebuild() which only 'fetch' has been
requested since it's not needed in this case.
svn path=/main/trunk/; revision=12800
Zac Medico [Mon, 9 Mar 2009 02:30:36 +0000 (02:30 -0000)]
Bug #261675 - Generate manifests in advance when FEATURES=digest is enabled.
svn path=/main/trunk/; revision=12799
Zac Medico [Mon, 9 Mar 2009 02:04:34 +0000 (02:04 -0000)]
Bug #261675 - Also don't call digestgen() from parallel-fetch processes.
svn path=/main/trunk/; revision=12798
Zac Medico [Mon, 9 Mar 2009 01:50:33 +0000 (01:50 -0000)]
Bug #261675 - When doebuild() is called by emerge, don't call digestgen()
for FEATURES=digest because it's redundant and it can cause interference
with parallel-fetch and parallel builds.
svn path=/main/trunk/; revision=12797
Zac Medico [Mon, 9 Mar 2009 01:33:46 +0000 (01:33 -0000)]
Make the --digest warning message show for FEATURES=digest.
svn path=/main/trunk/; revision=12796
Zac Medico [Mon, 9 Mar 2009 01:17:37 +0000 (01:17 -0000)]
Replace things like [[ $PORTAGE_BUILDDIR/.prepared -nt $WORKDIR ]] with
simply [[ -e $PORTAGE_BUILDDIR/.prepared ]] since the timestamp of
$WORKDIR is practically always newer due to the other hidden files that are
created there as each phase is executed. Thanks to Alfredo Tupone <tupone@g.o>
for reporting.
svn path=/main/trunk/; revision=12795
Zac Medico [Sun, 8 Mar 2009 22:29:35 +0000 (22:29 -0000)]
Generate a QA Notice when EXPORT_FUNCTIONS is called before inherit, since
it's incompatible with <=portage-2.1.6.7.
svn path=/main/trunk/; revision=12794
Mike Frysinger [Sun, 8 Mar 2009 21:40:35 +0000 (21:40 -0000)]
for pointers cast to 32bit ints, we always want to abort on 64bit systems, not just when FEATURES=stricter
svn path=/main/trunk/; revision=12793
Zac Medico [Sun, 8 Mar 2009 21:27:24 +0000 (21:27 -0000)]
Fix typo from previous commit.
svn path=/main/trunk/; revision=12792
Zac Medico [Sun, 8 Mar 2009 21:25:29 +0000 (21:25 -0000)]
Also support + character in eclass names.
svn path=/main/trunk/; revision=12791
Zac Medico [Sun, 8 Mar 2009 21:09:00 +0000 (21:09 -0000)]
Translate period characters in eclass names when generating variable names
to store EXPORT_FUNCTIONS arguments. Thanks to Arfrever for reporting.
svn path=/main/trunk/; revision=12788
Zac Medico [Sun, 8 Mar 2009 08:14:48 +0000 (08:14 -0000)]
Make EXPORT_FUNCTIONS store it's arguments in an environment variable and
perform the function generation after the current inherit call has returned.
This allows an eclass to call EXPORT_FUNCTIONS either before or after it
inherits other eclasses, and the result is still the same. Thanks to
Donnie Berkholz <dberkholz@g.o> for reporting.
svn path=/main/trunk/; revision=12785
Zac Medico [Sun, 8 Mar 2009 07:44:02 +0000 (07:44 -0000)]
Revert previous 2 commits due to bugs.
svn path=/main/trunk/; revision=12784
Zac Medico [Sun, 8 Mar 2009 06:53:55 +0000 (06:53 -0000)]
Fix PECLASS logic inside inherit() so that ECLASS is always restored to the
correct value after recursion (previously it would be restored to the wrong
value if more than one eclass was passed into the inherit call).
svn path=/main/trunk/; revision=12783
Zac Medico [Sun, 8 Mar 2009 06:26:09 +0000 (06:26 -0000)]
Make EXPORT_FUNCTIONS store it's arguments in an environment variable and
perform the function generation after the current inherit call has returned.
This way an eclass can call EXPORT_FUNCTIONS either before or after it
inherits other eclasses, and the result is still the same. Thanks to
Donnie Berkholz <dberkholz@g.o> for reporting.
svn path=/main/trunk/; revision=12782
Zac Medico [Sun, 8 Mar 2009 05:25:18 +0000 (05:25 -0000)]
Implement _getitem instead of __getitem__ so that the base class __getitem__
implementation is used for _mtime_ and _eclasses_ handling.
svn path=/main/trunk/; revision=12781
Zac Medico [Sat, 7 Mar 2009 23:05:30 +0000 (23:05 -0000)]
In LazyItemsDict.__deepcopy__(), enable deepcopy of lazy items as it was
before. This requires _LazyItem.__deepcopy__() to be overridden since
the default implementation can fail silently, leaving some attributes unset.
svn path=/main/trunk/; revision=12780
Zac Medico [Sat, 7 Mar 2009 22:27:25 +0000 (22:27 -0000)]
Use slice instead of startwith in stack_* incremental processing.
svn path=/main/trunk/; revision=12779
Zac Medico [Sat, 7 Mar 2009 21:36:56 +0000 (21:36 -0000)]
Remove unnecessary list() from previous commit.
svn path=/main/trunk/; revision=12778
Zac Medico [Sat, 7 Mar 2009 21:34:50 +0000 (21:34 -0000)]
Fix an issue with incomplete deepcopy of _LazyItem instances inside
LazyItemsDict.__deepcopy__(). Thanks to Arfrever for reporting.
svn path=/main/trunk/; revision=12777
Zac Medico [Sat, 7 Mar 2009 20:25:19 +0000 (20:25 -0000)]
Fix __getitem__ to convert mtime to long, and remove unreachable code
from _parse_data().
svn path=/main/trunk/; revision=12776
Zac Medico [Sat, 7 Mar 2009 19:40:18 +0000 (19:40 -0000)]
Always use basestring instead of str with isinstance().
svn path=/main/trunk/; revision=12775
Zac Medico [Sat, 7 Mar 2009 19:10:20 +0000 (19:10 -0000)]
Allow unicode type values in config.__setitem__(). Thanks to Arfrever Frehtes
Taifersar Arahesis for this patch.
svn path=/main/trunk/; revision=12774
Zac Medico [Sat, 7 Mar 2009 02:41:39 +0000 (02:41 -0000)]
Simplify LazyItemsDict internals.
svn path=/main/trunk/; revision=12773
Zac Medico [Sat, 7 Mar 2009 00:05:30 +0000 (00:05 -0000)]
Fix LazyItemsDict.update() to create new _SingletonWrapper instances that
reference self.
svn path=/main/trunk/; revision=12772
Zac Medico [Fri, 6 Mar 2009 20:50:53 +0000 (20:50 -0000)]
Add keyword argument support to LazyItemsDict.update().
svn path=/main/trunk/; revision=12771
Zac Medico [Fri, 6 Mar 2009 20:24:03 +0000 (20:24 -0000)]
Remove unused import.
svn path=/main/trunk/; revision=12770
Zac Medico [Fri, 6 Mar 2009 05:04:21 +0000 (05:04 -0000)]
Define __slots__ for classes derived from ObjectProxy.
svn path=/main/trunk/; revision=12769
Zac Medico [Fri, 6 Mar 2009 04:48:24 +0000 (04:48 -0000)]
Send message about unset RESUMECOMMAND to stderr instead of stdout.
svn path=/main/trunk/; revision=12768
Zac Medico [Fri, 6 Mar 2009 04:29:56 +0000 (04:29 -0000)]
Make digraph store a single priority list for each edge instead of two
identical lists.
svn path=/main/trunk/; revision=12767
Zac Medico [Fri, 6 Mar 2009 03:56:37 +0000 (03:56 -0000)]
whitespace cleanup
svn path=/main/trunk/; revision=12766
Zac Medico [Fri, 6 Mar 2009 03:24:49 +0000 (03:24 -0000)]
Fix failure exit status. Thanks to Brian Harring.
svn path=/main/trunk/; revision=12765
Zac Medico [Thu, 5 Mar 2009 05:44:20 +0000 (05:44 -0000)]
Make config.categories a sorted tuple so that portdbapi can reuse it.
svn path=/main/trunk/; revision=12760
Zac Medico [Thu, 5 Mar 2009 05:21:36 +0000 (05:21 -0000)]
Add tests for use_reduce() and paren_reduce().
svn path=/main/trunk/; revision=12759
Zac Medico [Thu, 5 Mar 2009 05:08:00 +0000 (05:08 -0000)]
Use enumerate() inside use_reduce() validation code.
svn path=/main/trunk/; revision=12758
Zac Medico [Thu, 5 Mar 2009 04:43:39 +0000 (04:43 -0000)]
Use basestring instead of str for isinstance check inside use_reduce() so
that it works with unicode and remove related unicode to str workaround
code from the sqlite cache module.
svn path=/main/trunk/; revision=12757
Zac Medico [Thu, 5 Mar 2009 04:28:15 +0000 (04:28 -0000)]
Remove unnecessary setting of default values to empty strings inside
database._getitem().
svn path=/main/trunk/; revision=12756
Zac Medico [Thu, 5 Mar 2009 04:19:07 +0000 (04:19 -0000)]
Make the first argument of update() methods be an optional positional argument
instead of a keyword argument.
svn path=/main/trunk/; revision=12755
Zac Medico [Thu, 5 Mar 2009 03:59:10 +0000 (03:59 -0000)]
Make --searchdesc imply --search inside parse_opts().
svn path=/main/trunk/; revision=12754
Zac Medico [Thu, 5 Mar 2009 03:53:38 +0000 (03:53 -0000)]
Only generate PORTAGE_COUNTER_HASH for actions that can involve vdb
modification.
svn path=/main/trunk/; revision=12753
Zac Medico [Thu, 5 Mar 2009 03:43:03 +0000 (03:43 -0000)]
Make --version and action.
svn path=/main/trunk/; revision=12752
Zac Medico [Thu, 5 Mar 2009 03:03:50 +0000 (03:03 -0000)]
Set Unpickler.find_global = None when possible and handle AttributeError
for py3k.
svn path=/main/trunk/; revision=12751
Zac Medico [Thu, 5 Mar 2009 01:40:55 +0000 (01:40 -0000)]
Remove unnecessary creation of lists when iterating over digraphs for
--buildpkgonly hasallzeros check.
svn path=/main/trunk/; revision=12750
Zac Medico [Wed, 4 Mar 2009 23:02:04 +0000 (23:02 -0000)]
Bug #261082 - Prefer remote package instances whenever --getbinpkg is enabled
(previously local instances were preferred unless --getbinpkgonly was enabled).
svn path=/main/trunk/; revision=12749
Zac Medico [Wed, 4 Mar 2009 21:16:33 +0000 (21:16 -0000)]
Make glsa-check executable.
svn path=/main/trunk/; revision=12748
Zac Medico [Wed, 4 Mar 2009 20:30:17 +0000 (20:30 -0000)]
Bug #261082 - Fix --getbinpkgonly code in binarytree._populate() to
update the aux_get cache when it's appropriate for a remote package
to override a local package.
svn path=/main/trunk/; revision=12747
Zac Medico [Wed, 4 Mar 2009 04:14:18 +0000 (04:14 -0000)]
Bug #256289 - When displaying an unsatisfied USE dep and all packages with
the required IUSE are masked, show a normal "masked package" message for
the package(s) that have the required IUSE (instead of showing the unmasked
packages with missing IUSE).
svn path=/main/trunk/; revision=12746
Zac Medico [Wed, 4 Mar 2009 02:26:24 +0000 (02:26 -0000)]
Fix vdb entry writting code in dyn_install() to avoid generating empty entries
in some cases. Thanks to Ned Ludd <solar@g.o> for reporting.
svn path=/main/trunk/; revision=12745