[porting-issues] [Issue 92926] Java AWT doesn't work (can't start)

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





--- Additional comments from cl...@openoffice.org Fri Feb 18 16:36:16 + 
2011 ---
Results: plain DEV300_m100 on PPC/10.4: Invoking "Edit" from Tools|Macros → 
Organize Beanshell/Javascript results in a crash (Bus Error)

with the ScriptEditorForBeanShell.patch applied, using "Edit" for beanshell 
macros works.

That being said, a solution that would require each and every extension author 
to 
add special code to avoid this problem is not really helpful...


-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 92926] Java AWT doesn't work (can't start)

2011-02-17 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92926





--- Additional comments from cl...@openoffice.org Thu Feb 17 15:39:10 + 
2011 ---
thanks for the alternative patch, I'll try it later on PPC/10.4, just one 
question regarding my patch:

> note that that patch is not correct, as the code in
> stoc/source/javavm/javavm.cxx expects the JNIEnv* returned from jfw_startVM to
> be attached to the current thread, which it no longer would be.

Yes, but only to detach it right away, so the patch just skips that step:

What am I missing? (feel free to reply by mail instead of commenting here)
--- stoc/source/javavm/javavm.cxx   (revision 276725)
+++ stoc/source/javavm/javavm.cxx   (working copy)
@@ -950,7 +950,9 @@
 if (bStarted)
 {
 {
+#ifndef MACOSX // Mac creates the JVM in a seperate thread already
 DetachCurrentThread detach(m_pJavaVm);
+#endif
 // necessary to make debugging work; this thread will be
 // suspended when the destructor of detach returns
 m_xVirtualMachine = new jvmaccess::VirtualMachine(


-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116711] gnumake3: build is stuck - tries to cat

2011-01-29 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116711
 Issue #|116711
 Summary|gnumake3: build is stuck - tries to cat 
   Component|tools
 Version|DEV300m97
Platform|PowerPC
 URL|
  OS/Version|Mac OS X, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|GNU make
 Assigned to|b_michaelsen
 Reported by|cloph





--- Additional comments from cl...@openoffice.org Sun Jan 30 00:52:01 + 
2011 ---
current gnumake3 breaks on mack because it tries to use cat without argument, 
causing it to wait for input on stdin forever.
example process:

/bin/sh -c R=/Users/buildslave/compile && S=$R/shadow2 && 
O=$S/solver/300/unxmacxp.pro && W=$O/workdir &&  mkdir -p 
$W/Dep/LinkTarget/Library/ && RESPONSEFILE= && cat ${RESPONSEFILE} |xargs -n 
200 
cat > $W/Dep/LinkTarget/Library/libcomphelpgcc3.dylib.d && rm -f ${RESPONSEFILE}

sending ^D to continue will just hang on the next one:

/bin/sh -c R=/Users/buildslave/compile && S=$R/shadow2 && 
O=$S/solver/300/unxmacxp.pro && W=$O/workdir &&  mkdir -p $O/inc/comphelper && 
cat  | awk -f $S/solenv/gbuild/processdelivered.awk > 
$O/inc/comphelper/gb_deliver.log

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116362] static linking of libooop athutils.a breaks the build on Mac (PPC at lea st)

2011-01-08 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116362
 Issue #|116362
 Summary|static linking of libooopathutils.a breaks the build o
|n Mac (PPC at least)
   Component|tools
 Version|DEV300m96
Platform|PowerPC
 URL|
  OS/Version|Mac OS X, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mh
 Reported by|cloph





--- Additional comments from cl...@openoffice.org Sat Jan  8 17:01:40 + 
2011 ---
[ build LNK ] StaticLibrary/libooopathutils.a
R=/Users/buildslave/compile && S=$R/shadow2 && O=$S/solver/300/unxmacxp.pro && 
W=$O/workdir &&  mkdir -p $W/LinkTarget/StaticLibrary/ && DYLIB_FILE=`TMPDIR= 
mktemp -t $W/LinkTarget/StaticLibrary/` && /usr/bin/perl $S/solenv/bin/macosx-
dylib-link-list.pl -static -nostdlib -Wl,-
syslibroot,/Developer/SDKs/MacOSX10.4u.sdk  -L$O/lib -L/usr/lib   > 
${DYLIB_FILE} && g++ -static -nostdlib -Wl,-
syslibroot,/Developer/SDKs/MacOSX10.4u.sdk  -L$O/lib -L/usr/lib 
$W/CxxObject/tools/source/misc/pathutils.o   -o 
$W/LinkTarget/StaticLibrary/libooopathutils.a `cat ${DYLIB_FILE}` &&   rm -f 
${DYLIB_FILE}
/usr/bin/ld: 
/Users/buildslave/compile/shadow2/solver/300/unxmacxp.pro/workdir/CxxObject/tool
s/source/misc/pathutils.o incompatible, file contains unsupported type of 
section 1 (__TEXT,__picsymbolstub1) in load command 0 (must specify "-dynamic" 
to be used)
collect2: ld returned 1 exit status
make: *** 
[/Users/buildslave/compile/shadow2/solver/300/unxmacxp.pro/workdir/LinkTarget/St
aticLibrary/libooopathutils.a] Error 1


The build runs fine without having that static library (i.e. by removing 
StaticLibrary_ooopathutils from tools/Module_tools.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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116355] Wrong check for empty SYS BASE in solenv/gbuild/platform/macosx.mk

2011-01-07 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116355
 Issue #|116355
 Summary|Wrong check for empty SYSBASE in solenv/gbuild/platfor
|m/macosx.mk
   Component|tools
 Version|DEV300m96
Platform|All
 URL|
  OS/Version|Mac OS X, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|GNU make
 Assigned to|b_michaelsen
 Reported by|cloph





--- Additional comments from cl...@openoffice.org Sat Jan  8 00:02:41 + 
2011 ---
solenv/gbuild/platform/macosx.mk checks for empty SYSBASE with

ifeq($(SYSBASE), "")

this is wrong, and results in the statement always evaluating to false, 
resulting in a -isysroot /MacOSX10.4u.sdk to be used, and the build fails 
horribly because no standard-headers can be found.

correct is:

ifeq ($(SYSBASE),)
gb_SDKDIR := /Developer/SDKs/MacOSX10.4u.sdk
else
gb_SDKDIR := $(SYSBASE)/MacOSX10.4u.sdk
endif

(see http://www.gnu.org/software/autoconf/manual/make/Conditional-Syntax.html - 
where at the explanation for ifdef it reads: "To test for an empty value, use 
ifeq ($(foo),).")

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 115180] OOo does not find Java 6 update 22

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





--- Additional comments from cl...@openoffice.org Sun Oct 24 14:28:56 + 
2010 ---
Not sure what else Apple changed wrt java, but maybe it's worth to revisit the 
patch to issue 92926 again once this issue is 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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 113632] DEV300_m86, unxlngx: geto pt -s unknown option - breaks the build with - -html

