[installation-issues] [Issue 54730] filenames (255 chars) to o long during installation

2006-04-28 Thread is
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54730


User is changed the following:

  What|Old value |New value

  Target milestone|---   |OOo 2.0.4





--- Additional comments from [EMAIL PROTECTED] Fri Apr 28 07:57:26 -0700 
2006 ---
Okay, I think this is a patch for 2.0.4
- setting target.

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



[installation-issues] [Issue 54730] filenames (255 chars) to o long during installation

2006-02-18 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54730





--- Additional comments from [EMAIL PROTECTED] Sat Feb 18 02:42:58 -0800 
2006 ---
*** Issue 62224 has been marked as a duplicate of this issue. ***

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



[installation-issues] [Issue 54730] filenames (255 chars) to o long during installation

2005-10-24 Thread ghibo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54730


User ghibo changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=30789) patch for bug
  |  |54730





--- Additional comments from [EMAIL PROTECTED] Mon Oct 24 14:15:07 -0700 
2005 ---
Created an attachment (id=30789)
patch for bug 54730


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



[installation-issues] [Issue 54730] filenames (255 chars) to o long during installation

2005-10-24 Thread st
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54730


User st changed the following:

  What|Old value |New value

CC|'is,pjanik'   |'is,pjanik,st'

Issue type|DEFECT|PATCH





--- Additional comments from [EMAIL PROTECTED] Mon Oct 24 20:14:00 -0700 
2005 ---
changing type to PATCH

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



[installation-issues] [Issue 54730] filenames (255 chars) to o long during installation

2005-10-04 Thread is
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54730





--- Additional comments from [EMAIL PROTECTED] Tue Oct  4 01:43:50 -0700 
2005 ---
Well, I wrote the code. And I introduced this directory names, because they show
the content of the directories and the log files. Nobody knows, what he can find
in a directory or a file named 1bacc6d05a040cae0afe7acacd279fc1
If you build different installation sets with different languages this will not
be a good solultion.
Normally our installation sets do not have so many languages. I think this
installation set will have a size of more than 1 GB.

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



[installation-issues] [Issue 54730] filenames (255 chars) to o long during installation

2005-10-04 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54730





--- Additional comments from [EMAIL PROTECTED] Tue Oct  4 04:07:25 -0700 
2005 ---
I too think such big instset is a special case. What about something like this
(meta-code):

NAME=en-US_pt_...

if ( length($NAME) 150 )
NAME=md5sum($NAME)

It is simple and the special case is solved too?

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



[installation-issues] [Issue 54730] filenames (255 chars) to o long during installation

2005-10-04 Thread ghibo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54730





--- Additional comments from [EMAIL PROTECTED] Tue Oct  4 13:28:04 -0700 
2005 ---
x is: yes, more or less you get 30MB (unpacked) more for each language (the main
one for 1 language is around 360MB unpacked). Consider that later you split the
whole installation into subpackages (one big for main [libraries+en_US], plus
small subpackages of 10-12MB in size, one for each language to be added to
the main one).
Regarding your consideration about the naming, yes, the md5sum may appear
ugly, but on the other hand the translation string is contained into the build
set. Maybe you may the script a little more verbose printing on stdout both
the string of languages and its md5sum so that would be more easy to find.
Or even better you put a filename in the same place, called for instance
1bacc6d05a040cae0afe7acacd279fc1.dir (.dir for dirs, and .file for files)
which will contain the string of languages, maybe even in a more readable
(and sorted) way:

en_US
af
ar
bn
be-BY
bg
ca
cs
cy
da

instead of en-US_af_ar_bn_be-BY_bg_ca_cs_cy_da_de_el_en-GB_...

The pjanik suggestion sound good, i.e. only
use the md5sum replacement when the filename goes beyond a certain
amount. 100-150 chars can be a good value too.


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



[installation-issues] [Issue 54730] filenames (255 chars) to o long during installation

