To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51513
------- Additional comments from [EMAIL PROTECTED] Wed Jul 6 07:20:41 -0700
2005 -------
Interesting, your Feature.idt.en-US is identical with ours.This shows, that your
installation set is absolutely okay. That is the good news :-)
What I do not understand: Is this the correct position of the feature.pm
message?
... languages en-US ...
Use of uninitialized value in concatenation (.) or string at
/cygdrive/d/w1/SRC680_m113/solenv/bin/modules/installer/windows/feature.pm line
452.
... analyzing files ...
Always between "... languages en-US ..." and "... analyzing files ..."? This
very strange, because at this early time of packing, feature.pm is not used. The
methode "create_feature_table" (which contains line 452) of feature.pm is called
after
"... creating idt files ..."
much later in the packing process.
Perhaps you can include the following code into your feature.pm into line 451.
This could show us the problematic feature definition. It is possible that all
12 top level feature are shown with this code, because the feature_parent is
empty. But this cannot be your problem, because your error message only appears
once.
Can you please include the following code snippet into feature.pm line 451?
if (( ! $feature{'feature'} ) ||
( ! $feature{'feature_parent'} ) ||
( ! $feature{'Title'} ) ||
( ! $feature{'Description'} ) ||
( ! $feature{'Display'} ) ||
( ! $feature{'Level'} ) ||
( ! $feature{'Directory_'} ) ||
( ! $feature{'Attributes'} ))
{
print "feature: $feature{'feature'}\n";
print "feature_parent: $feature{'feature_parent'}\n";
print "Title: $feature{'Title'}\n";
print "Description': $feature{'Description''}\n";
print "Display: $feature{'Display'}\n";
print "Level: $feature{'Level'}\n";
print "Directory_: $feature{'Directory_'}\n";
print "Attributes: $feature{'Attributes'}\n\n";
}
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]