2010-08-28 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113632





--- Additional comments from cl...@openoffice.org Sun Aug 29 00:05:59 + 
2010 ---
Change that makes it fail now is the "use verbose in html mode", thus

build -- verbose=true  (or if you prefer VERBOSE=1 build)

will also trigger the build breaker (exit status 1)

http://pumbaa.ooodev.org:59145/source/diff/solenv/bin/build.pl?
r2=/solenv/bin/build.pl%40271452:cdf2145997d7&r1=/solenv/bin/build.pl%40271450:2
5c50c0a524e

(vgbugs10)

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 113632] DEV300_m86, unxlngx: geto pt -s unknown option - breaks the build with - -html

2010-08-28 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113632


User cloph changed the following:

What|Old value |New value

  CC|'dtardon,vg'      |'cloph,dtardon,vg'

Keywords|  |oooqa

 Summary|DEV300_m86, unxlngx: getop|DEV300_m86, unxlngx: getop
|t -s unknown option   |t -s unknown option - brea
|  |ks the build with --html





--- Additional comments from cl...@openoffice.org Sat Aug 28 23:54:35 + 
2010 ---
PING

m87 still with the bug :-(

I now get it as well on the buildbot, as apparently build.pl was modified or 
some modification in the botmaster causes it, don't know.

build alone doesn't trigger it (it prints the error, but doesn't fail to build, 
exit status of build is 0), but when using
build --html [--dontgraboutput] it fails

That difference in behaviour alone is worth a P1

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 113268] TrueType font creation

2010-07-21 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113268


User cloph changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from cl...@openoffice.org Wed Jul 21 08:51:25 + 
2010 ---
closing.

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 113268] TrueType font creation

2010-07-21 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113268


User cloph changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

Keywords|  |oooqa

  Resolution|  |WONTFIX





--- Additional comments from cl...@openoffice.org Wed Jul 21 08:50:53 + 
2010 ---
Yes, this surely is a wontfix

There are *many* issues relating to the core functionality of a office suite 
left. i.e. issues that affect lots of people.

If you think of how many people would like to create their own font, and then 
those who want to use OOo for it That's just not worth the time and effort 
you would have to put in it.

Unless someone provides a patch, this will never be 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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 110370] Duplex Option Not Saved I n Document (printer settings stored in documen t ignored on reopening document)

2010-07-16 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110370





--- Additional comments from cl...@openoffice.org Fri Jul 16 09:59:57 + 
2010 ---
The reason for checking the printer name instead of copying the JobSetup is my 
assumption that a jobSetup of a different printer will be useless on a printer 
with a different name. As saving Print settings (using File|Printer settings, 
then saving the document) will also set the printerName property, the 
JobSetup's 
printername should always match the printername anyway.
Thus PrinterName will now only trigger creation of new printer in case 
PrinterSetup has empty value/when no JobSetup is defined in the document.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 110370] Duplex Option Not Saved I n Document (printer settings stored in documen t ignored on reopening document)

2010-07-16 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110370


User cloph changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |70639)
translate two germa
|  |n comments






--- Additional comments from cl...@openoffice.org Fri Jul 16 09:53:52 + 
2010 ---
Created an attachment (id=70639)
translate two german comments


-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 110370] Duplex Option Not Saved I n Document (printer settings stored in documen t ignored on reopening document)

2010-07-16 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110370


User cloph changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |70637)
clean up whitespace
|  | mess (tab vs spaces)






--- Additional comments from cl...@openoffice.org Fri Jul 16 09:52:27 + 
2010 ---
Created an attachment (id=70637)
clean up whitespace mess (tab vs spaces)


-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 110370] Duplex Option Not Saved I n Document (printer settings stored in documen t ignored on reopening document)

2010-07-16 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110370


User cloph changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |70638)
the real fix - only
|  | create a new printer if t
|  |he name of the existing on
|  |e doesn't match the new on
|  |e






--- Additional comments from cl...@openoffice.org Fri Jul 16 09:53:20 + 
2010 ---
Created an attachment (id=70638)
the real fix - only create a new printer if the name of the existing one 
doesn't match the new 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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 110370] Duplex Option Not Saved I n Document (printer settings stored in documen t ignored on reopening document)

2010-07-16 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110370


User cloph changed the following:

What|Old value |New value

  Issue type|DEFECT|PATCH





--- Additional comments from cl...@openoffice.org Fri Jul 16 09:51:28 + 
2010 ---
type → 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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 110370] Duplex Option Not Saved I n Document (printer settings stored in documen t ignored on reopening document)

2010-07-15 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110370





--- Additional comments from cl...@openoffice.org Thu Jul 15 21:44:52 + 
2010 ---
PrinterName block clones GetOptions, but the stuff stored (and restored on 
loading) is the JobSetup (than then is lost when replacing the previous printer 
object by the one created in the PrinterName block)

# printer created by cloning the options, but omitting JobSetup
http://pumbaa.ooodev.org:59145/source/xref/sc/source/ui/unoobj/confuno.cxx#196
# PrinterSetup stream ends up in JobSetup
http://pumbaa.ooodev.org:59145/source/xref/sfx2/source/view/printer.cxx#200

So (untested yet): replacing

SfxPrinter* pNewPrinter = new SfxPrinter( pPrinter->GetOptions().Clone(), 
aString );

by

SfxPrinter* pNewPrinter = new SfxPrinter( pPrinter->GetOptions().Clone(), 
aString, pPrinter->GetOrigJobSetup );

should do the trick

But it probably would be better to check whether the already existing printer 
already has the same name.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 110370] Duplex Option Not Saved I n Document (printer settings stored in documen t ignored on reopening document)

2010-07-15 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110370





--- Additional comments from cl...@openoffice.org Thu Jul 15 21:08:50 + 
2010 ---
error can be "wordarounded" by modifying the document so that the PrinterSetup 
entry comes after the PrinterName setting. 

Apparently the error is in parsing the options / reading the printerName 
creates 
a new printer object, throwing away the one that was already created when 
reading 
the printerSetup stream.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 110370] Duplex Option Not Saved I n Document (printer settings stored in documen t ignored on reopening document)

2010-07-15 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110370


User cloph changed the following:

What|Old value |New value

  CC|'brinzing'|'brinzing,cloph'

Keywords|  |oooqa

Platform|Unknown   |PC

 Summary|Duplex Option Not Saved In|Duplex Option Not Saved In
