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


User sb changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|VERIFIED                  |REOPENED
--------------------------------------------------------------------------------
              Resolution|FIXED                     |
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Aug  8 06:17:53 -0700 
2006 -------
I encountered a number of problems:

1  Building on unxlngi6.pro fails with three warnings, I assume the below would
be the right fix:
---8<---
Index: source/dbbe/Record.cxx
===================================================================
RCS file: /cvs/util/configmgr/source/dbbe/Attic/Record.cxx,v
retrieving revision 1.1.2.16
diff -u -r1.1.2.16 Record.cxx
--- source/dbbe/Record.cxx      21 Jul 2006 04:40:02 -0000      1.1.2.16
+++ source/dbbe/Record.cxx      7 Aug 2006 15:41:04 -0000
@@ -171,9 +171,9 @@

         void Record::RecordImpl::bytesex()
         {
-            OSL_SWAPQWORD(blobSize);
-            OSL_SWAPQWORD(numChildren);
-            OSL_SWAPQWORD(date);
+            blobSize = OSL_SWAPQWORD(blobSize);
+            numChildren = OSL_SWAPQWORD(numChildren);
+            date = OSL_SWAPQWORD(date);
         }


---8<---

2  At least on unxlngi6.pro (after locally fixing 1), program/dbbe_enable.sh is
not marked as executable (you need to specify this in scp2).

3  At least on unxlngi6.pro (after locally fixing 1--2), program/dbbe_enable.sh
cannot be started from within a tcsh etc., as it lacks "#!/bin/sh" as its first
line.

4  At least on unxlngi6.pro (after locally fixing 1--3), cd .../program &&
./dbbe_enable.sh appears to fail:
---8<---
This script enables the database driven backend, dbbe for
the config data in share/registry

It will delete the .xcu files on import and create config.db in their
place

Press control-c now if you do not want to do this

/export/home/sb93797/source/configdbbe/ooo/program
/export/home/sb93797/source/configdbbe/ooo/program
./dbbe_enable.sh: line 65: cd:
/export/home/sb93797/source/configdbbe/ooo/program/./dbbe_enable.sh/program: Not
a directory
./dbbe_enable.sh: line 68: 10411 Aborted                 ./dbbeutil.bin
-d=${CONFDIR}/config.db -p import ${CONFDIR}/data
./dbbe_enable.sh: line 69: 10413 Aborted                 ./dbbeutil.bin
-d=${CONFDIR}/config.db -p import ${CONFDIR}/modules
./dbbe_enable.sh: line 70: 10415 Aborted                 ./dbbeutil.bin
-d=${CONFDIR}/config.db -p import ${CONFDIR}/res
/export/home/sb93797/source/configdbbe/ooo/program
dbbe is now enabled
---8<---

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