[porting-issues] [Issue 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-04-23 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325


User ericb changed the following:

What|Old value |New value

Target milestone|OOo 2.x   |OOo 2.2.1





--- Additional comments from [EMAIL PROTECTED] Mon Apr 23 11:00:15 + 
2007 ---
set 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]



[porting-issues] [Issue 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-04-19 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325


User tra changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Apr 19 20:45:51 + 
2007 ---
fixed in cws macosxpbuildrepair

-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-04-19 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325


User ericb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Thu Apr 19 21:34:13 + 
2007 ---
No more build issue on sal now 

Issue verified fixed

-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-04-17 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325


User tra changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Tue Apr 17 19:54:19 + 
2007 ---
Change in progress waiting for confirmation that the latest change works on all 
relevant mac platforms

-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-04-16 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325





--- Additional comments from [EMAIL PROTECTED] Mon Apr 16 08:50:36 + 
2007 ---
ericb-tra

I have commited the last change you proposed in addsym-maocs.sh, and start a
build on both Panther and Tiger today. 

If ever I see a new breakage, I'd propose to simplify and just use my first
patch : not fantastic, but simple ( one liner ) to concentrate us on Aqua port.

Else, if I'm not wrong, the cws should be complete.  Stay tuned



-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-04-16 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325





--- Additional comments from [EMAIL PROTECTED] Mon Apr 16 12:18:56 + 
2007 ---
ericb-tra

Bad news : the last changes don't work on both Tiger and Panther 

On Panther : ok, no more breaker ( build not completed, but critical points are 
built )


On Tiger( Intel ) - build broken (see the log below)

FYI,for both,  completely deleted ~/.ccache  and do use clean sources, building 
from scratch



Excepted if you have a good idea on how to fix that, what about reverse all the 
changes you did, and 
just use :

-match ($6,SYMBOLSREGEXP)  0   $6 !~ /_GLOBAL_/ { if ($2 != 1) print $6 }'
+match ($6,SYMBOLSREGEXP)  0   $6 !~ /_GLOBAL_/ { if (( $2 != 1 )  ( $2 != 
1f )) print $6 }'

from m207 ? 

It's simple and will save us a lot of time, no ?


The log :

Making: ../unxmacxi.pro/lib/libuno_cppuhelpergcc3.dylib.3
ccache g++ -Wl,-multiply_defined,suppress -Wl -Wl,-exported_symbols_list 
../unxmacxi.pro/misc/
gcc3_linux_intel_uno_cppuhelpergcc3.map -dynamiclib -single_module 
-install_name 
@executable_path/libuno_cppuhelpergcc3.dylib.3 -L../unxmacxi.pro/lib 
-L/Users/ericb/Desktop/
SRC680_m207/solver/680/unxmacxi.pro/lib -L/usr/lib -L/usr/X11R6/lib -o 
../unxmacxi.pro/lib/
libuno_cppuhelpergcc3.dylib.3 -dylib_file 
@executable_path/libuno_sal.dylib:/Users/ericb/Desktop/
SRC680_m207/solver/680/unxmacxi.pro/lib/libuno_sal.dylib -dylib_file 
@executable_path/
libstlport_gcc.dylib:/Users/ericb/Desktop/SRC680_m207/solver/680/unxmacxi.pro/lib/
libstlport_gcc.dylib -dylib_file 
@executable_path/libuno_salhelpergcc3.dylib:/Users/ericb/Desktop/
SRC680_m207/solver/680/unxmacxi.pro/lib/libuno_salhelpergcc3.dylib -dylib_file 
@executable_path/
libuno_sal.dylib.3:/Users/ericb/Desktop/SRC680_m207/solver/680/unxmacxi.pro/lib/libuno_sal.dylib.
3 -dylib_file 
@executable_path/libuno_cppu.dylib:/Users/ericb/Desktop/SRC680_m207/solver/680/
unxmacxi.pro/lib/libuno_cppu.dylib -dylib_file 
@executable_path/libuno_salhelpergcc3.dylib.3:/Users/
ericb/Desktop/SRC680_m207/solver/680/unxmacxi.pro/lib/libuno_salhelpergcc3.dylib.3
 -luno_sal -
luno_salhelpergcc3 -luno_cppu -lpthread -lstdc++ -lm -lstlport_gcc -filelist 
../unxmacxi.pro/misc/
libuno_cppuhelpergcc3.dylib.list
ld: Undefined symbols:
__ZTIN9salhelper21SimpleReferenceObjectE
/usr/bin/libtool: internal link edit command failed
dmake:  Error code 1, while making 
'../unxmacxi.pro/lib/libuno_cppuhelpergcc3.dylib.3'
---* tg_merge.mk *---

ERROR: Error 65280 occurred while making 
/Users/ericb/Desktop/SRC680_m207/cppuhelper/source
dmake:  Error code 1, while making 'instsetoo_native/prj/build_instsetoo_native'


-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-04-03 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325


User tra changed the following:

What|Old value |New value

 Assigned to|maho  |tra





--- Additional comments from [EMAIL PROTECTED] Tue Apr  3 19:43:30 + 
2007 ---
Assigning to myself you hopefully don't mind Maho :)

-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-04-03 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325





--- Additional comments from [EMAIL PROTECTED] Tue Apr  3 21:09:20 + 
2007 ---
ericb-tra

Build breaks in sal, because extra symbols are not filtered. 

To continue the build, I'll use my previous patch, to see if other breakages 
are fixed.

FYI, the log : 

 -lstdc++ -lm -filelist ../unxmacxp.pro/misc/libuno_sal.dylib.list
ld: symbols names listed in -exported_symbols_list: 
../unxmacxp.pro/misc/sal_uno_sal.map not in 
linked objects
typeinfo for std::bad_alloc
typeinfo for std::bad_alloc
typeinfo for std::bad_alloc
typeinfo for std::exception
typeinfo for std::exception
typeinfo for std::exception
typeinfo name for std::bad_alloc
typeinfo name for std::bad_alloc
typeinfo name for std::bad_alloc
typeinfo name for std::exception
typeinfo name for std::exception
typeinfo name for std::exception
/usr/bin/libtool: internal link edit command failed
dmake:  Error code 1, while making '../unxmacxp.pro/lib/libuno_sal.dylib.3'
---* tg_merge.mk *---


-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-03-31 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325


User ericb changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |44110)
patch fixing the br
|  |eakage ( from thb )






