Issue 66162

Summary: Incorrect UNOPKG_PLATFORM in SDK settings/settings.mk
Product: porting Reporter: hatapitk
Component: codeAssignee: chne
Status: CLOSED FIXED QA Contact: issues@porting <issues>
Severity: Trivial    
Priority: P3 CC: issues, sparcmoz
Version: 680m167   
Target Milestone: OOo 2.0.4   
Hardware: PC (x86_64)   
OS: Linux, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description hatapitk 2006-06-06 13:10:38 UTC
On Linux x86_64 UNOPKG_PLATFORM is not set correctly in file 
settings/settings.mk of the SDK. For my own use I fixed this by doing

--- settings/settings.mk.orig   2006-06-04 22:30:22.000000000 +0300
+++ settings/settings.mk        2006-06-04 22:33:31.000000000 +0300
@@ -229,6 +229,10 @@
 JAVA_PROC_TYPE=ppc
 endif

+ifeq "$(PROCTYPE)" "x86_64"
+UNOPKG_PLATFORM=Linux_x86_64
+endif
+
 OS=LINUX
 PS=/
 CC=gcc

but there seem to be a few other variables that should be corrected as well.
Comment 1 Martin Hollmichel 2006-06-06 14:09:55 UTC
reassign for review
Comment 2 jsc 2006-06-06 14:59:08 UTC
accepted
Comment 3 jsc 2006-06-30 07:06:43 UTC
have you tested it on such a system?
Comment 4 hatapitk 2006-07-02 09:44:44 UTC
I have tested this. Not with the SDK examples, but by building and running our 
Finnish spellchecker component ( http://www.hunspell-fi.org/tiedostot.php ) on 
x86_64.
Comment 5 jsc 2006-07-03 11:54:57 UTC
can you tell me the java proc type under x86_64, i don't have access to a 64 bit
system at the moment. For example the directory under <jre>/lib/i386, it should
be something different than i386 
Comment 6 hatapitk 2006-07-03 12:31:59 UTC
jre1.5.0_07/lib/amd64 so it must be amd64.
Comment 7 jsc 2006-07-07 09:37:45 UTC
fixed on cws jsc8 for amd64/Linux but the whole settings for 64bit needs to be
checked -> see i67107
Comment 8 jsc 2006-07-07 13:29:04 UTC
reassign for verifying
Comment 9 chne 2006-07-13 08:55:27 UTC
ok in jsc8
Comment 10 chne 2006-11-02 09:05:39 UTC
ok in src680_m191