To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109223


User is changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'is,maho'                 |'baldzius,is,maho'
--------------------------------------------------------------------------------
          Ever confirmed|                          |1
--------------------------------------------------------------------------------
                  Status|UNCONFIRMED               |STARTED
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Fri Mar 12 09:31:13 +0000 
2010 -------
Please try the following patch in solenv/bin/makeinstaller.pl.
There is a line, in which the pooling is disabled. This needs to be expanded to
"portable", too:

if (( $installer::globals::patch ) || 

( $installer::globals::languagepack ) || 

( $installer::globals::packageformat eq "native" ) || 

( $installer::globals::packageformat eq "osx" )) 

{ $allvariableshashref->{'POOLPRODUCT'} = 0; }

So please add "portable" into the condition:

if (( $installer::globals::patch ) || 

( $installer::globals::languagepack ) || 

( $installer::globals::packageformat eq "native" ) || 

( $installer::globals::packageformat eq "portable" ) || 
( $installer::globals::packageformat eq "osx" )) 

{ $allvariableshashref->{'POOLPRODUCT'} = 0; }

Then you should be able to create installation sets, but without using the pool
processes. But pooling might not be so important for you.


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

Reply via email to