--- Additional comments from [EMAIL PROTECTED] Sat Mar 31 22:04:55 + 
2007 ---
Created an attachment (id=44110)
patch fixing the breakage ( from thb )


-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-03-31 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325





--- Additional comments from [EMAIL PROTECTED] Sat Mar 31 22:06:08 + 
2007 ---
The attached patch , from thorsten behrens fixes the break in slideshow.

gcc-3.3 looks seriously broken ... 

Maho, can you please confirm ? 


-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-03-31 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325





--- Additional comments from [EMAIL PROTECTED] Sat Mar 31 22:07:50 + 
2007 ---
ooops, please excuse me : I was confused with issue 72922



-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-03-31 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325





--- Additional comments from [EMAIL PROTECTED] Sat Mar 31 22:13:53 + 
2007 ---
ericb-tra

I'll test the patch from macosxbuildrepair from m207 asap with OOF680 ( I 
created a clean one)


-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-03-30 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325





--- Additional comments from [EMAIL PROTECTED] Fri Mar 30 13:44:43 + 
2007 ---
ericb-tra

Agreed : I'd prefer symbolic filtering, of course.

Waiting, I've put some files here : http://eric.bachard.free.fr/mac/i74325/ 




-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-03-30 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325


User cloph changed the following:

What|Old value |New value

  CC|'ericb,pjanik,tra'|'cloph,ericb,pjanik,tra'





--- Additional comments from [EMAIL PROTECTED] Fri Mar 30 20:11:32 + 
2007 ---
You can change the numeric comparison to a string comparison, that doesn't
change the match (awk evaluates numerical strings as numbers when comparing
with a number)