| Document | Document (printer setting
|  |s stored in document ignor
|  |ed on reopening document)





--- Additional comments from cl...@openoffice.org Thu Jul 15 20:14:50 + 
2010 ---
confirmed - while the options are saved in the document (in the PrinterSetup 
base64binary blurp in settings.xml), those settings are ignored on reloading 
the 
document.

As written: works without problem in Writer.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[www-issues] [Issue 113124] Codesnippets site not rea chable

2010-07-13 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113124





--- Additional comments from cl...@openoffice.org Tue Jul 13 15:52:04 + 
2010 ---
For completeness:

$ host codesnippets.services.openoffice.org
codesnippets.services.openoffice.org is an alias for ancamna.bestsolution.at.
ancamna.bestsolution.at has address 94.198.139.11
$ curl -I http://codesnippets.services.openoffice.org/
HTTP/1.1 301 Moved Permanently
Date: Tue, 13 Jul 2010 15:50:59 GMT
Server: Apache
Content-Location: index.html.en
Vary: negotiate,accept-language,Accept-Encoding
TCN: choice
Location: http://codesnippets.services.openoffice.org/en/index.php
Content-Type: text/html; charset=iso-8859-1


-
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: issues-unsubscr...@openoffice.org
For additional commands, e-mail: issues-h...@openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[www-issues] [Issue 113124] Codesnippets site not rea chable

2010-07-13 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113124





--- Additional comments from cl...@openoffice.org Tue Jul 13 15:51:13 + 
2010 ---
Created an attachment (id=70601)
what I (and others) currently get


-
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: issues-unsubscr...@openoffice.org
For additional commands, e-mail: issues-h...@openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[www-issues] [Issue 113124] Codesnippets site not rea chable

2010-07-13 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113124





--- Additional comments from cl...@openoffice.org Tue Jul 13 15:43:22 + 
2010 ---
Thanks for the quick reply, but it already points to the new IP - but it gets 
immediately redirected to 
http://codesnippets.services.openoffice.org/en/index.php /
http://94.198.139.11/de/index.php
and that is not the codesnippets page, but Bestsolution Company page.

-
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: issues-unsubscr...@openoffice.org
For additional commands, e-mail: issues-h...@openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[www-issues] [Issue 113124] Codesnippets site not rea chable

2010-07-13 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113124


User cloph changed the following:

What|Old value |New value

  CC|''    |'cloph,st'

 Assigned to|iss...@www|tomsontom

Priority|P3|P2





--- Additional comments from cl...@openoffice.org Tue Jul 13 15:32:53 + 
2010 ---
Hi Tom, (hope I got the right OOo-alias)

Seems like your site at bestsolution.at was restructured and now 
codesnippets.services is "bypassed".

-
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: issues-unsubscr...@openoffice.org
For additional commands, e-mail: issues-h...@openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 112693] dbaccess/qa/unoapi dbacce ss.ORowSet failure

2010-07-09 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112693


User cloph changed the following:

What|Old value |New value

  CC|'400guy'  |'400guy,cloph'





-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 83569] Validation accross tab fai ls on change

2010-07-08 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83569


User cloph changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from cl...@openoffice.org Thu Jul  8 17:03:54 + 
2010 ---
closing for now.

Feel free to reopen in case you can still reproduce with a current version of 
OOo. In that case, please provide a sample document and/or supply a 
step-by-step 
instruction to reproduce the problem.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 83569] Validation accross tab fai ls on change

2010-07-08 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83569


User cloph changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

Keywords|  |needmoreinfo, oooqa

  Resolution|  |INVALID





--- Additional comments from cl...@openoffice.org Thu Jul  8 17:03:04 + 
2010 ---
no sample, no step-by-step instructions to reproduce, not updated for quite a 
while → invalid.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 83748] pdf generator regression: booklet printing on certain printer

2010-07-08 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83748


User cloph changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from cl...@openoffice.org Thu Jul  8 17:00:28 + 
2010 ---
closing issue.
Feel free to reopen if it is still reproducible with current version of OOo 
(preferably vanilla OOo, not the distribution's version). But please attach a 
sample document

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 83748] pdf generator regression: booklet printing on certain printer

2010-07-08 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83748


User cloph changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

Keywords|  |oooqa

  Resolution|  |WORKSFORME





--- Additional comments from cl...@openoffice.org Thu Jul  8 16:58:49 + 
2010 ---
as it only occured with a special document and since nobody dealt with the 
issue 
(maybe the problem was fixed in the meantime by fixes to other issues). Thus 
closing this left-over-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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 97027] DDE command fails to get d ata

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


User cloph changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from cl...@openoffice.org Wed Jun 30 08:58:52 + 
2010 ---
no sample, no other reply, ancient version → closing invalid.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 97027] DDE command fails to get d ata

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


User cloph changed the following:

What|Old value |New value

  CC|'rbircher'    |'cloph,rbircher'

  Status|RESOLVED  |CLOSED





--- Additional comments from cl...@openoffice.org Wed Jun 30 08:59:45 + 
2010 ---
feel free to reopen this issue in case it still occurs with a current version 
of 
OOo, but please provide a sample document in that case.

closing for now.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 112803] config.guess mis-guesses x86_64-apple-darwin10.4.0 (configure fails)

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





--- Additional comments from cl...@openoffice.org Wed Jun 30 08:50:40 + 
2010 ---
Probably a combination of both (XCode update and code-changes) - the MacIntel 
bot (runs Mac OSX server 10.6.x) doesn't hit that problem.
$ sw_vers
ProductName:Mac OS X Server
ProductVersion: 10.6.4
BuildVersion:   10F569
$ uname -p
i386
xcode is 3.2.1 (xcode321_10m2003_developerdvd.dmg) here.

"Setting platform independent values... Setting Mac OS X/Darwin specific 
values... Setting values for Mac OS X/Darwin on x86... done"

No matter how it is solved: Make sure that using ccache will still work. i.e. 
also with using the symlink approach (having ~/bin:$PATH and symlinks gcc-* → 
ccache) 

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 112758] integration of renaissanc e2 in m81 broke smoketestoo_native

2010-06-28 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112758





--- Additional comments from cl...@openoffice.org Mon Jun 28 19:23:29 + 
2010 ---
building impress193 (private cws - sigh) works for smoketestoo_native
(more precise: 0742a6ab67e1 built fine and smoketestoo_native succeeded as well.
(on the Mandriva x64 one, without X11))


-
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 112365] Fontconfig warning about missing config-file on Office start

2010-06-28 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112365


User cloph changed the following:

What|Old value |New value

Keywords|  |oooqa





--- Additional comments from cl...@openoffice.org Mon Jun 28 07:14:26 + 
2010 ---
Well, smoketestoo_native in m83 still prints:


