[porting-issues] [Issue 94905] armv4 problem: CFLAGS+=-ma rch=armv5te hardcoded in build scripts

2008-11-26 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94905


User cmc changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Nov 26 11:39:46 + 
2008 ---
closing, is in DEV300_m36

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



[porting-issues] [Issue 94905] armv4 problem: CFLAGS+=-ma rch=armv5te hardcoded in build scripts

2008-10-15 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94905


User cmc changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED

Target milestone|---   |OOo 3.1





--- Additional comments from [EMAIL PROTECTED] Wed Oct 15 12:02:58 + 
2008 ---
dev-only issue, verifying

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



[porting-issues] [Issue 94905] armv4 problem: CFLAGS+=-ma rch=armv5te hardcoded in build scripts

2008-10-12 Thread gnutoo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94905
 Issue #|94905
 Summary|armv4 problem: CFLAGS+=-march=armv5te hardcoded in bui
|ld scripts
   Component|porting
 Version|OOo 2.4.1
Platform|Other
 URL|http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=50195
|7
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mh
 Reported by|gnutoo





--- Additional comments from [EMAIL PROTECTED] Sun Oct 12 18:40:41 + 
2008 ---
hello,
OOO-2.4.1 doesn't work on armv4 on debian because the build scripts from OOO 
contains CFLAGS+=-march=armv5te
here's the result:
debian-gta02:/usr/lib/openoffice/program# ./soffice.bin
Illegal instruction

gdb gives:
(gdb) x/4i $pc-4
0x41ad3370 _GLOBAL__I_methods1.cxx+236:   mov r3, #7  ; 0x7
0x41ad3374 _GLOBAL__I_methods1.cxx+240:   strdr4, [r1, #128]
0x41ad3378 _GLOBAL__I_methods1.cxx+244:   str r3, [r1, #144]
0x41ad337c _GLOBAL__I_methods1.cxx+248:   ldr r3, [r11, #-56]
here the illegal instruction is strd:
in page 349 of http://www.arm.com/miscPDFs/14128.pdf it's said that the 
instruction was implemented in ARMv5TE and above, excluding ARMv5TExP.

I was helped by _rene_ who told me that the build scripts contained  
CFLAGS+=-march=armv5te
(and i was also helped by another guy from the debian community for gdb)

Why I ran openoffice on armv4:
I wanted to see how usable was openoffice on the freerunner(the openmoko 
free/open phone)...

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



[porting-issues] [Issue 94905] armv4 problem: CFLAGS+=-ma rch=armv5te hardcoded in build scripts

2008-10-12 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94905


User rene changed the following:

What|Old value |New value

  CC|''|'rene'

 Assigned to|mh|cmc

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Sun Oct 12 19:43:55 + 
2008 ---
reassign to cmc

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



[porting-issues] [Issue 94905] armv4 problem: CFLAGS+=-ma rch=armv5te hardcoded in build scripts

2008-10-12 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94905


User cmc changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sun Oct 12 21:41:14 + 
2008 ---
I don't think there is any particular reason for the hard-coding. So lets just
remove it.

done in cmcfixes50

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