-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-03-27 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325


User ericb changed the following:

What|Old value |New value

  CC|'pjanik,tra'  |'ericb,pjanik,tra'





--- Additional comments from [EMAIL PROTECTED] Tue Mar 27 11:13:08 + 
2007 ---
+ add me on CC 

-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-03-26 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325





--- Additional comments from [EMAIL PROTECTED] Mon Mar 26 14:23:38 + 
2007 ---
Issue confirmed on Panther ( Mac OS X 10.3.9 )  / gcc-3.3 , XCode 1.5..epsilon 
something



-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-03-26 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325





--- Additional comments from [EMAIL PROTECTED] Mon Mar 26 14:24:34 + 
2007 ---
I forgot : milestone OOF680_m14

-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-03-26 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325





--- Additional comments from [EMAIL PROTECTED] Mon Mar 26 15:45:59 + 
2007 ---
in sal_uno_sal.map, they are extra symbols, containing __ZTI* and __ZTS* , and 
very probably causing the 
breakage, because they contain the missing symbols  listed in the log 

I'll add the diff between sal_uno_sal.map from 10.3 and 10.4


-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-03-26 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325


User ericb changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |43942)
diff  sal_uno_sal.m
|  |ap (10.4 build / 10.3 buil
|  |d - extra symbols appear






--- Additional comments from [EMAIL PROTECTED] Mon Mar 26 15:51:03 + 
2007 ---
Created an attachment (id=43942)
diff  sal_uno_sal.map (10.4 build / 10.3 build - extra symbols appear


-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-03-26 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325





--- Additional comments from [EMAIL PROTECTED] Mon Mar 26 15:53:18 + 
2007 ---
ericb-tra

Can a bad /missing option in some tool used to create and/or use map files 
cause that ?

-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-03-26 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325





--- Additional comments from [EMAIL PROTECTED] Mon Mar 26 15:57:33 + 
2007 ---
I confirm : remove the line containing them fixes the breakage in sal


-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-03-26 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325





--- Additional comments from [EMAIL PROTECTED] Mon Mar 26 16:22:50 + 
2007 ---
same issue in cppu, same workaround, and the build continues ... waiting for 
next breakage


-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-03-26 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325





--- Additional comments from [EMAIL PROTECTED] Mon Mar 26 17:16:33 + 
2007 ---
again same issue in store, registry  ... build continues




-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-03-26 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325





--- Additional comments from [EMAIL PROTECTED] Mon Mar 26 18:54:32 + 
2007 ---
... jvmfwk, stoc, configmgr ... 

-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-03-26 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325





--- Additional comments from [EMAIL PROTECTED] Mon Mar 26 20:58:32 + 
2007 ---
tra: The filter used in solenv/bin/addsym-macosx.sh inadvertently let symbols 
pass that should really 
pass. On Mac OS X Tiger with gcc4.x global-external symbols will be denoted 
with value '01' while on 
Panther with gcc-3.3 '1f' is the type flag (see second column of the 'nm -gx' 
output).
Not sure if its really a Panther vs Tiger issue. Probably its more a gcc3.x vs 
gcc4.x issue. Either way we 
need a more reliable way to filter out the required symbols in the course of 
the map file generation on Mac 
OS X. I'm not sure yet how to correctly decode the type field of 'nm'. The man 
page is not detailed enough.
Looking for better information yet.

-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-03-26 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325





--- Additional comments from [EMAIL PROTECTED] Mon Mar 26 22:02:32 + 
2007 ---
Looking more closely at solenv/bin/addsyl-macosx.sh, and following Tino's 
explanations, the problem 
was (if I'm not wrong): 

21:21:31) tinor: ericb2: On Tiger _ZTISt9bad_alloc has a value of 1 in the 
second column of nm -gx on 
Panther there is a 1f hence the symbol will be included

expression with second field value equal to 01 on Tiger, could become on 
Panther an expression having 
1f in second field.

- instead of exclude value 1 only, we have to check if 1f and 1 are in the 
second field

I propose ( as first try ) a patch working onn both Panther and Tiger, but 
maybe a better solution does 
exist.

Thanks to cloph for his help !


-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-03-26 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325


User ericb changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |43950)
patch working on bo
|  |th Panther and Tiger






--- Additional comments from [EMAIL PROTECTED] Mon Mar 26 22:03:35 + 
2007 ---
Created an attachment (id=43950)
patch working on both Panther and Tiger


-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-03-26 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325





--- Additional comments from [EMAIL PROTECTED] Mon Mar 26 22:19:27 + 
2007 ---
Ooops, previous patch is wrong, please don't use it

The last question remaining is : is it a good idea to drop lines with 1f as 
second field on Tiger ?

If not, we must separate Mac OS X versions in the script.

- a new valid patch arrives 


-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-03-26 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325


User ericb changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |43951)
new patch, with $2 
|  |!= 1 instead of $2 != 0
|  |1  ( previous was wrong )
|  |