Fontconfig error: Cannot load config file "/space/termite/slavedir/Solaris-
Intel/workdir/solver/300/unxsoli4.pro/installation/opt/openoffice.org3/program/.
./basis-link/share/fonts/type1/fc_local.conf"
Fontconfig error: Cannot load config file "/space/termite/slavedir/Solaris-
Intel/workdir/smoketestoo_native/unxsoli4.pro/misc/smoketest/user/user/fonts/fc_
local.conf"

(same on linux)

So if it was fixed in m81, then it broke again. Please recheck.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 112166] OOo creates the splash im age in /tmp folder under new names each time i t is started

2010-06-26 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112166


User cloph changed the following:

What|Old value |New value

  CC|'dr_faust'    |'cloph,dr_faust'





-
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 112604] configure: reject hsqldb 1.8.1.x

2010-06-23 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112604


User cloph changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from cl...@openoffice.org Wed Jun 23 22:21:07 + 
2010 ---
verified in cws

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 112604] configure: reject hsqldb 1.8.1.x

2010-06-23 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112604


User cloph changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from cl...@openoffice.org Wed Jun 23 22:21:07 + 
2010 ---
verified in cws

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 111045] configure: add option for jemalloc allocator

2010-06-23 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111045


User cloph changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from cl...@openoffice.org Wed Jun 23 22:20:14 + 
2010 ---
verified in cws (the configure switches / CDEFS / Libflags, not whether 
jemalloc 
actually works)

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 99063] configure should check if rpm(build) can actually build

2010-06-23 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99063


User cloph changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from cl...@openoffice.org Wed Jun 23 22:18:24 + 
2010 ---
verified in cws

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 98363] set_soenv.in errors

2010-06-23 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=98363


User cloph changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from cl...@openoffice.org Wed Jun 23 22:18:05 + 
2010 ---
verified in cws

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 93116] Allow to use the prebuilt stax

2010-06-23 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93116


User cloph changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from cl...@openoffice.org Wed Jun 23 22:17:04 + 
2010 ---
verified in cws.

I insisted on that stax module doesn't grab files from outside the module. A 
module may only use files from the modue or solver. Thus prebuilt stax is 
looked 
for in stax/download, not external/StAX (corresponding README has been moved as 
well)

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 107645] configure should not use "=="

2010-06-23 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107645


User cloph changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from cl...@openoffice.org Wed Jun 23 22:15:07 + 
2010 ---
verified in cws

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 91391] Remove warning in configu re

2010-06-23 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91391


User cloph changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from cl...@openoffice.org Wed Jun 23 22:14:52 + 
2010 ---
verified in cws

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 108309] Mac/SL 1062/Crashes/Filte rs

2010-06-18 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108309


User cloph changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from cl...@openoffice.org Fri Jun 18 19:36:50 + 
2010 ---
closing for now.

Don't hesitate to reopen this issue in case it still crashes with current 
version 
of OOo.
In that case, let OOo send the crash-report and enter your email-address so 
you'll get the notification with the report-ID. Paste the report-ID in your 
comment. Thanks a lot.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 108309] Mac/SL 1062/Crashes/Filte rs

2010-06-18 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108309


User cloph changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

Keywords|  |needmoreinfo, oooqa

  Resolution|  |WORKSFORME





--- Additional comments from cl...@openoffice.org Fri Jun 18 19:35:14 + 
2010 ---
> I found two kind of troubles: 

Please don't mix different problems in one issue. File seperate issues for each 
problem.

But in this case, neither of your problem is reproducible. Opening all 
Preferences and applying automatic filters is part of the required checks that 
are performed before a release is published, and thus it must be somewhat 
specific to your system that is causing the problem. Maybe even a hardwar (RAM) 
issue.

Also what configuration data do you mean? 

I don't know AppZapper, but to completely uninstsall OOo remove the appropriate 
OpenOffice.org-App from /Applications (or wherever you did install to), and 
rm -rf "~/Library/Application Support/OpenOffice.org/"

Please also state the exact version you did use. As 3.1.1 is /very/ old (and 
especially Mac OSX 10.6 did not yet exist at the time 3.1.1 was released, try 
again with a current version please. (3.2.1 is current)

Closing for now.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 103886] BASIC - CurDir function

2010-06-15 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103886


User cloph changed the following:

What|Old value |New value

  CC|'raal,regina'     |'cloph,raal,regina'

  Status|RESOLVED  |CLOSED





--- Additional comments from cl...@openoffice.org Tue Jun 15 11:48:47 + 
2010 ---
closing

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 103886] BASIC - CurDir function

2010-06-15 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103886


User cloph changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from cl...@openoffice.org Tue Jun 15 11:47:37 + 
2010 ---
It prints the current directory of the OOo-process. When on linux you start OOo 
from the directory /home/user/somedir , then CurDir() will return 
/home/user/somedir
Otherwise, when starting from the menu, it will by default run with the users's 
home directory as context (/home/user)

On Windows, this directory, the directory that the program sees as its current 
directory is the Applications' directory. (As the other issue is so old, it 
could be a change in window's behaviour, not OOo)

But I think it is simply the quickstarter that causes this: When the 
quickstarter is running, that one determins the directory, as further OOo-
instances just use the quickstarter...

I cannot see applications that would rely on the launch directory (that would 
/need/ to know the launch directory) - I'm pretty sure there are alternative 
ways to handle it, like getting the path from the opened document and similar.

Anyway - duplicate. curDir gives the application's context, i.e. subprocesses 
called (for example with the shell function) from within OOo will have that 
same 
dir as current directory, and that is defined on application start and cannot 
be 
changed afterwards. This makes the issue a duplicate to 30692 and thus very, 
very likely "wontfix".

For your case, as you don't want to change it, but have it set to launch 
directory: Try to disable the quickstarter, maybe that helps in your szenario. 

*** This issue has been marked as a duplicate of 30692 ***

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[api-issues] [Issue 30692] Starbasic runtime function ChDir() not working

2010-06-15 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=30692





--- Additional comments from cl...@openoffice.org Tue Jun 15 11:47:36 + 
2010 ---
*** Issue 103886 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: issues-unsubscr...@api.openoffice.org
For additional commands, e-mail: issues-h...@api.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 112365] Fontconfig warning about missing config-file on Office start

2010-06-15 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112365


User cloph changed the following:

What|Old value |New value

  CC|''    |'cloph'





-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[l10n-issues] [Issue 112319] update_tree.pl sets sourc e_dir to "", effectively calling »find /text «

2010-06-14 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112319





--- Additional comments from cl...@openoffice.org Mon Jun 14 20:40:24 + 
2010 ---
> The code is commented-out and thats it. If you have a problem with that then
> preprocess all files before you open them. 

