[installation-issues] [Issue 97661] in function: call_epm

2009-08-12 Thread is
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97661


User is changed the following:

What|Old value |New value

Target milestone|OOo 3.2   |OOo 3.x





--- Additional comments from i...@openoffice.org Wed Aug 12 10:27:27 + 
2009 ---
Shifting 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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 97661] in function: call_epm

2009-01-21 Thread is
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97661


User is changed the following:

What|Old value |New value

Target milestone|OOo 3.1   |OOo 3.2





--- Additional comments from i...@openoffice.org Wed Jan 21 15:54:27 + 
2009 ---
Setting target OOo 3.2.

-
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 97661] in function: call_epm

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





--- Additional comments from i...@openoffice.org Tue Jan  6 12:17:18 + 
2009 ---
Why did you add the complete file to this patch (three times) ? Please add the
three lines and test this. But as I wrote, this is no valid patch, because this
changes are only allowed under very special circumstances that still need to be
evaluated.

-
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 97661] in function: call_epm

2009-01-06 Thread syniack
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97661





--- Additional comments from syni...@openoffice.org Tue Jan  6 16:06:52 
+ 2009 ---
Created an attachment (id=59183)
openoffice with 2 million rows support


-
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 97661] in function: call_epm

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


User is changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |STARTED

  Issue type|PATCH |ENHANCEMENT

Target milestone|---   |OOo 3.1





--- Additional comments from i...@openoffice.org Mon Jan  5 10:45:15 + 
2009 ---
Ah, I see. epm says:

epm: Product names should only contain letters and numbers!

So for this OS we need new package names. Instead of 
ooobasis3.0-core01 we will need ooobasis30core01 or something similar.

Setting target 3.1. Issue type is not PATCH, because there is no patch attached
to this task. 


-
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 97661] in function: call_epm

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





--- Additional comments from i...@openoffice.org Mon Jan  5 15:55:53 + 
2009 ---
So please test the following. There is a file 
solenv/bin/modules/installer/epmfile.pm
that contains a function:
call_epm.

In this function you already find code for debian packages:

snip
my $localpackagename = $packagename;
# Debian allows only lowercase letters in package name or '-+.'
if ( $installer::globals::debian ) { $localpackagename = lc($localpackagename); 
} 
if ( $installer::globals::debian ) { $localpackagename =~ s/_/-/g; }
/snip

So please add below this the code to remove . and - and _ :
$localpackagename =~ s/_//g;
$localpackagename =~ s/-//g;
$localpackagename =~ s/.//g;

I do not know exactly, if this causes further problems, but it should work.
Furthermore we can only integrate such a code after checking the rpm version,
because we do not want to use this for all rpm calls.


-
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 97661] in function: call_epm

2009-01-05 Thread syniack
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97661





--- Additional comments from syni...@openoffice.org Mon Jan  5 15:37:53 
+ 2009 ---
so what i do to resolved this issue give me some hints is there any file in 
which we change and didnt't get any issue like you said epm is not supported 
special character so can we change openoffice-3.0 to openoffice in any file? 
that is usefull for as.

-
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 97661] in function: call_epm

2009-01-05 Thread syniack
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97661





--- Additional comments from syni...@openoffice.org Mon Jan  5 20:45:07 
+ 2009 ---
Created an attachment (id=59154)
my epmfile


-
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 97661] in function: call_epm

2009-01-05 Thread syniack
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97661





--- Additional comments from syni...@openoffice.org Mon Jan  5 20:45:33 
+ 2009 ---
Created an attachment (id=59155)
my epmfile


-
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 97661] in function: call_epm

2009-01-05 Thread syniack
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97661





--- Additional comments from syni...@openoffice.org Mon Jan  5 20:49:59 
+ 2009 ---
Created an attachment (id=59156)
my epm file


-
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org