Issue 724

Summary: setup fails for user after setup/net succeeds on RH7.0
Product: Installation Reporter: issues@www <issues>
Component: codeAssignee: Olaf Felka <olaf-openoffice>
Status: CLOSED DUPLICATE QA Contact: issues@www <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: 625   
Target Milestone: ---   
Hardware: PC   
OS: Linux, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description issues@www 2001-04-17 18:08:17 UTC
initial setup of binary 625 with /net option
 to directory /usr/local/openoffice60 succeeds
but subsequent setup for a user Aborts without a clue to the problem.

Running stock RH7.0 with all up2date updates.
Have tried stock 7.0 kernel and new 2.4.3 kernel-- both abort.
Have tried with and without java support -- both abort.

staroffice 5.2 also fails (though it ran on my RH6.2 with 2.4.3 kernel
just fine).
Comment 1 Olaf Felka 2001-04-19 10:20:38 UTC
Please use the patch and rebuild you OpenOffice or wait for the next release (629).
Patch:
*** agenda.cxxWed Apr 11 11:41:28 2001
--- agenda.cxx.newWed Apr 11 11:42:19 2001
***************
*** 2,10 ****
   *
   *  $RCSfile: agenda.cxx,v $
   *
!  *  $Revision: 1.36 $
   *
!  *  last change: $Author: ok $ $Date: 2001/03/22 12:46:15 $
   *
   *  The Contents of this file are made available subject to the terms of
   *  either of the following licenses
--- 2,10 ----
   *
   *  $RCSfile: agenda.cxx,v $
   *
!  *  $Revision: 1.36.2.1 $
   *
!  *  last change: $Author: ok $ $Date: 2001/04/11 08:39:11 $
   *
   *  The Contents of this file are made available subject to the terms of
   *  either of the following licenses
***************
*** 1491,1497 ****
 
  aAny
<<= ::rtl::OUString::createFromAscii( aUpdatePath.GetFull().GetBuffer() );
  aPropertyUser =
PropertyValue( ::rtl::OUString::createFromAscii("updatepath"), -1, aAny,
PropertyState_DIRECT_VALUE );
! aCPArgs[3] <<=
aPropertyUser;
  }
 
  xCfgProvider = Reference<
XMultiServiceFactory >(
--- 1491,1497 ----
 
  aAny
<<= ::rtl::OUString::createFromAscii( aUpdatePath.GetFull().GetBuffer() );
  aPropertyUser =
PropertyValue( ::rtl::OUString::createFromAscii("updatepath"), -1, aAny,
PropertyState_DIRECT_VALUE );
! aCPArgs[2] <<=
aPropertyUser;
  }
 
  xCfgProvider = Reference<


*** This issue has been marked as a duplicate of 668 ***
Comment 2 Olaf Felka 2001-04-19 10:21:50 UTC
Closed becaus double to issue 668.