No idea what you mean with preprocess before open. Please explain.

> If I add a comment or remove a comment there is no need to give an 
> explaination for this action. Please stop involving me into silly discussions.

It is not about comments. It is about commented-out code. And no, it is not 
your 
pet project. It is a question of overall code-quality in terms of 
contributor-friendliness, readability and maintainability. Error-aware code is 
good. commented-out-code where no one knows what it is meant to do is not. You 
cannot tell whether that is an ancient line of code that once was necessary, 
whether it is a leftover debug-statement or a completely unrelated copy and 
paste error.

So I will continue bothering you when I stumble across those kind of things.

That you cannot/don't want to give a reason why you added that commented-out 
code-statement is prove of my POV. 

-
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: issues-unsubscr...@l10n.openoffice.org
For additional commands, e-mail: issues-h...@l10n.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[l10n-issues] [Issue 112319] update_tree.pl sets sourc e_dir to "", effectively calling »find /text «

2010-06-14 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112319





--- Additional comments from cl...@openoffice.org Mon Jun 14 10:43:38 + 
2010 ---
zgrep "find: \`/text':" logs/DEV300_m[5678][0-9]/*gz
logs/DEV300_m68/tin_10-01-30_14:41:48_tmp.gz:find: `/text': No such file or 
directory
logs/DEV300_m69/tin_10-01-07_18:13:20_tmp.gz:find: `/text': No such file or 
directory
logs/DEV300_m70/tin_10-01-29_20:11:06_tmp.gz:find: `/text': No such file or 
directory
logs/DEV300_m71/tin_10-02-03_16:46:10_tmp.gz:find: `/text': No such file or 
directory
logs/DEV300_m72/tin_10-02-25_04:43:25_tmp.gz:find: `/text': No such file or 
directory
logs/DEV300_m73/tin_10-03-02_17:07:40_tmp.gz:find: `/text': No such file or 
directory
logs/DEV300_m74/tin_10-03-11_00:16:25_tmp.gz:find: `/text': No such file or 
directory
logs/DEV300_m75/tin_10-03-12_21:19:38_tmp.gz:find: `/text': No such file or 
directory
logs/DEV300_m76/tin_10-04-09_00:23:18_tmp.gz:find: `/text': No such file or 
directory
logs/DEV300_m77/tin_10-04-23_12:08:26_tmp.gz:find: `/text': No such file or 
directory
logs/DEV300_m78/tin_10-05-20_21:59:04_tmp.gz:find: `/text': No such file or 
directory
logs/DEV300_m79/tin_10-05-26_20:37:25_tmp.gz:find: `/text': No such file or 
directory
logs/DEV300_m80/tin_10-05-31_22:40:46_tmp.gz:find: `/text': No such file or 
directory
logs/DEV300_m81/tin_10-06-08_23:59:35_tmp.gz:find: `/text': No such file or 
directory
logs/DEV300_m82/tin_10-06-12_00:55:58_tmp.gz:find: `/text': No such file or 
directory

> you got the point, I *don't* check the assertion there,
> the line is out-commented.

So let me ask you this simple, although serious question: Why added you the 
line 
in the first place? Why add it, but add it commented-out? What's the point?

-
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: issues-unsubscr...@l10n.openoffice.org
For additional commands, e-mail: issues-h...@l10n.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[l10n-issues] [Issue 112319] update_tree.pl sets sourc e_dir to "", effectively calling »find /text «

2010-06-14 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112319





--- Additional comments from cl...@openoffice.org Mon Jun 14 09:36:17 + 
2010 ---
a) I stick with my opinion. Assigning a non-trivial value that /surely/ is 
overwritten later is bas style in my eyes.

b+c) did you *ever* build community-style? That's the way you get this error.

Be it on linux, Mac, Minwg, Solaris, Windows, you get the error *everywhere*. 
*ALL* buildbots/tinderboxes show the problem.

So here's the magic way to reproduce:
./configure --with-use-shell=bash

./bootstrap
cd instsetoo_native
build --all [parallel-build flags]

But seriously: What's the point in the halfway checks? Either you make an 
assertion or don't.
Better break the build (and detect an error-case), than to mask it and run into 
unexpected and hard to pinpoint problems later on.

-
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: issues-unsubscr...@l10n.openoffice.org
For additional commands, e-mail: issues-h...@l10n.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[l10n-issues] [Issue 112319] update_tree.pl sets sourc e_dir to "", effectively calling »find /text «

2010-06-11 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112319
 Issue #|112319
 Summary|update_tree.pl sets source_dir to "", effectively call
|ing  »find /text«
   Component|l10n
 Version|DEV300m80
Platform|All
 URL|
  OS/Version|Unix, X11
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|ihi
 Reported by|cloph





--- Additional comments from cl...@openoffice.org Fri Jun 11 21:14:55 + 
2010 ---
update_tree.pl contains:

 60 if ( ! defined $prj ) {
[...]
 84 } else {
 85 $tree_src = "$prj\/source\/auxiliary";
 86 $tree_dest = "$prj\/$destpath\/misc";
*87 $source_dir = "$prj\/source";
 88 $source_dir_xhp = "$prj\/source";
 89 $treestrings = "$source_dir/text/shared/tree_strings.xhp";
 90 
 91 if( defined $ENV{LOCALIZATION_FOUND} && $ENV{LOCALIZATION_FOUND} eq 
"YES" )
 92 {
*93 $source_dir = $ENV{TRYSDF};
 94 }
 95 else 
 96 {
 97 $source_dir = $ENV{LOCALIZESDF};
 98 }
 99 $source_dir =~ s/\/auxiliary\/localize.sdf$// ;
*   100 #else {die "ERROR: The env variables TRYSDF LOCALIZATION_FOUND 
LOCALIZESDF not found ... something is wrong!\n";}
101 
102 }

problematic lines marked with *
A) It's set to some value, just to be definitely set to another one. This IMHO 
is bad style and confusing at best.
B) It doesn't bother to check whether the environment variables it attempts to 
use are actually defined / contain something useful. That is the fatal thing 
and 
leads to 

Reading localized titles... in /text
find: /text: No such file or directory

done reading a total of 0 localized titles for 0 languages from 0 files

in the build log


The codepath abote (when $prj is not defined) contains a check
if ( defined $ENV{TRYSDF} || defined $ENV{LOCALIZESDF} )

before using the environement variables.

C) Why is there such a love for commented-out code-statements in OOo, 
especially 
in perl-stuff involved in building. Either it is a fatal error, or it is not. 
Having such statements commented out in the code again just adds confusion.

Have the balls to die if your assertions are not fulfilled. Much better than 
ending up with broken state like it is the state currently.

-
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: issues-unsubscr...@l10n.openoffice.org
For additional commands, e-mail: issues-h...@l10n.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 111023] extensions: validating fu tile without dtd failed to load external entit y "../../../../component-update.dtd"

2010-06-11 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111023


User cloph changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from cl...@openoffice.org Fri Jun 11 18:56:07 + 
2010 ---
closing.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 111971] basic: missing module dep endencies (BUILDBREAKER)

2010-06-11 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111971


User cloph changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from cl...@openoffice.org Fri Jun 11 18:23:56 + 
2010 ---
closing

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 111971] basic: missing module dep endencies (BUILDBREAKER)

2010-06-11 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111971


User cloph changed the following:

What|Old value |New value

  Status|REOPENED  |RESOLVED

  Resolution|  |FIXED





--- Additional comments from cl...@openoffice.org Fri Jun 11 18:22:55 + 
2010 ---
/me sees it got fixed with 9f08556668b1 already. Thus 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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 111971] basic: missing module dep endencies (BUILDBREAKER)

2010-06-11 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111971


User cloph changed the following:

What|Old value |New value

  CC|'mav'     |'cloph,mav'

  Status|RESOLVED  |REOPENED

Keywords|  |oooqa

Priority|P3|P2

  Resolution|WONTFIX   |





--- Additional comments from cl...@openoffice.org Fri Jun 11 18:17:34 + 
2010 ---
reopen.

It *IS* missing.

Problem is not that oovbaapi project is not build, but that basic module 
expects 
them in local output directory.

making basic/source/classes will result in ooo/vba/XErrObject.hpp being present 
in basic's local output directory. If basic/soure/runtime gets built after 
that, 
all is fine. If it is built before, build breaks.

basic/prj/build.lst does *NOT* require sb_class for sb_rt
making sb_rt depend on sb_class makes the error go away.


oovbaapi does *NOT* deliver that header, only the rdb, so the dependency *IS* 
needed.

build breaker → P2

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 103624] If openoffice is installe d under /Users//Applications/ program en ds silently when started

2010-06-04 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103624


User cloph changed the following:

What|Old value |New value

  CC|'loria,macport,rbircher,to|'cloph,loria,macport,rbirc
|rwart'|her,torwart'

  Status|RESOLVED  |CLOSED





--- Additional comments from cl...@openoffice.org Fri Jun  4 18:58:53 + 
2010 ---
closing.

Feel free to reopen if you can still reproduce with a current version of OOo 
(3.2.1 was just released).
But please check that no other instances of OOo are running.

-
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 103624] If openoffice is installe d under /Users//Applications/ program en ds silently when started

2010-06-04 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103624


User cloph changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from cl...@openoffice.org Fri Jun  4 18:57:02 + 
2010 ---
not reproducible → worksforme.

You can only have one instance of OOo for the same user profile running at the 
same time. So make sure you don't have another instance of OOo running under 
your 
user. Alternatively use the 
-env:UserInstallation=file:///Users/foobar/nondefault 
startup parameter to explicitly specify a different user-installation directory

Different versions of OOo, that don't use the same user profile directory can 
be 
used simultaneously without problem.

-
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 111732] Using SUM over more than 28 sheets will result in #N/A

2010-06-02 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111732


User cloph changed the following:

What|Old value |New value

  CC|''    |'cloph'

  Status|RESOLVED  |CLOSED

Keywords|  |oooqa





--- Additional comments from cl...@openoffice.org Wed Jun  2 17:20:40 + 
2010 ---
closing. As noted, for addition of single cells, just use + 
If more than 30 arguments are needed for sum, you need to use multiple ones.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 111732] Using SUM over more than 28 sheets will result in #N/A

2010-06-02 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111732


User cloph changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from cl...@openoffice.org Wed Jun  2 17:19:26 + 
2010 ---
worksforme. Documentation for Sum function states that it accepts max 30 
arguments.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 101000] smoketestoo_native fails with nodep=true (directory missing, regmerge f ails with exit status 255)

2010-06-02 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101000


User cloph changed the following:

What|Old value |New value

  CC|''|'sb'

  OS/Version|Mac OS X, all |All





--- Additional comments from cl...@openoffice.org Wed Jun  2 16:26:24 + 
2010 ---
I don't care how it's fixed, but it is still an issue with current codebase.

Also doesn't only happen on Mac, but also linux

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 111360] Build of DEV300m77 breaks , if no repository there

2010-06-02 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111360





--- Additional comments from cl...@openoffice.org Wed Jun  2 13:12:55 + 
2010 ---
solenv/bin/subsequenttests suffers from the same issue as checkdeliver.pl

i.e. it calls SourceConfig-new() and complains.. 
-my $sc = SourceConfig->new()
+my $sc = SourceConfig->new( $ENV{SOLARSRC} )

does the trick

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 103917] Inter file link update ca using lockup

2010-06-01 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103917


User cloph changed the following:

What|Old value |New value

  CC|'rainerbielefeld'     |'cloph,rainerbielefeld'

  Status|RESOLVED  |CLOSED





--- Additional comments from cl...@openoffice.org Tue Jun  1 15:53:50 + 
2010 ---
feel free to reopen in case you can still reproduce in a current version. But 
also attach a sample file in that case/at least answer the questions that were 
asked.
Thanks a lot.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 103917] Inter file link update ca using lockup

2010-06-01 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103917


User cloph changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from cl...@openoffice.org Tue Jun  1 15:52:56 + 
2010 ---
No sample, no reply → invalid.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 15611] virtual font substitution mechanism

2010-05-24 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=15611



This issue depends on issue 20370, which changed state:

What|Old value |New value

  Status|CLOSED|REOPENED

  Resolution|WONTFIX   |





-
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: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 20370] Q-PCD MSInteroperability-3 3: embedd fonts into the document

2010-05-24 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=20370


User cloph changed the following:

What|Old value |New value

  Status|CLOSED|REOPENED

  Resolution|WONTFIX   |





--- Additional comments from cl...@openoffice.org Mon May 24 11:13:55 + 
2010 ---
OK. There you have it. A reopened issue that will get aboslutely the same 
treatment like before: None.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 111496] [meta] allow building wit h internal python on Mac OS X

2010-05-19 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111496


User cloph changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |69534)
combined patch of t
|  |he individual issues for c
|  |onvenience






--- Additional comments from cl...@openoffice.org Wed May 19 12:26:05 + 
2010 ---
Created an attachment (id=69534)
combined patch of the individual issues for convenience


-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 111496] [meta] allow building wit h internal python on Mac OS X

2010-05-19 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111496





--- Additional comments from cl...@openoffice.org Wed May 19 12:15:59 + 
2010 ---
Done from my side.

ToDo:
* decide whether OOo-internal python should be default for Mac in future

Maybe: Make the framework-name (currently OOoPython.framework) a variable.

and of course: Give it a spin on various versions of Mac OSX

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 111501] scp2: add changes to allo w for internal python framework (Mac OSX)

2010-05-19 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111501


User cloph changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |69533)
new patch, obsolete
|  |s previous ones - everythi
|  |ng moved to source/python,
|  | no hardcoded version in e
|  |ntries






--- Additional comments from cl...@openoffice.org Wed May 19 12:10:27 + 
2010 ---
Created an attachment (id=69533)
new patch, obsoletes previous ones - everything moved to source/python, no 
hardcoded version in entries


-
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 93957] Saving from OOo to CIFS vo lume fails

2010-05-19 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93957





--- Additional comments from cl...@openoffice.org Wed May 19 10:48:42 + 
2010 ---
the ubuntu one very likely is a duplicate to issue 99833 - not sure how that 
mentioned NAS behaves/how it is connected, maybe duplicate as well.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 87393] keyboard shortcuts aren't consistent when using localizations

2010-05-17 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87393


User cloph changed the following:

What|Old value |New value

  CC|''    |'cloph'

  Status|RESOLVED  |CLOSED

Keywords|  |oooqa





--- Additional comments from cl...@openoffice.org Mon May 17 20:38:16 + 
2010 ---
closing 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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 81913] issues affecting OOo in th e Ubuntu distribution

2010-05-17 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81913



This issue depends on issue 87393, which changed state:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 87393] keyboard shortcuts aren't consistent when using localizations

2010-05-17 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87393


User cloph changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from cl...@openoffice.org Mon May 17 20:37:23 + 
2010 ---
worksforme.
OOo is a cross-platform suite and has many, many features, usually much more 
than your general desktop utility.

There will never be a way to have mnemonics that don't conflict with any other 
software.

If you got a problem with a specific localization, it's best to discuss it with 
the corresponding native-lang project and have the correpsonding project lead 
request the change.

This issue is way to generic to be handled in a useful way.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 108362] WEEKNUM("2010/4/1";1) ret urns 2 in English, 1 in other context

2010-05-17 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108362


User cloph changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

Keywords|  |oooqa

  Resolution|  |INVALID





--- Additional comments from cl...@openoffice.org Mon May 17 19:56:03 + 
2010 ---
invalid.

Different countries - different standards wrt. week numbers.
In US January 1 is always week number one, so first week of the year can only 
contain few days. whereas DIN/ISO 8601 is defined as the first week of the year 
that contains at least 4 days. Besides, start-of-week is either Sunday or 
Monday.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 108362] WEEKNUM("2010/4/1";1) ret urns 2 in English, 1 in other context

2010-05-17 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108362


User cloph changed the following:

What|Old value |New value

  CC|''    |'cloph'

  Status|RESOLVED  |CLOSED





--- Additional comments from cl...@openoffice.org Mon May 17 19:56:32 + 
2010 ---
closing. No bug, but works as designed.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 102193] Impress: PDF-Export of "S election" export whole presentation (print onl y selected slides)

2010-05-17 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102193





--- Additional comments from cl...@openoffice.org Mon May 17 19:05:20 + 
2010 ---
*** Issue 106594 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: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 106594] PDF export options: Selec tion should be grayed out in slide sorter

2010-05-17 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106594


User cloph changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from cl...@openoffice.org Mon May 17 19:05:21 + 
2010 ---
duplicate.

*** This issue has been marked as a duplicate of 102193 ***

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 106594] PDF export options: Selec tion should be grayed out in slide sorter

2010-05-17 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106594


User cloph changed the following:

What|Old value |New value

  CC|''    |'cloph'

  Status|RESOLVED  |CLOSED

Keywords|  |oooqa





--- Additional comments from cl...@openoffice.org Mon May 17 19:05:47 + 
2010 ---
closing duplicate.

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 102193] Impress: PDF-Export of "S election" export whole presentation (print onl y selected slides)

2010-05-17 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102193


User cloph changed the following:

What|Old value |New value

  CC|''    |'cloph'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|  |oooqa, usability

 Summary|Impress: PDF-Export of "Se|Impress: PDF-Export of "Se
|lection" export whole pres|lection" export whole pres
|entation  |entation (print only selec
|  |ted slides)





--- Additional comments from cl...@openoffice.org Mon May 17 18:55:51 + 
2010 ---
confirming.
In current version, there option for selection is disabled if only slides are 
selected in the slide pane, so you won't run into the problem unknowingly.

When in slide sorter view however, the export offers "selection" but then 
produces empty PDF.
Emtpy is the wrong word. It is a huge pane (3528 × 3528 mm) with no content.

-
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: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 104920] crash on close and docume nt close button missing

2010-05-17 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=104920


User cloph changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from cl...@openoffice.org Mon May 17 18:37:38 + 
2010 ---
not reproducible, last-document-closer X on toolbar desired/expected/works as 
designed → closing

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 104920] crash on close and docume nt close button missing

2010-05-17 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=104920


User cloph changed the following:

What|Old value |New value

  CC|''    |'cloph'

  Status|RESOLVED  |CLOSED

Keywords|  |oooqa





--- Additional comments from cl...@openoffice.org Mon May 17 18:39:07 + 
2010 ---
closing.

Feel free to reopen if you can reproduce in a current version of OOo.

Please also send the crash-reporter (and give a valid email so you'll receive 
the 
report-IDs, or at least refer to this issue in the crash report(s)).

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 87713] OFFSET() crashes Function Wizard; OOo hangs.

2010-05-17 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87713


User cloph changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from cl...@openoffice.org Mon May 17 18:27:06 + 
2010 ---
worksforme. Not reproducible, no feedback.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 87713] OFFSET() crashes Function Wizard; OOo hangs.

2010-05-17 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87713


User cloph changed the following:

What|Old value |New value

  CC|''    |'cloph'

  Status|RESOLVED  |CLOSED





--- Additional comments from cl...@openoffice.org Mon May 17 18:27:36 + 
2010 ---
closing.

Feel free to reopen if you can still reproduce the problem in a current version 
of OOo.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 111501] scp2: add changes to allo w for internal python framework (Mac OSX)

2010-05-12 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111501


User cloph changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |69431)
two additional link
|  |s for the python & pythonw
|  | executables






--- Additional comments from cl...@openoffice.org Wed May 12 12:03:14 + 
2010 ---
Created an attachment (id=69431)
two additional links for the python & pythonw executables


-
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 110975] No Python macros

2010-05-11 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110975


User cloph changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from cl...@openoffice.org Tue May 11 16:06:41 + 
2010 ---
closing duplicate.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 111496] [meta] allow building wit h internal python on Mac OS X

2010-05-10 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111496





--- Additional comments from cl...@openoffice.org Mon May 10 17:53:49 + 
2010 ---
d.list has been shrinked down considerably. As I moved the creation of the zip 
to 
python directly, there's no need to copying the whole thing to solver. Header 
and 
the actual framework binary is enough. (the d.list entries for the other OS 
still 
copy lots of files in addition though)

Also the install_name_tool usage has been added to the patches as well. Now 
python keeps working, even if you dare to erase your build tree :-))

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[udk-issues] [Issue 111500] pyuno: allow building aga inst internal Python framework (Mac OS X)

2010-05-10 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111500


User cloph changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |69404)
macosx-dylib-link-l
|  |ist is "too clever", make 
|  |it ignore the OOoPython.fr
|  |amework






--- Additional comments from cl...@openoffice.org Mon May 10 17:50:52 + 
2010 ---
Created an attachment (id=69404)
macosx-dylib-link-list is "too clever", make it ignore the OOoPython.framework


-
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: issues-unsubscr...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[udk-issues] [Issue 111500] pyuno: allow building aga inst internal Python framework (Mac OS X)

2010-05-10 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111500


User cloph changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |69403)
revised patch, uses
|  | install_name_tool






--- Additional comments from cl...@openoffice.org Mon May 10 17:49:45 + 
2010 ---
Created an attachment (id=69403)
revised patch, uses install_name_tool


-
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: issues-unsubscr...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 111496] [meta] allow building wit h internal python on Mac OS X

2010-05-09 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111496





--- Additional comments from cl...@openoffice.org Mon May 10 00:09:53 + 
2010 ---
forgot to mention the most important ToDo: need to run install_name_tool to 
relocate the framework.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 111496] [meta] allow building wit h internal python on Mac OS X

2010-05-09 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111496





--- Additional comments from cl...@openoffice.org Sun May  9 23:07:29 + 
2010 ---
Patches to create a working build with OOo internal python attached to the 
depending issues.

Both running macros from within OOo as well as using the shipped python to 
control OOo from the outside works.

ToDo:
* decide what to do with the ugly d.lst
* python scripts in bin directory within framework reference build (python's 
installation destination) directory in shebang (remove or change?)
* adapt scp2 patch to not hardcode version, but use define for major.minor
* make name of the framework a variable (well, only necessary if Oracle cannot 
live with OOoPython.framework in their tree :-)) - by configure/set_soenv or in 
solenv?

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 111501] scp2: add changes to allo w for internal python framework (Mac OSX)

2010-05-09 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111501


User cloph changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |69383)
scp2 changes to use
|  | internal python (as frame
|  |work) on Mac OSX






--- Additional comments from cl...@openoffice.org Sun May  9 22:50:09 + 
2010 ---
Created an attachment (id=69383)
scp2 changes to use internal python (as framework) on Mac OSX


-
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 111501] scp2: add changes to allo w for internal python framework (Mac OSX)

2010-05-09 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111501


User cloph changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |111498
  is|  |





-
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 111501] scp2: add changes to allo w for internal python framework (Mac OSX)

2010-05-09 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111501
 Issue #|111501
 Summary|scp2: add changes to allow for internal python framewo
|rk (Mac OSX)
   Component|Installation
 Version|DEV300m77
Platform|All
 URL|
  OS/Version|Mac OS X, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|of
 Reported by|cloph





--- Additional comments from cl...@openoffice.org Sun May  9 22:46:31 + 
2010 ---
Attached patch adds support for using internal python on Mac OSX (needs to be 
compiled as framework, see other issues)
Main changes consist of adding back symlinks that the zip method doesn't carry 
over.

Could be much shorter if you wouldn't need to add an entry for each and every 
directory level that is referenced.

Other part is adding the bootstrap configuration values to point to the 
framework, imitating the (IMHO a little weired) existing use of Concat#

-
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[udk-issues] [Issue 111500] pyuno: allow building aga inst internal Python framework (Mac OS X)

2010-05-09 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111500


User cloph changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |69382)
patch, add launcher
|  |-wrapper for OOo-internal 
|  |Python framework






--- Additional comments from cl...@openoffice.org Sun May  9 22:13:18 + 
2010 ---
Created an attachment (id=69382)
patch, add launcher-wrapper for OOo-internal Python framework


-
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: issues-unsubscr...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 111496] [meta] allow building wit h internal python on Mac OS X

2010-05-09 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111496


User cloph changed the following:

What|Old value |New value

 IssuesThisDependsOn|111497,111498 |111497,111498,111500





-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[udk-issues] [Issue 111500] pyuno: allow building aga inst internal Python framework (Mac OS X)

2010-05-09 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111500


User cloph changed the following:

What|Old value |New value

 IssuesThisDependsOn|  |111498

OtherIssuesDependingOnTh|  |111496
  is|  |





-
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: issues-unsubscr...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[udk-issues] [Issue 111500] pyuno: allow building aga inst internal Python framework (Mac OS X)

2010-05-09 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111500
 Issue #|111500
 Summary|pyuno: allow building against internal Python framewor
|k (Mac OS X)
   Component|udk
 Version|DEV300m77
Platform|All
 URL|
  OS/Version|Mac OS X, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|kr
 Reported by|cloph





--- Additional comments from cl...@openoffice.org Sun May  9 22:06:42 + 
2010 ---
modify launcher/wrapper to be able to use OOo internal python that is compiled 
as 
framework. Move creation of the python zip (for installset packing) to pyuno 
(see 
other 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: issues-unsubscr...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 111496] [meta] allow building wit h internal python on Mac OS X

2010-05-09 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111496


User cloph changed the following:

What|Old value |New value

 IssuesThisDependsOn|111497|111497,111498





-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 111496] [meta] allow building wit h internal python on Mac OS X

2010-05-09 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111496


User cloph changed the following:

What|Old value |New value

 IssuesThisDependsOn|  |111497





-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 111497] instsetoo_native: remove special handling of cp1251.py and iso8859_1.py

2010-05-09 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111497


User cloph changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |111496
  is|  |





-
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 111497] instsetoo_native: remove special handling of cp1251.py and iso8859_1.py

2010-05-09 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111497


User cloph changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |69379)
remove undocumented
|  | special treatment that se
|  |em unnecessary.






--- Additional comments from cl...@openoffice.org Sun May  9 20:17:46 + 
2010 ---
Created an attachment (id=69379)
remove undocumented special treatment that seem unnecessary.


-
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



  1   2   3   4   5   6   7   8   9   10   >