Issue 724 - setup fails for user after setup/net succeeds on RH7.0
Summary: setup fails for user after setup/net succeeds on RH7.0
Status: CLOSED DUPLICATE of issue 668
Alias: None
Product: Installation
Classification: Application
Component: code (show other issues)
Version: 625
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Olaf Felka
QA Contact: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-17 18:08 UTC by issues@www
Modified: 2003-12-06 14:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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.