[tools-issues] [Issue 46520] epmfile.pm causes error in instsetoo_native without local installation of epm

2005-05-28 Thread jeongkyu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46520





--- Additional comments from [EMAIL PROTECTED] Sat May 28 17:47:55 -0700 
2005 ---
As a reporter, I also don't think this is a critical issue. I just wanted to
make a record about this for first time OOo builder on FC3. :-)

-
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]



[tools-issues] [Issue 46520] epmfile.pm causes error in instsetoo_native without local installation of epm

2005-05-26 Thread cp
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46520


User cp changed the following:

  What|Old value |New value

  Target milestone|OOo 2.0.1 |OOo 2.0.2





--- Additional comments from [EMAIL PROTECTED] Thu May 26 02:44:30 -0700 
2005 ---
in the first shot for after 2.0 we want to concentrate on the most urgend issues
for the product. We try to get this done after 2.0.1

-
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]



[tools-issues] [Issue 46520] epmfile.pm causes error in instsetoo_native without local installation of epm

2005-05-24 Thread is
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46520


User is changed the following:

  What|Old value |New value

  Target milestone|---   |OOo 2.0.1





--- Additional comments from [EMAIL PROTECTED] Tue May 24 05:24:59 -0700 
2005 ---
Setting target

-
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]



[tools-issues] [Issue 46520] epmfile.pm causes error in instsetoo_native without local installation of epm

2005-04-15 Thread jeongkyu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46520


User jeongkyu changed the following:

  What|Old value |New value

   Assigned to|jeongkyu  |is





--- Additional comments from [EMAIL PROTECTED] Fri Apr 15 20:26:56 -0700 
2005 ---
I just recognized this was assigned to me.
Reassign.

-
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]



[tools-issues] [Issue 46520] epmfile.pm causes error in instsetoo_native without local installation of epm

2005-04-06 Thread jeongkyu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46520





--- Additional comments from [EMAIL PROTECTED] Wed Apr  6 22:18:42 -0700 
2005 ---
jeongkyu - is

 IS - jeongkyu: It is not necessary to install epm locally. There is a module
 epm that delivers the file epm into the solver. (unxlngi6.pro/bin.m89).
 There it is detected by the code in the epmfile.pm.
 Did you build and deliver epm?
 For finding the epm there is the procedure find_epm_on_system on epmfile.pm.

Yes, epm was built and delivered into solver. However, running epm _to check
patch state_ (epmfile.pm line 547) did not take above logic into consideration,
and it caused 'Can't exec epm' error. The following execution of epm _to build
packages_ was correct in terms of path (epm in solver was found), but it seemed
to be affected by above error and failed. 

If you have a chance, would you take a look at the code on line 547 ?


-
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]



[tools-issues] [Issue 46520] epmfile.pm causes error in instsetoo_native without local installation of epm

2005-04-06 Thread is
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46520


User is changed the following:

  What|Old value |New value

   Assigned to|is|jeongkyu





--- Additional comments from [EMAIL PROTECTED] Wed Apr  6 05:34:27 -0700 
2005 ---
IS - jeongkyu: It is not necessary to install epm locally. There is a module
epm that delivers the file epm into the solver. (unxlngi6.pro/bin.m89).
There it is detected by the code in the epmfile.pm.
Did you build and deliver epm?
For finding the epm there is the procedure find_epm_on_system on epmfile.pm.
The mechanism is the following:
If you use an environment variable EPM, this epm is used. Then it is searched in
the include pathes of the output tree (where is should be located in the bin
directory). And finally an epm is used, that is found with the PATH variable.
In solenv there must not be an epm. 


-
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]



[tools-issues] [Issue 46520] epmfile.pm causes error in instsetoo_native without local installation of epm

2005-04-03 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46520


User pjanik changed the following:

  What|Old value |New value

CC|'sparcmoz'|'pjanik,sparcmoz'

   Assigned to|mh|is





--- Additional comments from [EMAIL PROTECTED] Sun Apr  3 03:29:22 -0800 
2005 ---
reassign

-
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]