To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44152
                  Issue #:|44152
                  Summary:|Solaris: packages produced by OOo build: filenames
                          |>100 characters
                Component:|Installation
                  Version:|current
                 Platform:|All
                      URL:|
               OS/Version:|Solaris
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P2
             Subcomponent:|code
              Assigned to:|mh
              Reported by:|pjanik





------- Additional comments from [EMAIL PROTECTED] Sat Mar  5 05:37:37 -0800 
2005 -------
Hi,

Solaris packages produced by OOo build system directly from CVS and then packed
with tar, contain filenames longer than 100 characters. Like this:

packages/openofficeorg-core07/reloc/share/Scripts/javascript/ExportSheetsToHTML/parcel-descriptor.xm
packages/openofficeorg-core07/reloc/share/config/soffice.cfg/modules/BasicIDE/statusbar/statusbar.xm
packages/openofficeorg-core07/reloc/share/config/soffice.cfg/modules/BasicIDE/toolbar/standardbar.xm
packages/openofficeorg-core07/reloc/share/config/soffice.cfg/modules/dbapp/toolbar/queryobjectbar.xm
packages/openofficeorg-core07/reloc/share/config/soffice.cfg/modules/dbapp/toolbar/tableobjectbar.xm
packages/openofficeorg-core07/reloc/share/config/soffice.cfg/modules/dbquery/toolbar/sqlobjectbar.xm
packages/openofficeorg-core07/reloc/share/config/soffice.cfg/modules/scalc/accelerator/de/default.xm
packages/openofficeorg-core07/reloc/share/config/soffice.cfg/modules/scalc/accelerator/es/default.xm
packages/openofficeorg-core07/reloc/share/config/soffice.cfg/modules/scalc/accelerator/fr/default.xm
packages/openofficeorg-core07/reloc/share/config/soffice.cfg/modules/scalc/toolbar/formsfilterbar.xm
packages/openofficeorg-core07/reloc/share/config/soffice.cfg/modules/scalc/toolbar/formsobjectbar.xm
packages/openofficeorg-core07/reloc/share/config/soffice.cfg/modules/scalc/toolbar/insertcellsbar.xm

All these filenames are 100 characters long. But the correct length is 101,
because the final letter "l" (in the above mentioned filenames) was stripped off
by Solaris' tar (see man tar and search for string "100").

Sun published packages do not have this problem, because they have bzip2'ed 
content:

./packages/openofficeorg-core07/archive/none.bz2

Two issues here:

- Sun produced builds are not build using tools in the CVS
- Community doesn't have a chance to produce packages like Sun is producing

Workaround for now: pack the final packages using e.g. ZIP instead of Solaris'
tar. But this is not correct solution, because SUNWzip is not installed on all
systems, the filenames are different from Sun published filenames, the mechanism
to unpack is different etc.

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