Issue 7413 - rescharset_33 incorrectly set in postset.mk?
Summary: rescharset_33 incorrectly set in postset.mk?
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 1.1 Beta
Assignee: jogi
QA Contact: Unknown
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-01 13:03 UTC by pavel
Modified: 2003-03-13 11:14 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 pavel 2002-09-01 13:03:21 UTC
Is it a typo or oversight?

diff -u -r1.11 postset.mk
--- postset.mk  2001/09/28 12:12:06     1.11
+++ postset.mk  2002/09/01 10:54:28
@@ -116,7 +116,7 @@
 longlang_33=french
 langext_33=33
 rsclang_33=-lgFRENCH $(IBM_PC_850)
-rescharset_33=$(enus$(LANG_GUI))
+rescharset_33=$(fren$(LANG_GUI))
 RCLANGFLAGS_33+= -d FRENCH
 iso_33=fr
 .ENDIF
Comment 1 pavel 2002-11-10 10:15:52 UTC
Nils, can you please help with this?
Comment 2 nils.fuhrmann 2002-12-18 08:54:40 UTC
In my opinion no problem, because we use the same encoding in English
and French.

NF->HJS: Any reason for thsi change? If not, we have to reverse it
back to $(fren$(LANG_GUI)) 
Comment 3 pavel 2002-12-18 13:23:38 UTC
It was the problem for cz and sk build when we tried to add support
for those languages into the build system.
Comment 4 hjs 2002-12-20 14:46:47 UTC
it's simply wrong to use "enus$(LANG_GUI)" here. but i would like to
know how this could impact cz or sk
Comment 5 pavel 2002-12-21 17:38:26 UTC
The problem was with lngconv - it did not run with enus here. It took
us about one day to find that problem. The problem was in sysui
directory. Digging in my outgoing mailbox, I found this:

zipdep -- version: 1.13
Multi Platform Enabled Edition
zipdep.pl -u ../../../unxlngi4.pro/bin/oocdeimpress.zip
"icons/008*.xpm" "icons/
009*.xpm" "icons/010*.xpm" "icons/ooo_impress.*.xpm" -x "*CVS*" >>
../../../unxl
ngi4.pro/misc/cdeint.cde.oocdeimpress.dpzz
zipdep -- version: 1.13
Multi Platform Enabled Edition
zipdep.pl -u ../../../unxlngi4.pro/bin/oocdemath.zip "icons/015*.xpm"
"icons/ooo
_math*.xpm" -x "*CVS*" >>
../../../unxlngi4.pro/misc/cdeint.cde.oocdemath.dpzz
zipdep -- version: 1.13
Multi Platform Enabled Edition
cat ../../../unxlngi4.pro/misc/cdeint.cde.*.dpzz | grep -v "CVS" >>
../../../unx
lngi4.pro/misc/cdeint.dpz
Making ../../../unxlngi4.pro/misc/dtint.sh
Making ../../../unxlngi4.pro/misc/dtappintegrate.sh
-------------
lngconv: no source encoding specified.

Usage: lngconv [-o <outpath>] <lng-file> <lang no> -CHARSET_<lng
charset> <locale> [<locale2>] ...
dmake:  Error code 255, while making
'../../../unxlngi4.pro/misc/cdegroup.01'
---* TG_SLO.MK *---

ERROR: Error 65280 occurred while making
/data/home/paveloo/Build/oo_1.0.1_src/sysui/oounix/office/cde
dmake:  Error code 1, while making 'build_all'
---* TG_SLO.MK *---


Comment 6 hjs 2003-01-07 17:08:14 UTC
-
Comment 7 hjs 2003-01-27 14:24:12 UTC
please check...
Comment 8 jogi 2003-01-27 14:36:01 UTC
hjs has forgotten to set the resolution to fixed. I will verify it.
Comment 9 jogi 2003-01-27 14:45:24 UTC
chnage component to tools
Comment 10 jogi 2003-01-27 14:47:40 UTC
Grmpf. changed also again Subcomponent to set the Target correctly :-)
Comment 11 jogi 2003-01-27 14:53:59 UTC
-
Comment 12 jogi 2003-01-30 10:11:08 UTC
Seen okay in CWS.
Comment 13 michael.bemmer 2003-03-13 11:14:41 UTC
As mentioned on the qa dev list on March 5th I will close all resolved
<wontfix/duplicate/worksforme/invalid> issues. Please see this posting for details.