--- Additional comments from [EMAIL PROTECTED] Mon Mar 26 22:21:08 + 
2007 ---
Created an attachment (id=43951)
new patch, with $2 != 1 instead of $2 != 01  ( previous was wrong )


-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

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


User pjanik changed the following:

What|Old value |New value

  CC|''|'pjanik,tra'





--- Additional comments from [EMAIL PROTECTED] Thu Feb  8 08:31:53 + 
2007 ---
.

-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-02-07 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325
 Issue #|74325
 Summary|MacOSX : Panther build failed at sal project OOF680_m6
   Component|porting
 Version|OOo 2.1
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|MacOSX
 Assigned to|ericb
 Reported by|maho





--- Additional comments from [EMAIL PROTECTED] Wed Feb  7 23:53:58 + 
2007 ---
MacOSX Panther PPC/gcc-3.3/OOF680_m6 build failed at sal project.
---
Making: ../unxmacxp.pro/lib/libuno_sal.dylib.3
ccache g++-3.3 -Wl,-multiply_defined,suppress -Wl -Wl,-exported_symbols_list
../unxmacxp.pro/misc/sal_uno_sa
l.map -dynamiclib -single_module -install_name
@executable_path/libuno_sal.dylib.3 -L../unxmacxp.pro/lib -L/
Volumes/OpenOffice.org/Panther/2.0/work.OOF680_m6/OOF680_m6/solver/680/unxmacxp.pro/lib
-L/usr/lib -L/usr/X1
1R6/lib -o ../unxmacxp.pro/lib/libuno_sal.dylib.3 -dylib_file
@executable_path/libstlport_gcc.dylib:/Volumes
/OpenOffice.org/Panther/2.0/work.OOF680_m6/OOF680_m6/solver/680/unxmacxp.pro/lib/libstlport_gcc.dylib
-lstlp
ort_gcc -framework CoreFoundation -framework Carbon -lpthread -lstdc++ -lm
-filelist ../unxmacxp.pro/misc/li
buno_sal.dylib.list
ld: symbols names listed in -exported_symbols_list:
../unxmacxp.pro/misc/sal_uno_sal.map not in linked objec
ts
typeinfo for std::bad_alloc
typeinfo for std::bad_alloc
typeinfo for std::bad_alloc
typeinfo for std::exception
typeinfo for std::exception
typeinfo for std::exception
typeinfo name for std::bad_alloc
typeinfo name for std::bad_alloc
typeinfo name for std::bad_alloc
typeinfo name for std::exception
typeinfo name for std::exception
typeinfo name for std::exception
/usr/bin/libtool: internal link edit command failed
dmake:  Error code 1, while making '../unxmacxp.pro/lib/libuno_sal.dylib.3'
'---* tg_merge.mk *---'

-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-02-07 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325


User maho changed the following:

What|Old value |New value

Target milestone|---   |OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Wed Feb  7 23:54:18 + 
2007 ---
.

-
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 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-02-07 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325


User maho changed the following:

What|Old value |New value

 Assigned to|ericb |maho





--- Additional comments from [EMAIL PROTECTED] Wed Feb  7 23:54:44 + 
2007 ---
reassign to maho.


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