2005-10-03 Thread mh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54730


User mh changed the following:

  What|Old value |New value

CC|'pjanik'  |'is,pjanik'

   Assigned to|mh|pjanik

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Mon Oct  3 02:50:45 -0700 
2005 ---
I suggest to do a replace like all_lang.

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



[installation-issues] [Issue 54730] filenames (255 chars) to o long during installation

2005-10-03 Thread ghibo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54730





--- Additional comments from [EMAIL PROTECTED] Mon Oct  3 04:45:32 -0700 
2005 ---
If you replace the string to all_lang, it would work only when all languages
are choosen, but one might chose a set of languages to
build which is near to all languages (e.g. all languages
but one), and would cause the string to be bigger than 255 chars anyway.


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



[installation-issues] [Issue 54730] filenames (255 chars) to o long during installation

2005-10-03 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54730


User pjanik changed the following:

  What|Old value |New value

   Assigned to|pjanik|is





--- Additional comments from [EMAIL PROTECTED] Mon Oct  3 04:56:47 -0700 
2005 ---
- I'm not the author of this code

- this is not the default setup (configurations)

ghibo: how did you started the build for all languages? Why do you want to have
one instset with that many languages in it?


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



[installation-issues] [Issue 54730] filenames (255 chars) to o long during installation

2005-10-03 Thread ghibo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54730





--- Additional comments from [EMAIL PROTECTED] Mon Oct  3 06:36:08 -0700 
2005 ---
1) yes, with argument of config_office/configure's --with-lang=ALL or
--with-lang='ar be...'.

2) Why there shouldn't be built all the languages (or most of) if they are
included in the source? And anyway this is needed for multiple language
package building.

3) It seems the problem is in the file solenv/bin/make_installer.pl, probably
in the building of var $loggingdir as well as $languagestringref. Who wrote
that code?


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



[installation-issues] [Issue 54730] filenames (255 chars) to o long during installation

2005-10-02 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54730


User of changed the following:

  What|Old value |New value

   Assigned to|of|mh

  Priority|P3|P4





--- Additional comments from [EMAIL PROTECTED] Sun Oct  2 00:01:17 -0700 
2005 ---
of @ mh: Please have a look.

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



[installation-issues] [Issue 54730] filenames (255 chars) to o long during installation

2005-09-18 Thread ghibo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54730





--- Additional comments from [EMAIL PROTECTED] Sun Sep 18 00:44:16 -0700 
2005 ---
As alternative I suggest to use instead of the string built using
all the language names, its md5sum, like in this small shell script:

#!/bin/sh
LONG_FILENAME=en-US_af_ar_bn_be-BY_bg_ca_cs_cy_da_de_el_en-GB_eo_es_et_eu_fi_fr
_ga_gl_gu-IN_he_hi-IN_hr_hu_it_ja_km_kn-IN_ko_lo_lt_ms_ne_nb_nl_nn_nr_ns_pa-IN_p
l_pt_pt-BR_ru_rw_sk_sl_sh-YU_sr-CS_ss_st_sv_sw-TZ_ta-IN_th_tn_tr_ts_ve_vi_xh_zh-
CN_zh-TW_zu
SHORTER_FILENAME=`echo $LONG_FILENAME | md5sum |cut -f1 -d `
echo $SHORTER_FILENAME

which gives:

1bacc6d05a040cae0afe7acacd279fc1

So we'll have:

.../src680-m128/instsetoo_native/util/OpenOffice/install/1bacc6d05a040cae0afe7acacd279fc1_download_inprogress
.../src680-m128/instsetoo_native/util/OpenOffice/logging/1bacc6d05a040cae0afe7acacd279fc1/log_SRC680__1bacc6d05a040cae0afe7acacd279fc1.log

in this way the filename lenght will be of only 32 characters long
(or 52 with the appende string _download_inprogress), but will be
always the same, according to any number of language built, and the
dependency on the language names will be also preserved.

WDYT?


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