Re: [mac] Shall we ship OOo with internal python on Mac?

2010-08-27 Thread Christian Lohmaier
Hi Stephan, *,

On Tue, Aug 24, 2010 at 10:16 AM, Stephan Bergmann
stephan.bergm...@oracle.com wrote:
 On 05/19/10 18:55, Christian Lohmaier wrote:
 [...]
 I just experienced the problem to get pyuno working on Mac OS X 10.6, too.
  At least for me (trying to run the tests in
 testtools/source/bridgetest/pyuno/), it clearly is a problem of system
 python being executed as 64 bit, while OOo's pyuno.so is 32 bit (see below).

For that, there is an environment variable:
VERSIONER_PYTHON_PREFER_32_BIT=yes (but as mentioned earlier, I didn't
manage to get it running, no matter what variables I tried - while
then the architecture matches, the python version itself makes it
fail)

 Christian, did you already file an issue to use internal python on Mac
 (which apparently is the outcome of this thread)?

Outcome of this thread is that apparently  almost nobody seems to care
:-( Just 10 People bothered to reply at all...

But yes, filed issue(s) with patches. Meta issue:
http://qa.openoffice.org/issues/show_bug.cgi?id=111496

scp2 parts are already integrated/applied to some cws, but
unfortunately the other patches did not receive any comment yet :-(

ciao
Christian

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



Re: [mac] Re: Shall we ship OOo with internal python on Mac?

2010-06-26 Thread Christian Lohmaier
Hi Florian, * (especially Martin and Dániel (or Darabos, no idea what
is First and Family name :-)

On Sat, Jun 26, 2010 at 6:04 AM, Florian Ludwig Heckl
flor...@florian-heckl.de wrote:
 Hi Christian,

 [x] OOo should continue to use system python, regardless of problems
 accessing pyuno from outside OOo
 [ ] OOo should use internal python, ship with its own copy of python
 (increases download size)
 [ ] I don't care - you should do a poll on the user-focused lists instead.

 The only thing that could make me switch to internal python would be if it 
 really was easier
 for external scripts to successfully import uno (is it?)

Well - for Mac OSX 10.6 (not sure about 10.5) using OOo-shipped python
is the *only* way for external scripts to successfully import uno.

I failed to get system python to work on 10.6, no matter what
environment variables I used.

So yes, it definitely is easier to use OOo's own python. You have to
run python from OOo's installation, and that is not in your PATH, so
you have to specify the path to the python executable (or better: the
wrapper that sets the corresponding environment variables for
bootstrapping to work, etc), but that is the only difficult thing
about it.

And as said: The only way to get it work from outside.

While Mac OS 10.6 indeed still ships with python 2.3 stuff (that is
what OOo builds against by default since that is the latest available
on Mac OSX 10.4, the baseline for OOo), it doesn't ship with a full
python 2.3
You can initialize a python-runtime from within your application
flags, similar to creating a JVM from your application code, but you
cannot run a python 2.3 environment from a terminal/a shell.
(At least I did not manage to do so)

 or if one of the OOo supplied extensions (what do we have here?) needed a 
 later python version.

No idea, don't think that extensions really require a newer python.

 In the early mac port times I was very much in favor of minimizing external 
 dependencies
 but if we don't gain anything then let's rather reduce download size.

nitpicks/reduce/not increase//nitpick

We gain the ability to use pyuno from outside OOo on 10.6 (and maybe 10.5)

I'd more than happy if anybody can give me a commandline to import
uno with system python (i.e. with OOo as you can download currently).

(again: no problem if you execute that macro from within OOo, the
problem is when you want to use it from outside, i.e. use uno to
bootstrap (=start) OOo, or attach to OOo listening on a TCP port) and
then remote-control it)

for Tools|Macros → run there is no problem (works on all versions of Mac OSX)

ciao
Christian

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



[mac] Re: Shall we ship OOo with internal python on Mac?

2010-06-24 Thread Christian Lohmaier
Hi *,

*PLEASE*: reply even if you don't care. I cannot tell whether there is
silence because nobody (apart from Florian - thanks for the reply!)
did read the question, or because just nobody really cares.

Please vote:

[ ] OOo should continue to use system python, regardless of problems
accessing pyuno from outside OOo
[ ] OOo should use internal python, ship with its own copy of python
(increases download size)
[ ] I don't care - you should do a poll on the user-focused lists instead.

For reference, the original mail in fullquote, so you don't have to
dig in archives for messagess from a month ago...

ciao
Christian
On Wed, May 19, 2010 at 12:55 PM, Christian Lohmaier
cl...@openoffice.org wrote:
 Hi *,

 as the baseline of Mac OSX 10.4 only ships with python version 2.3,
 OOo is compiled against that version. This is not a problem when
 running python from within OOo, you can run python macros on
 10.4/10.5/10.6 with no problem with a default installation of Mac OSX.

 There is a big BUT however:
 On never versions of Mac OSX, it is not possible to run standalone
 python with pyuno. I.e. you cannot run python from outside OOo and run
 your script. You'll get incompatible version style errors. (newer
 versions of Mac OSX ship with the 2.3 basic framework, but only have
 python2.5 and 2.6 launchers. I failed to get it to import uno on
 10.6, no matter what tricks with environment variables I tried. Maybe
 there's some trick to get it running, but I gave up. I'm neither a
 python nor a Mac user, so there might still be a way though.
 (Again: running python macros from within OOo is not a problem, python
 loaded via OOo's library gets things right)

 Eric Bachard made me aware on IRC that the python in OOo's sources is
 already at 2.6.1 and made me start working on it. For some reason Eric
 cut communication after I filed the issues with patches sigh/, so I
 finished it myself.

 Main issue is http://qa.openoffice.org/issues/show_bug.cgi?id=111496
 Other issues with the corresponding patches can be found in the
 depending issues.

 The questions basically are:
 Should OOo for Mac ship with internal python? Or should it still use
 system-python?
 Anyone a python-guru/deep into Apple's Framework stuff who can tell
 how to get a import uno work on Mac OSX 10.4 from outside OOo?
 Anyone into python extensions and want to give internal python 2.6.1 a
 thorough test?
 Anyone for code-review?

 If necessary, I could provide installsets for PPC (build-OS: 10.4) and
 Intel (build-OS: 10.6).

 ciao
 Christian


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



Re: [mac] Re: powerpc oo 3.2.1 builds?

2010-06-09 Thread Christian Lohmaier
Hi Eric, *;

On Wed, Jun 9, 2010 at 3:25 AM, Eric Hoch eric_openoff...@gmx.de wrote:
 Hi Jack,
 Am Fri, 4 Jun 2010 10:50:43 -0400 schrieb Jack Howarth:
   I noticed that there seems to be no builds
 on ooopackages.good-day.net for openoffice
 3.2.1 rc's under powerpc-apple-darwin.

 Will
 there be additional powerpc releases or is
 that support winding down?

 Yes there will be an additional release and nope support isn't
 winding down, however it's getting harder to find and get PowerPC
 Macs that can build and test OOo at at significant speed or at a
 reasonable pace.

Nah, that's not really the problem.

 We're talking about automated building and testing
 here. Human tests aren't affected but when taking a look around at
 my peers nearly all the Apple users have upgraded to an Intel Mac
 and the new users often don't know that there were Pre-Intel Macs.

HUMAN tests are those that are the limiting factors. There just is
*no* feedback whatsoever from PPC users (mac users in general)

It is frustrating to see that for example PDF export was broken on PPC
for a looong time. PPC users surely did experience the problem, but
they did not report back, thus it went unnoticed (since that one did
only show up in real-life documents, not in a test-document that has
only hello world inside.
It's a lot easier to debug stuff if it is reported early, so you can
check recent changes for suspicious entries. But if you have to check
a whole year of changes, this takes considerably more effort.

not to mention: The release-approval is done by humans.
Unless a human says: I tested PPC on Mac, and found no severe issues
that would block the releae, it won't be put on the regular mirror
network, won't be listed on the main download pages (only under RC
downloads).

So again: Humans are the limiting factors, not the machines!

ciao
Christian

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



Re: [mac] Compiling OpenOffice on Mac OS X 10.6

2010-06-04 Thread Christian Lohmaier
Hi Tim, *,

On Sun, May 30, 2010 at 11:08 AM, Tim Schuermann tisch...@yahoo.de wrote:
 Hi Laurent and list,

 still no luck compiling OO m78 on OS X 10.6:

  [...]
 - http://www.openoffice.org/issues/show_bug.cgi?id=106059

 I thought these issues were fixed, see:

They are fixed, but not in m78 - the cws that got all the fixes was
integrated in m80
Go to http://qa.openoffice.org/issuelinks.html and copy the issue number.

→ 
http://eis.services.openoffice.org/EIS2/cws.InfoForTask?TaskId=106059RSV_NoWait=trueSRC_Step=Search

There you see the short-info for the cws that contains the fix.
Important in this case is the Milestone (integrated) column. So in
this case it reads m80

The first milestone that contains the fix is m80. So when you're
trying to build m78, you need to patch the code yourself.

 http://old.nabble.com/Re%3A-Mac-OS-X-10.6-(Snow-Leopard)-build-problems-with-OOO320-p28027983.html

That one still mentions issues with the remark not yet integrated,


 http://porting.openoffice.org/servlets/ReadMsg?listName=macmsgNo=7818

This refers to the issue. And as such (if you need to read an issue on
how to proceed that imiplies that it doesn't work out-of-the-box,
hence you need to patch yourself)

 So do I have still to install a patch? If yes, which one? The 
 patch/workaround here:
 http://www.openoffice.org/issues/show_bug.cgi?id=106059

 disables the nss-module. But that doesn't work on my system. :) (in that case 
 the libs libAppleRemotemxi.dylib and libuno_sal.dylib.3 can't be build).

Changing configure flags must be done from a clean shell, without
previous environment variables set. And when you change flags and have
already built parts of the code, you need to make sure to rebuild all
the modules that are affected by those flags. In doubt, start over
(dmake clean)

ciao
Christian

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



Re: [mac] Compiling OpenOffice on Mac OS X 10.6

2010-05-25 Thread Christian Lohmaier
Hi Tim, *,

On Tue, May 25, 2010 at 11:36 AM, Tim Schuermann tisch...@yahoo.de wrote:
 So here are the steps I did (according to 
 http://wiki.services.openoffice.org/wiki/AquaBuild):
 {...[
 3. Downloaded DEV300_m77 (or DEV300_m78, the errors are the same) from 
 http://download.openoffice.org/next/ and untared them into my directory.

Unclear information, as that download page doesn't directly lists the sources.
As written by others: Either get the full set of sources or use the
appropriate configure switches

 4. Downloaded prebuild Mozilla archives (MACOSXGCCIinc.zip, 
 MACOSXGCCIlib.zip, MACOSXGCCIruntime.zip) and placed them in the directory 
 DEV300_m77/moz/zipped

Again not very helpful, as there are two versions. You need the one
from m53 and above.

 5. Invoke configure:

 ./configure \
 --with-lang=en-US de fr \

Needs l10n tarball and en-US is always built, no need to specify it.

 --disable-odk \

speeds up build, no need to download unowinreg.dll, no SDK is built.
OK if you only want to hack on OOo itself.

 --disable-pasf \

No such configure switch.(anymore)

 --disable-gtk \

OK, was only needed to build mozilla from source on Mac

 --disable-headless \

no such switch (anymore)

 --disable-build-mozilla \

OK/needed when using precompiled mozilla

 --disable-fontconfig \

unnecessary (disabled for mac anyway)

 --without-nas \

No such switch (anymore)

 --with-use-shell=bash \

Very good, but no such switch anymore in recent versions either.

 --with-jdk-home=/System/Library/Frameworks/JavaVM.framework/Home \

Unnecessary, should be autodetected properly.

 --with-stlport=no \

Very dangerous. Quoting configure's help:

# Warning!!, disabling using --without-stlport or
# enabling using --with-stlport on a platform that
# defaults to the opposite will break ABI compatability

In other words: Leave that switch alone. As you're unexperienced, even
more reason to not add random flags that are not understood.
In this case Mac defaults to system stl anyway, thus unnecessary.

 --disable-mediawiki \

OK - optional extension. But when you disable that one, why not
disable the other ones?

 --enable-werror \

OK, OOo is wae free on Mac.

 --disable-vba

Well, default is different, and if that is what you want...

You don't specify --disable-binfilter. This however has the biggest
impact in terms of build time. So if you want to hack on OOo, I'd
suggest that flag, as binfilter code is dead code (in the sense of:
nobody touches it anymore, just for compatibility with older binary
file formats)

 6. Start the Build-Process:

 ./bootstrap
 source MacOSXX86Env.Set.sh
 cd instsetoo_native
 export TMP=/tmp

No longer necessary

 export SYSTEM_OPENSSL=YES

BAD idea. Either you configure OOo properly using configure, or you
hack your own environment variables.
Especially if you're unexperienced: Don't mess with what configure creates.

Besides defaults to system_openssl on mac anyway.

I repeat: If you don't understand what a flag does: Don't use it.
If you don't know what a command is for: Don't execute it.

 build --all -P4

OK if you got a multiprocessor system, but I'd sugges build --all -P3
-- -P2 instead.

 ./configure --build=i386-Darwin-darwin

The --build type specifier is not used by OOo.

ciao
Christian

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



[mac] Shall we ship OOo with internal python on Mac?

2010-05-19 Thread Christian Lohmaier
Hi *,

as the baseline of Mac OSX 10.4 only ships with python version 2.3,
OOo is compiled against that version. This is not a problem when
running python from within OOo, you can run python macros on
10.4/10.5/10.6 with no problem with a default installation of Mac OSX.

There is a big BUT however:
On never versions of Mac OSX, it is not possible to run standalone
python with pyuno. I.e. you cannot run python from outside OOo and run
your script. You'll get incompatible version style errors. (newer
versions of Mac OSX ship with the 2.3 basic framework, but only have
python2.5 and 2.6 launchers. I failed to get it to import uno on
10.6, no matter what tricks with environment variables I tried. Maybe
there's some trick to get it running, but I gave up. I'm neither a
python nor a Mac user, so there might still be a way though.
(Again: running python macros from within OOo is not a problem, python
loaded via OOo's library gets things right)

Eric Bachard made me aware on IRC that the python in OOo's sources is
already at 2.6.1 and made me start working on it. For some reason Eric
cut communication after I filed the issues with patches sigh/, so I
finished it myself.

Main issue is http://qa.openoffice.org/issues/show_bug.cgi?id=111496
Other issues with the corresponding patches can be found in the
depending issues.

The questions basically are:
Should OOo for Mac ship with internal python? Or should it still use
system-python?
Anyone a python-guru/deep into Apple's Framework stuff who can tell
how to get a import uno work on Mac OSX 10.4 from outside OOo?
Anyone into python extensions and want to give internal python 2.6.1 a
thorough test?
Anyone for code-review?

If necessary, I could provide installsets for PPC (build-OS: 10.4) and
Intel (build-OS: 10.6).

ciao
Christian

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



Re: [mac] Shall we ship OOo with internal python on Mac?

2010-05-19 Thread Christian Lohmaier
Hi Florian, *,

On Wed, May 19, 2010 at 2:34 PM, Florian Ludwig Heckl
flor...@florian-heckl.de wrote:

 The questions basically are:
 Should OOo for Mac ship with internal python? Or should it still use
 system-python?

 Does a normal import uno work with the thus provided python. (Users would 
 still need to adapt their PATH or launch the provided python explicitly)

With internal python, it would then work with the OOo-provided python.
They would have to call OOo's python manually, as OOo wouldn't be in
their PATH, so they'd run
/path/to/OpenOffice.org.app/Contents/MacOS/python and they're ready to
type import uno

That script sets the needed environment variables (PYHONPATH,
URE_BOOTSTRAP, etc) and starts the internal Python, like it would be
the case on other operating systems.

If the internal python should be run as-is, i.e. without the
OOo-specific variables, then the user could also run
path/to/OpenOffice.org.app/Contents/basis-link/program/OOoPython.framework/Versions/2.6/bin/python2.6

 Anyone a python-guru/deep into Apple's Framework stuff who can tell
 how to get a import uno work on Mac OSX 10.4 from outside OOo?

Reading it again, I wasn't very clear/that statement is very misleading.
What I really meant is: In case we stick with system-python, is there
anyone willing to dig into getting it to run from outisde OOo?
I.e. does anyone know a way on how to use python from outside OOo with
the current version of OOo that uses system python. This is no problem
on 10.4, as that comes with the used 2.3 version, but doesn't work (at
least I couldn't manage) with 10.6

This won't be a problem with internal python.

 Anyone into python extensions and want to give internal python 2.6.1 a
 thorough test?
 Anyone for code-review?

 If we decide on a 'yes' for the main question, I can do so.

Thanks a lot,

ciao
Christian

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



Re: [mac] Mac donations from Miyahara, Toru and Komachi, Mamoru to Nakata, Maho (two dual core 2.66GHz Xeon 4G memory, two 1T HDDs, and Snow Leopard)

2010-02-24 Thread Christian Lohmaier
Hi Maho, *;

On Mon, Feb 15, 2010 at 7:16 AM, Maho NAKATA m...@openoffice.org wrote:

 I'd like to announce that there were donations from
 MIYAHARA Toru, CEO of http://begi.net/ in 2009/1/27 - 29.
  * two dual core 2.66GHz Intel Xeon based Mac (we are not sure which one :-))
  * two 1T bytes HDD: Hitach HDT7201010SLA360

If you got multiple HDDs, then I strongly suggest to setup a RAID-0
(helps very much, esp. on Mac with its slow IO) :-)

 KOMACHI Mamoru,
  * One license of Snow Leopard and Microsoft Office 2008 for Mac in 2009/9.
 [...]
 Many thanks for Miyahara-san and Komachi-san's donations, and many
 thanks for your good works on OpenOffice.org

Yes, thanks a lot!

ciao
Christian

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



Re: [mac] Leopard OOo java 1.6 32 bits

2009-12-23 Thread Christian Lohmaier
Hi Laurent, *,

On Wed, Dec 23, 2009 at 6:30 PM, Laurent Godard oooc...@free.fr wrote:

 first, i'm a beginner in mac os world

 I have an uno extension that fail to deploy due to java version under
 leopard. I need java 1.6 32 bits and only 64 bits is available under leopard

Unfortunately there's no way to select an specific JRE on Mac OSX currently.

On Mac OS X, there's one JVM-launcher that is used to create jvms of
all available version (while e.g. on linux there's a version specific
one)

What is done on Mac is to tell the JVM-launcher to create a jvm that
meets the 1.4 compliance.
http://pumbaa.ooodev.org:59145/source/xref/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx#575

OOo doesn't have direct impact (it could be more strict about the
requirements, but the code doesn't do anything like that currently) on
what the launcher then actually choses..

 I tried this approach
 http://blog.adsdevshop.com/2008/02/26/installing-the-jdk-16-on-mac-os-x/
 It installs correctly and in a terminal , java -version is ok

 But, going to OOo java preferences, it says that no suitable java version is
 found in the directory, so i cannot use this 32 bits JVM

I didn't have any look at the URL above, but you can try to use the
equivalent of LD_PRELOAD to include the 1.6 libraries before the
default ones.
(DYLD_LIBRARY_PATH, see issue 88987 for an example)

Another one is to remove the 1.4 (and 1.5) versions so that the only
one left that fullfills the 1.4 compliance would be the 1.6 version.

ciao
Christian

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



Re: [mac] Intel VS PPC

2009-10-25 Thread Christian Lohmaier
Hi *,

On Sun, Oct 25, 2009 at 10:27 AM, Gallomimia gallomi...@gmail.com wrote:

 First of all, why are there separate versions of OOo for PPC and Intel
 macs? Can't a Universal Binary be created?

Yes. The universal binary would
* be huge to download
* very tricky to build in the first place (OOo uses a couple of
external modules and also bridges to various other languages
* building then also would be slow (as ccache doesn't allow multiple
arch in one compile.

Sum up: Not worth the effort. If the build could produce universal
builds, then probably just to extract the individual architectures to
create the installsets/to cross compile on fast intel machines for PPC
(where building is slooow)

Universal binaries are nice when the download then is 10 to 20 MB, but
not when you have to download more than 400 MB.

 Why is the version 3.1.1
 not at release status for PPC while it is for intel?

Because nobody did QA on them.

 It's been 2
 months... And the language specific builds on p2p distribution are
 french and german but not english.

Because french and german native-lang teams did QA the version and did
officially approve them for distribution on the main mirror network.

 No spanish? I digress.

Spanish language project did not approve the PPC build (very likely
because they didn't QA the build). Easy as that.

 The requirements for the mac version on the main website are clearly
 wrong.

URL please

 I downloaded a Release Candidate of 3.1.1 for PPC and installed it

Never saw this symptom on PPC here... Also no problems with printing.

 I would like to volunteer my machine for any purposes needed.

only your machine, but also your time?
In the latter case, you could do the release-tests for your language
(spanish?) so that the build can be officially released.

 I can
 grant ssh access, and run a tinderbox client. I can test and build,

Ah, test and build - that would be great.

 whatever's needed. I will give the machine specs.

 PowerMac Quicksilver
 Model Name:     Power Mac G4
 Model Identifier:       PowerMac3,5
 Processor Name: PowerPC G4  (2.1)
 Processor Speed:        800 MHz
 Number Of CPUs: 2
 L2 Cache (per CPU):     256 KB
 L3 Cache (per CPU):     2 MB
 Memory: 1.25 GB
 Bus Speed:      133 MHz
 Boot ROM Version:       4.2.5f1

 Running Leopard 10.5.8

And that is also nice have 10.4 on PPC.

And for this combination, I already have one specific issue to test in mind:
http://qa.openoffice.org/issues/show_bug.cgi?id=92926

The patch works on 10.4/PPC, but not on 10.[56]/Intel - having a 10.5
PPC would allow to check whether it is an intel problem or a problem
with [Snow] Leopard.
In both cases the cfrunloop is clrealy in another thread than the Java
stuff, but still it complains on the intel machines about awt and main
thread

 Developer Tools 3.1.4

 It is on 24/7 with a reboot every few days. The CPU time is roughly 75% 
 wasted.

Do you have enough bandwidth to run a buildbot (i.e. tinderbox
equivalent that can upload installsets to the botmaster when
requested? (tinderbox does only send the gzipped build log via mail,
so doesn't need much bandwidth)

ssh-access to the devs would also help - as the devs at Sun only have
intel macs at their hands and often cannot help when there's a
ppc-specific problem (fortunately doesn't happed that often, but
still...)

ciao
Christian

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



Re: [mac] Intel VS PPC

2009-10-25 Thread Christian Lohmaier
Hi *,

On Sun, Oct 25, 2009 at 8:16 PM, Gallomimia gallomi...@gmail.com wrote:
 On Sun, Oct 25, 2009 at 4:06 AM, Christian Lohmaier
 cl...@openoffice.org wrote:
 On Sun, Oct 25, 2009 at 10:27 AM, Gallomimia gallomi...@gmail.com wrote:
 [...]
 Why is the version 3.1.1
 not at release status for PPC while it is for intel?

 Because nobody did QA on them.
 [...]

 Am I to understand that each and every language, on each and every
 architecture, requires a separate tester for each and every release?

Of course one person could perform the tests for multiple versions, but yes:
Every single installset requires a passed QA, distribute it on the
mirrors-statement from the corresponding tester.
Only then the release-candidate is promoted to the final version.

To what extent tests are performed is up to the corresponding team
(although tere are standardized testcases that can be used as basis)

 The requirements for the mac version on the main website are clearly
 wrong.

 URL please

 http://www.openoffice.org/dev_docs/source/sys_reqs_30.html

Thanks.

 I would like to volunteer my machine for any purposes needed.

 only your machine, but also your time?
 In the latter case, you could do the release-tests for your language
 (spanish?) so that the build can be officially released.

 Yes my time as well!

That sounds great :-)

 I sort of thought that was implied by my posting
 to this list. My language is english. I asked after spanish simply
 because it is the most spoken language in the world at roughly 1/3 the
 population. Seemed like it would be more important than French or
 German. I can see now that the reason those are the only versions
 available because of a lack of man-power having appropriate hardware.

Mac users in general are very, very bad at giving feedback unfortunately :-/

Only when you meet them in person (at exhibitions or something), they
start complaining ;-)

(My not very well founded expression gathered soley within the OOo-project)

 [...]

 And for this combination, I already have one specific issue to test in mind:
 http://qa.openoffice.org/issues/show_bug.cgi?id=92926

 I will be taking a look at this bug for sure.

Tthanks a lot! - Just tell me whether you need an installset or
whether you'll build your own version (i used DEV300_m61 as basis for
the patch)

 I will look into getting in contact with said devs to grant them ssh
 access.

The ones I have in mind are Herbert Dürr (hdu), Philipp Lohmann (pl)
and Stephan Bergmann (sb)
But I guess it is easier to handle it on a case-by-case basis,
shouldn't be needed that often.

 I should have plenty of bandwidth to be sending logs. I'm sure
 a 1mbps upstream is enough, shared with the rest of my house I hope it
 won't interfere. Perhaps I can cap it.

Yes, that's definitely enough, the question is mainly because of the
difference between tinderbox and buildbot, but with that bandwidth
both are possible.

ciao
Christian

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



Re: [mac] Buliding OOo on Snow Leopard

2009-10-19 Thread Christian Lohmaier
Hi *,

On Tue, Sep 29, 2009 at 9:59 AM, Stephan Bergmann
stephan.bergm...@sun.com wrote:
 -Hi all,

 For what its worth, the below script is my (failed) attempt at building OOo
 (DEV300m60) on Mac OS X Snow Leopard (10.6).  Maybe somebody finds this
 helpful.  Some remarks:

 [hints/patch to compile a 10.6 version, against the 10.6 SDK]

As mentioned previously, the alternative is to use the 4.0 version of
the compiler and the 10.4u sdk (is not selected by default when
installing XCode 3.2). Then, all you need to do is to apply the patch
from issue 106059
http://qa.openoffice.org/issues/show_bug.cgi?id=106059 - I'll just
copy the text from the issue:

Building on Mac OS X 10.6 (Snow Leopard) for 10.4 requires the use of gcc-4.0
compiler and a compatible python version.

The patch adds the corresponding configure-checks
* error if gcc is not 4.0.x,
* use python2.3 from the SDK (the copy in /System/ is broken),
* default to CC/CXX for the objc/obj++ compilers,
* modify lpsolve patch to also use $CC,
* disable the use of the seperate nss (the libsqlite3.dylib conflicts with the
copy from the 10.6 system)

for the last one, issue 104832 took a different aproach (used for
HH-environment) - there it is solved by forcing the libsqlite3 from the system.

*** Don't forget to run autoconf ***

apply the patch, run autoconf, run

CC=gcc-4.0 CXX=g++-4.0 ./configure --with-use-shell=bash
[--disable-nss-module] …

and you'll get a working build. Instead of setting CC and CXX, you can of course
also use appropriate symlinks so that gcc and g++ will be the 4.0 version

ciao
Christian

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



Re: [mac] Re: Leopard build

2009-10-15 Thread Christian Lohmaier
Hi Joachim, *,

On Fri, Oct 9, 2009 at 7:55 AM, Joachim Lingner joachim.ling...@sun.com wrote:
 Hi,

 A solution is to set DYLD_INSERT_LIBRARIES in our environment. For example:

 export DYLD_INSERT_LIBRARIES=/usr/lib/libsqlite3.dylib

No, that's not really a solution. The whole point in using the
10.4-SDK is to create a backwards-compatible build.
nss module was not part of the master, so was not included in the cloph13 cws.

The real solution is to make nss module respect the SDK, just as main
mozilla module.

Better solution for now is to disable the nss version of the libs,
unless you don't care about 10.4 compatibility...

ciao
Christian

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



[mac] Re: [tools-dev] Ant version upgrade to 1.7.1?

2009-10-06 Thread Christian Lohmaier
Hi *,

On Tue, Oct 6, 2009 at 12:56 PM, Ocke Janssen ocke.jans...@sun.com wrote:

 For the newest version of hsqldb 1.9.0 I would need ant version 1.7.1 or
 later. Currently 1.6.2 is used.
 Would it be possible to do this upgrade or is there anything I have to take
 into account like configure or something special nobody never thought off.

This is very unfortunate since the latest version of XCode available
for PPC only compes with ant 1.6.5

ciao
Christian

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



Re: [mac] Buliding OOo on Snow Leopard

2009-10-03 Thread Christian Lohmaier
Hi Stephan, *,

I'm terribly sorry and try to find a stone to hide...

On Thu, Oct 1, 2009 at 9:14 AM, Stephan Bergmann
stephan.bergm...@sun.com wrote:
 On 09/30/09 16:04, Christian Lohmaier wrote:
 On Wed, Sep 30, 2009 at 2:06 PM, Stephan Bergmann
 stephan.bergm...@sun.com wrote:
 On 09/30/09 13:08, Christian Lohmaier wrote:

 You can do a full build (with compiling seamonkey) since m53 without
 the need for any third-party build-stuff.

 What does the full configure command line look like in that case?

 I build with:
 --with-use-shell=bash --disable-build-mozilla --enable-werror

 But without the --disable-build-mozilla you *do* need additional stuff.  At
 least I do, at least on some random Leopard box.  With the below script on
 that box configure fails with:

 checking for seamonkey-1.1.14.source.tar.gz... not found
 checking for seamonkey-1.1.14.source.tar.bz2... found
 checking for pkg-config... no
 *** The pkg-config script could not be found. Make sure it is
 *** in your path, or set the PKG_CONFIG environment variable
 *** to the full path to pkg-config.
 *** Or see http://www.freedesktop.org/software/pkgconfig to get
 pkg-config.
 configure: error: libIDL 0.6.3 or newer is needed to build mozilla with
 mac toolkit

Yes, you are completely right. I know remember that when I prepared
the precompiled mozilla, I did manually install pkconfig, libIDL,
gettext and glib in a temporary prefix and did use that to build.

So while I did never install fink/macports on those machines, it is
not true that you can build the full set (i.e. including building
mozilla from source) without any external stuff.

I'm very sorry for the false claim and all the confusion it might have
caused .-((

ciao
Christian

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



Re: [mac] Buliding OOo on Snow Leopard

2009-09-30 Thread Christian Lohmaier
Hi Stephan, *,

On Wed, Sep 30, 2009 at 9:08 AM, Stephan Bergmann
stephan.bergm...@sun.com wrote:
 On 09/29/09 20:42, Christian Lohmaier wrote:
 On Tue, Sep 29, 2009 at 9:59 AM, Stephan Bergmann
 stephan.bergm...@sun.com wrote:

  [building on 10.6]
 - Similarly, MacPorts (used for the dependencies)

 What dependencies?
 Only mozilla did depend on external stuff, because of the gtk-toolkit.
 But since moz2seamonkey, no external libraries or similar is needed.

 So what parts does HH take from macports, and for what reason?

 First of all, the build I did was not in the HH setsolar environment, but a
 plain configure based one (I was apparently not clear about that).

Yes, but still there's still that gap that one doesn't really know
what the Sun-defaults are.
But ok if its a configure-based build :-)

 And, at least for me, if I ./configure --enable-werror
 --with-use-shel=bash, it fails at some point (either configure itself or
 building nss or moz---I do not remember which) unless there are external
 glib-2.0 and libIDL-2.0 available (which I bring in via PKG_CONFIG env vars
 and MacPorts glib, libidl, and pkgconfig).

The MacIntel buildbot did never see anything except XCode (and
manually installed ccache and mercurial), the MacPPC tinderbox is the
same: Only XCode (and manually installed ccache, subversion (which is
not part of the 2.4.x xcode) and mercurial).

 If there are configure switches that indeed allow to build a fully
 functional OOo with zero additional dependencies, I would be interested to
 learn that.  (And we should IMO set those switches implicitly then.)

This is already the case as mentioned above. Only mozilla did need gtk
(and thus the other libs). But in the past you could use precompiled
mozilla (that is what the bots use), and since moz2seamonkey, it no
longer needs to build the gtk-toolkit version and doesn't need those
libs anymore.

You can do a full build (with compiling seamonkey) since m53 without
the need for any third-party build-stuff.
Earlier milestones can be built without any third-party build-stuff
when using precompiled mozilla zips

 Oh, that sounds bad. Isn't there even an option in xcode to install
 the 10.4 sdk?

 Probably there is, as Florian pointed out in another response to this
 thread.  I had just been too lazy to check it out.

I already feared lots of special casing for 10.6, glad that this
apparently is not needed .-)

 [...]
 The problematic thing is the -fvisibility-hidden bug.  10.6 does come with
 multiple GCC versions, but I did not yet investigate there further.

At least on 10.4 you can switch the default with gcc_select, but
apparently it is no longer present?
It (AFAIK) only changed symlinks anyway, much like update-alternatives
on linux would do).

But explicitly setting CC/CXX should always work

ciao
Christian

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



Re: [mac] Buliding OOo on Snow Leopard

2009-09-30 Thread Christian Lohmaier
Hi Stephan, *,

On Wed, Sep 30, 2009 at 2:06 PM, Stephan Bergmann
stephan.bergm...@sun.com wrote:
 On 09/30/09 13:08, Christian Lohmaier wrote:

 You can do a full build (with compiling seamonkey) since m53 without
 the need for any third-party build-stuff.

 What does the full configure command line look like in that case?

I build with:
--with-use-shell=bash --disable-build-mozilla --enable-werror

the --disable-build-mozilla is to use precompiled zips. If you build
from source, then of course this isn't needed.

and to enable the extensions and graphite I also added
--enable-graphite --enable-minimizer --enable-presenter-console
--enable-pdfimport --enable-wiki-publisher --enable-report-builder

ciao
Christian

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



[mac] Dropping tcsh support for Mac (all?) / changing configure's default

2009-09-25 Thread Christian Lohmaier
Hi *,

because of 105003, own bad experience with tcsh (random build freezes,
slow performance), encouraged by the kick4nt cws I'd like to go on and
drop tcsh support at least for Mac OS X.

dropping tcsh support means: changing configure's default to bash and
issue a warning (or error) when tcsh is selected.

The default login shell for Mac OS X is bash, so it definitely is
available and it is proven to work without problems (Pavel builds with
bash for years, so do I on all systems)

So now to the reason why the d...@ooo list is adressed as well:

Is somebody opposing chaning the default to bash for all systems?

I.e. is there anybody who can give a reason why the default should
stick with tcsh (be it for non-Mac or even all)?

ciao
Christian

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



Re: [mac] Re: [dev] Re: [qa-dev] Looking for QA-Rep for cws cloph13 - create backwards compatible builds for Mac by using the developer-sdk during compilation

2009-09-10 Thread Christian Lohmaier
Hi Thorsten, *,

On Thu, Sep 10, 2009 at 11:49 AM, Thorsten Ziehmthorsten.zi...@sun.com wrote:

 what is the state of your CWS? Today I saw it in a query on EIS and do
 not see any progress documented in the CWS. Do you think it will be
 ready soon to get it integrated in OOo 3.2?

From my part it is ready - but unfortunately only Thorsten did provide
feedback (all OK so far)

 Release Engineering planned
 only one more build before the branch - m58 is in work now and m59
 should be the version for the branch. So the CWS must be ready until
 this weekend, I think.

As nobody did report any problems, and the cws doesn't touch any
actual code, only the makefiles, I think it is OK to integrate.

I myself didn't find any either (well, that doesn't count much I guess :-))...

ciao
Chrstian

PS: The build breakers of the ubuntu and solaris bots in connectivity
are unrelated to the cws - apparently they're using wrong mozilla zips
(the ones needed for m53 and newer, but the cws is based on m52, so
you'd need the old zips.
/MNSInclude.hxx:77:35: error: nsIAbLDAPAttributeMap.h: No such file or directory

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



Re: [mac] Nice tool for better and faster issue reporting/description

2009-09-10 Thread Christian Lohmaier
Hi Sebastien, *,

On Wed, Sep 9, 2009 at 7:51 PM, Sebastien
Plissonsebastien.plis...@free.fr wrote:

 I thought it could be great to describe issues by just recording a short
 screencast

Well, no

A screencast forces you to spend the time watching it, the real issue
probably only comes at 3 minutes into the screencast, so this time is
forced on the QA and dev persons (and not only only one person, but
multiple).

So while a screencast is a good help to further describe and
demonstrate a problem, it is in no way a replacement for a good
description and a screenshot.

Especially when then people write issues with see the screencast
with no other explanation, we will have a big mess.

So again: Screencast are fine in /addition/, but not as replacement.

 For more information, bookmarklet, etc you can check it at
 http://www.screenjelly.com

 What do you think ?

I had a look to the how to install OOo on mac screencast you linked
from your blog and was very, very disappointed.

First of all the screencast wouldn't even start. It showed the
buffering circle thing but didn't start off.
By chanc I tried it with one of your public screencasts, the same problem.
It did work without problem however, when switching to fullscreen
mode. (i.e. in fullscreen mode the screencast showed playing). Use the
very same screencast in the regular mode and all you get is the
buffering symbol without any action.

So that for the technical part.

And then to the part I tried to point out in the first part of the
post: To get to the contents you need to watch. And that costs time.
The disappointment id even bigger when you don't get what the title
suggests.
The how to install OOo on Mac doesn't show how you install OOo on
Mac. It shows going to the OOo-homepage and clicking on the download
link. Before OOo is downloaded, the screencast recording is stopped.
You don't even see the opening of the dmg.

I'm not sure whether it is possible to easily edit the screencast with
that software, but many users probably won't anyway, and staring at a
progress meter is not very satisfying.

Please don't get me wrong, I myself did create screencasts already as
well (with pyvnc2swf) to illustrate something, and it can help to
illustrate stuff hard to put into words. But please don't forget the
words. You cannot search for contents shown within a screencast, you
can only search for the words in the description. Keep that in mind
and it will be a great help, otherwise not.

ciao
Christian

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



[mac] Re: [qa-dev] Looking for QA-Rep for cws cloph13 - create backwards compatible builds for Mac by using the developer-sdk during compilation

2009-09-02 Thread Christian Lohmaier
Hi Aaron, Thorsten, *,

thanks for your kind offers :-) - see below

On Wed, Sep 2, 2009 at 7:54 PM, Thorsten Behrenst...@openoffice.org wrote:
 Christian Lohmaier wrote:
 (i.e. if you have a MAC OSX 10.4 and can check the installset, or if
 you can verify the code changes by themselves,...)

 can test-drive the installset  do the code review; likely no time
 though for a proper testtool or tcm qa though.

Great - no worries, tinderbox did just finish building the Intel-installset:

http://termite.go-oo.org/install_sets/MacIntel-3589-cloph13-install_set.zip

Please give it a spin :-)

As for code review: Feel free to directly comment in the corresponding
issue or in EIS or ping me on IRC, write a mail (you get the idea :-))

Unfortunately no PPC build machine that runs with Leopard, only Tiger.
While it can be used to check that no reqressions are introduced while
building with Tiger, it isn't quite what the issue is about.
So again the plead for help:
@all:Got a PPC with Mac OSX 10.5? Can build OOo? Great - please give
cws cloph13 a shot!
(even if you cannot perform tests yourself, having a 10.5 built
installset for PPC would help a lot)

Nevertheless I'll build one on 10.4 and upload it tomorrow/later today.

ciao
Christian

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



[mac] Looking for QA-Rep for cws cloph13 - create backwards compatible builds for Mac by using the developer-sdk during compilation

2009-09-01 Thread Christian Lohmaier
Hi *,

I'm looking for a qa-rep for cws cloph13 (mercurial based)
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/cloph13
http://hg.services.openoffice.org/hg/cws/cloph13/
http://qa.openoffice.org/issues/buglist.cgi?issue_id=104566+104567+104568

citing from the cws' description:
Mac OS X build environment comes with SDKs that enable the
builder to create backwards compatible builds/define the
baseline a build should be able to run.
Currently OOo's build system doesn't make use of this (not in
a sufficient manner that is) so that builds created on Leopard
(10.5) cannot be run on Tiger (10.4).

besides that, it also includes some minor janitorial fixup (remove
duplicated OBJCXXFLAGS definitions) and support for ccache-skip for
(-x objective-c++ that otherwise prevents caching of the result)

While the last two can easily be qa'd by code review, the
backwards-compatibility should be tested on the corresponding systems.
It has been confirmed during issue 102735 that the modifications allow
to create a backwards compatible build, only the most basic
functionality has been tested. (It was also issue 102735 that made the
problem apparent)

I explicitly wrote should since please also raise your hand when you
can only do part of the job.

(i.e. if you have a MAC OSX 10.4 and can check the installset, or if
you can verify the code changes by themselves,...)

ciao
Christian

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



Re: [mac] New Building OpenOffice.org guide on its way!

2009-07-15 Thread Christian Lohmaier
Hi Per, *,

On Wed, Jul 15, 2009 at 9:07 PM, Per Erikssonpereriks...@openoffice.org wrote:

 I of course want the Mac instructions to be there as well, and will be
 copying the content from these pages in to the guide:

 http://wiki.services.openoffice.org/wiki/Mac_OS_X_Build_Instructions_%28X11%29

Don't even  bother with this one. If somebody really wants to build an
X11 version, that documentation is more than suitabel.

 http://wiki.services.openoffice.org/wiki/AquaBuild

 Are there any other pages that you think should be in the Building Guide?

No. I think there are already way too many build-instructions with way
too much duplication.

 Please let me know!

 The current version is here:
 http://wiki.services.openoffice.org/wiki/Development/OpenOffice.org_Building_Guide

I dislike what I see.

Why not taking the one guide that is there and point out what those
instructions are lacking/create pages to fill the missing parts.

Building OOo is not rocket science. In fact it is rather simple.
(compared to building mozilla for example). And even more so on Mac
OSX.

Having a book on how to build OOo gives a wrong impression or is way
too broad to be useful as reference.

my 2 cents.

ciao
Christian

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



Re: [mac] Instruction Memory Synchronization [was: no MacOSX PPC version of DEV300 m33/m34 ?]

2008-12-01 Thread Christian Lohmaier
Hi *,

On Thu, Nov 27, 2008 at 11:40 AM, Christian Lohmaier
[EMAIL PROTECTED] wrote:
 [...]
 Anyway: I'm tempted to confirm that the i18npool breakers are gone.
 Not 100% sure yet, but at least 5 builds in a row now built fine,
 without any breaker.

None of the builds with the patch did break in i18npool (and didn't
break at other points except when there are errors in the cws), so I
from my part am now also conviced that the problem is really solved
and not only occuring less often :-)

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Instruction Memory Synchronization [was: no MacOSX PPC version of DEV300 m33/m34 ?]

2008-11-27 Thread Christian Lohmaier
Hi Stephan, *,

On Thu, Nov 27, 2008 at 9:48 AM, Stephan Bergmann
[EMAIL PROTECTED] wrote:
 Maho NAKATA wrote:

 Hi Stefan, and *
 I could provide DEV300_m33 with Stefan's patch. Very stable.
 No hack for regcomp anymore.
 Thank you very much,
 -- Nakata Maho http://accc.riken.jp/maho/

 This news really makes me happy.  :)

 Is there a relevant issue and/or CWS through which we should integrate the
 patch (also for the gcc_linux_powerpc bridge, I would say)?  If not, let me
 know, and I will take care.

My understanding is that the gcc_linux_powerpc one is enough to fix
both problems, and the don't strip executables is not necessary (but
I could be wrong on that)

Anyway: I'm tempted to confirm that the i18npool breakers are gone.
Not 100% sure yet, but at least 5 builds in a row now built fine,
without any breaker.

 However, if anybody happens to know whether Mac OS X offers a function to do
 instruction memory synchronization,[...]

Sorry, no clue

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Instruction Memory Synchronization [was: no MacOSX PPC version of DEV300 m33/m34 ?]

2008-11-27 Thread Christian Lohmaier
Hi *,

On Thu, Nov 27, 2008 at 11:40 AM, Christian Lohmaier
[EMAIL PROTECTED] wrote:
 On Thu, Nov 27, 2008 at 9:48 AM, Stephan Bergmann
 [EMAIL PROTECTED] wrote:

 Is there a relevant issue and/or CWS through which we should integrate the
 patch (also for the gcc_linux_powerpc bridge, I would say)?  If not, let me
 know, and I will take care.

 My understanding is that the gcc_linux_powerpc one is enough to fix
 both problems, and the don't strip executables is not necessary (but
 I could be wrong on that)

Sorry, misread that - you mention linux ppc :-)

I think linux x64 is not 100% correct either,  since I often get
regcomp failures in testtools (running build often enough helps)
But I guess this is related to gcj/gij
regcomp -register [...]
error (RuntimeException): [jni_uno bridge error] UNO calling Java
method initialize: non-UNO exception occurred:
java.lang.NullPointerException
e.g.
http://tinderbox.go-oo.org/gunzip.cgi?tree=DEV300_m35brief-log=1227726602.22207#err117

ciao
Christian

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] no MacOSX PPC version of DEV300 m33/m34 ?

2008-11-25 Thread Christian Lohmaier
Hi Stephan, *,

On Tue, Nov 25, 2008 at 10:06 AM, Stephan Bergmann
[EMAIL PROTECTED] wrote:
 On 11/18/08 02:49, Maho NAKATA wrote:
 [Stephan did have a look at the regcomp problems on the Mac (PPC]
 Anyway, the attached Build.sh worked for me (the build did not fail in
 testtools),

Sounds great! Will try the patch as well. Tinderbox doesn't always
fail in testtools, so might need a bit of time to check whether it
really solves the problem or whether it just makes the error less
likely to happen.

 but unfortunately the build failed in moz (libIDL 0.6.3 or
 higher is required, which I do not know how to work around on that machine)

This is a bug in fink (repository system for external libraries) -
easiest workaround is to use precompiled mozilla-packages from
tools.openoffice.org (link/rename the universal binaries to the
architecture dependent name that configure expects (s/UB/P/)
http://tools.openoffice.org/moz_prebuild/680/index.html

 so that none of moz, connectivity, svx, basctl, binfilter, chart2, dbaccess,
 desktop, extensions, filter, forms, libxmlsec, sc, sd, sdext, starmath, sw,
 writerfilter, xmlsecurity, postprocess, packimages, instsetoo_native,
 smoketestoo_native were build yet.

from all of those, instsetoo_native would be the most interesting :-)
The others never did show problems here...

But did you have any problems in i18npool? That's another candidate
where builds often fail (running build often enough gets the module
built). Here, saxparser crashes IIRC.. If not stripping excecutables
would solve this problem as well... Would be great.

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] no MacOSX PPC version of DEV300 m33/m34 ?

2008-11-25 Thread Christian Lohmaier
Hi *,

On Tue, Nov 25, 2008 at 1:25 PM, Stephan Bergmann
[EMAIL PROTECTED] wrote:
 On 11/25/08 11:03, Christian Lohmaier wrote:

 But did you have any problems in i18npool? That's another candidate
 where builds often fail (running build often enough gets the module
 built). Here, saxparser crashes IIRC.. If not stripping excecutables
 would solve this problem as well... Would be great.

 Had no problem building i18npool.

Unfortunately didn't avoid the i18npool breaker. building cppu with
debug seems to be the only way to avoid the breaker here...

 (But remember, that was for just one
 build, and I still am not confident that the stripping issue is really
 causing the problem, and not only making it less likely that the problem
 will pop up---similar to the prior attempts at building certain files with
 different optimization levels.)

Still worth a try.

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] mac + moz project with fink and --with-mozilla-toolkit=xlib is now preferable

2008-10-29 Thread Christian Lohmaier
Hi *,

On Thu, Oct 23, 2008 at 8:24 AM, Stephan Bergmann
[EMAIL PROTECTED] wrote:
 Just in case it is of interest to anyone, the below is an excerpt from [...]

Just for completion:

Of course you can also use the prebuilt archives that are available here:
http://tools.openoffice.org/moz_prebuild/680/
(You only need to either rename or link the UB ones (universal
binaries) to the I or P ones.

or create your own prebuilt binaries to save some buildtime
http://wiki.services.openoffice.org/wiki/Building_OpenOffice.org#create_prebuilt_mozilla_and_use_that_instead_of_recompiling_everytime

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] openoffice 3,0 for ppc?

2008-10-14 Thread Christian Lohmaier
Hi *,

On Tue, Oct 14, 2008 at 11:16 AM, Uwe Altmann [EMAIL PROTECTED] wrote:

 Provincia San Benedetto di Don Orione schrieb:

 thank you for the answer! Are there differences between rc4 and the
 official one?

 no. except version string of course :-)

To clarify: Only the filename of the dmg is different, everything in
the package is the same.

And the mirror that hosts all the builds is up and running:
http://ooopackages.good-day.net/pub/OpenOffice.org/MacOSX/3.0.0rc4/
ftp://ooopackages.good-day.net/pub/OpenOffice.org/MacOSX/3.0.0rc4/

(It is located in japan, so transfer speeds from Asia/Japan to your
country might not be the best)

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] More HDD on Good-Day server!

2008-10-14 Thread Christian Lohmaier
Hi *,e

On Tue, Oct 14, 2008 at 10:37 AM, Uwe Altmann [EMAIL PROTECTED] wrote:
 Maho NAKATA schrieb:
 I asked Maeda-san and Nishiyamasa of Good-Day to add more HDD capacity.
 They are really kind, and immedately said ok for me. Really appreciated.

 This is indeed very generous of them and so we all are really
 appreciated of that.
 Thank you for your reliable work on mac port and for asking them - and
 thank to Maeda-san and Nishiyamasa to be so gracious to the mac port
 over all these years and now again.

Yes, much appreciated! Thanks a lot to you  the sponsors :-)

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] New mirror is empty (was: Re: [mac] Re: [releases] More HDD on Good-Day server!)

2008-10-14 Thread Christian Lohmaier
Hi Eric, *,

On Tue, Oct 14, 2008 at 10:26 AM, Eric Hoch [EMAIL PROTECTED] wrote:
 Hi Maho,
 Am Sat, 11 Oct 2008 06:48:26 +0900 (JST) schrieb Maho NAKATA:
 From: Maho NAKATA [EMAIL PROTECTED]
 Subject: [releases] More HDD on Good-Day server!
 Date: Fri, 10 Oct 2008 10:16:25 +0900 (JST)
 If you access via
 ftp://ooopackages.good-day.net/pub/OpenOffice.org/MacOSXod
 you can see as a symbolic link.

 Now via http, we can follow the link. So everthing works fine now!
 thank you very much!!

 This directory is as of today 14/10/2008 10:24 (CEST) emtpy

Either it is fixed already, or you looked at the wrong spot.
both
ftp://ooopackages.good-day.net/pub/OpenOffice.org/MacOSX/3.0.0rc4/
and
http://ooopackages.good-day.net/pub/OpenOffice.org/MacOSX/3.0.0rc4/
have all the Intel an PPC versions...

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] macleofix4x11 needs a QA resp

2008-10-09 Thread Christian Lohmaier
Hi James,

On Thu, Oct 9, 2008 at 5:22 PM, James Mckenzie
[EMAIL PROTECTED] wrote:

 I had originally responded to the 'other' CWS you had set up, but I am no 
 longer available to do QA on this.

 Since SUN has taken over QA of the official releases of the MacOSX American 
 English versions, I will be moving to the background and will no longer be 
 conducting QA of these builds.

Doing QA for a CWS and doing QA for MacOSX American English versions
is not related to each other and more importnat: not mutually
exclusive.

But well, your decision.

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] macleofix4x11 needs a QA resp

2008-10-09 Thread Christian Lohmaier
Hi James, *,

On Thu, Oct 9, 2008 at 5:41 PM, James Mckenzie
[EMAIL PROTECTED] wrote:
 Christian Lohmaier [EMAIL PROTECTED] at Oct 9, 2008 8:26 AM wrote about Re: 
 [mac] macleofix4x11 needs a QA resp
On Thu, Oct 9, 2008 at 5:22 PM, James Mckenzie
[EMAIL PROTECTED] wrote:
 [...]
Doing QA for a CWS and doing QA for MacOSX American English versions
is not related to each other and more importnat: not mutually
exclusive.
 [...]
 The other thing is that I don't like duplicating someone else's work and feel 
 that SUN is much better at QA than I am.

Maybe this is a misconception here: Doing QA for a CWS is not
duplicating somebody else's work.
Nobody else will do QA on that same cws in addition.

  Since the Mac OS X AQUA version is now offical and they are conducting QA of 
 the 3.0 releases and may conduct QA of the 2.4.2 version, I will not be 
 conducting QA of them unless SUN is not.

But they won't do QA work on each an every cws. That is exactly the
point where the community can make a big difference!
The biggest problem in contributing code has always been to find
somebody who is willing (and able to) QA your code.

The bottleneck is not integration into the master or the actual coding
itself - it is finding somebody who has the time and knowledge to flag
the cws as approved by QA - the rest doesn't add much delay to it.

Don't get me wrong, I'm not trying to talk you into doing stuff you
don't want to do. It is perfectly fine to say: No, thanks, I have
other plans for my time.
I'm just trying to clarify that your assumption (doing QA on a cws is
waste of time, since Sun will be doing it anyway) is wrong.
Sun is happy if other people will do QA (since then, Sun's
QA-engineers can work on Sun's own cws or do other tasks).

Qualified QA for a cws is always welcome, and I cannot state this
often enough: QA for a cws makes the difference whether a CWS can be
integrated next week, or in two months.
(next week: there is QA available, can work on the cws and approve it,
two months: need to wait until a Sun-Engineer finds the time to do it)
QA by a non-Sun-community-member for a cws is not duplicating somebody
else's (Sun's) work.

  Simple, my efforts can be better spent working on other things (like riding 
 50KM per day up some hills we have here.)

I understand that you have other priorities than doing work on OOo -
but your reasoning should not be based on wrong assumptions.

ciao
Christain

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Re: Mac OS X 10.5.5 sabotages X11 (and pdf files too it seems)

2008-09-28 Thread Christian Lohmaier
Hi Shaun,

On Sun, Sep 28, 2008 at 11:58 AM, Shaun McDonald
[EMAIL PROTECTED] wrote:
 [...]
 I have just tested OOo 2.4.1 on Mac OS X 10.5.5, without having ever
 installed some other X11 software. I also applied my patch at
 http://blog.shaunmcdonald.me.uk/2008/03/ooo-possible-fix-for-the-command-timed-out-error-on-leopard/
 and have absolutely _no_ problems whatsoever starting OpenOffice.org X11!

Why don't you attach the patch to an issue or commit it to  a cws? I
bet the problem would have been solved a long time ago.

 [...]

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Re: Mac OS X 10.5.5 sabotages X11 (and pdf files too it seems)

2008-09-28 Thread Christian Lohmaier
On Sun, Sep 28, 2008 at 2:52 PM, Eric Hoch [EMAIL PROTECTED] wrote:
 Am Sun, 28 Sep 2008 14:48:43 +0200 schrieb Christian Lohmaier:
 On Sun, Sep 28, 2008 at 11:58 AM, Shaun McDonald
 [EMAIL PROTECTED] wrote:
 [...]
 I have just tested OOo 2.4.1 on Mac OS X 10.5.5, without having ever
 installed some other X11 software. I also applied my patch at

 http://blog.shaunmcdonald.me.uk/2008/03/ooo-possible-fix-for-the-command-timed-out-error-on-leopard/
 and have absolutely _no_ problems whatsoever starting OpenOffice.org X11!

 Why don't you attach the patch to an issue or commit it to  a cws? I
 bet the problem would have been solved a long time ago.

 I already had a showstopper issue dealing with it for 2.4.1 but
 someone deleted for whatever reason from the list of potential
 showstoppers and so it got lost.

I don't mean to mention some blogpost in some issue, but to actually
add the patch as an attachment.

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Re: Mac OS X 10.5.5 sabotages X11 (and pdf files too it seems)

2008-09-28 Thread Christian Lohmaier
On Sun, Sep 28, 2008 at 3:54 PM, Shaun McDonald
[EMAIL PROTECTED] wrote:
 On 28 Sep 2008, at 13:48, Christian Lohmaier wrote:
 On Sun, Sep 28, 2008 at 11:58 AM, Shaun McDonald
 [EMAIL PROTECTED] wrote:

 [...]
 I have just tested OOo 2.4.1 on Mac OS X 10.5.5, without having ever
 installed some other X11 software. I also applied my patch at

 http://blog.shaunmcdonald.me.uk/2008/03/ooo-possible-fix-for-the-command-timed-out-error-on-leopard/
 and have absolutely _no_ problems whatsoever starting OpenOffice.org X11!

 Why don't you attach the patch to an issue or commit it to  a cws? I
 bet the problem would have been solved a long time ago.

 I was intending on creating or commiting this to a CWS, however I find it
 far too difficult to create and commit a tiny patch like that.

Attaching a patch to an issue doesn't involve creating a cws.

 Mind you with
 the time that I've spent on it so far, I probably should have spent the
 half/full day required to get it sorted.

You should have spent two minutes filing an issue of type Patch.

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Re: Mac OS X 10.5.5 sabotages X11 (and pdf files too it seems)

2008-09-28 Thread Christian Lohmaier
Hi Rainer, *,

On Sun, Sep 28, 2008 at 5:00 PM, Rainer Schuetz
[EMAIL PROTECTED] wrote:
 At first sight the issue-tracker of OO is intimidating and looks over
 complex (exposes too much of its data-structure) - I can understand if users
 turn away from it.

Shaun is not just any random user. He has experience wrt IZ and OOo,
and he is Lead of the Mac porting project after all.

And we're not talking about some random problem report, but filing a patch.

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Re: Mac OS X 10.5.5 sabotages X11 (and pdf files too it seems)

2008-09-28 Thread Christian Lohmaier
On Sun, Sep 28, 2008 at 5:09 PM, eric b [EMAIL PROTECTED] wrote:
 Le 28 sept. 08 à 16:12, Christian Lohmaier a écrit :

 Mind you with
 the time that I've spent on it so far, I probably should have spent the
 half/full day required to get it sorted.

 You should have spent two minutes filing an issue of type Patch.

 Sure, provide a patch is two minutes, indeed.  But the bottleneck are QA and
 code integration process : just discouraging people to provide code.

That is missing the point.

Did providing a solution in a blogpost solve the problem?
No.

Will RE or some other contributor look in blogs for patches?
No.

Will somebody, even after being told: Look, somebody posted some code
on his blog just grab it and take it?
Hell no, especially when there are no statements wrt.
copyright/licencing in that blog. (Of course the patch we're talking
about is small, but just to make my point more clear)

Will somebody working on a cws, and being pointed to an issue with an
attached patch include that patch in his open cws?
Very likely if the patch is straightforward and if it touches a module
already part of that cws.

Will someone providing builds apply patches from a blog?
Very unlikely.
Will someone providing builds apply patches from IssueZilla?
less unlikely, esp. if it is an annoying thing that gets fixed (so
that you don't want to wait for the next (or second next) milestone
with a cws that fixes the problem.

And wrt. delays and such: There were enough open mac-related cws
lately, so no need to create a cws just for that patch. And if you
hook up to an existing cws by somebody else, you don't have to deal
with all the administrativa. (that btw. is not that much. The only
hard part is finding someone who is willing to do QA, but if you ask
on the Mailinglist, you'll get some help anyway).
If you got QA, then you're set. Code-Integration nowadays is fast when
the cws is approved/nominated (and when there's not a version control
system migration at the same time)

Hope my point of view is now understandable/more clear.

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Looking for QA-Rep for cws cloph11 (removing no-longer used build-defines, minor code-cleanup)

2008-09-16 Thread Christian Lohmaier
Hi Jason, *,

On Wed, Sep 10, 2008 at 6:41 PM, Jason Stephenson [EMAIL PROTECTED] wrote:
 Christian Lohmaier wrote:
 On Wed, Sep 3, 2008 at 1:17 AM, Jason Stephenson [EMAIL PROTECTED]
 wrote:

 I know this is not an official QA response,

 But I was looking for a QA-Rep, not only for comments.
 Why do you think it is not an official QA response/what is missing
 in your opinion?

 Well, I see how to add myself as a QA-Rep in EIS, but I don't see my ID on
 the list, so I hesitate to just type myself in.

Well - if you tell me your OOo-login/address I can type you in. Don't
hesitate to add yourself (although I don't know whether it is possible
to set oneself as QA of a cws one doesn't own - just try and we'll
see)

 It does look good to me, and if you need someone to sign off on it, and if I
 am considered qualified, then I'll gladly put my name in as QA-Rep.  Thing
 is, I only built it on Leopard Intel, so I can't say if there would be
 problems on another arch.

Well - I did announce the cws here, mentioned it on the IRC channel a
few times, people had a chance to have a look :-)
And as the cws is not critical in any way (I mean it only removes
per-facto dead code: It is Mac OSX only and nobody uses Mac OSX 10.2
to build anymore, the aqua version requires 10.4 as baseline anyway)
so there shouldn't be any effects on other operating systems - and I
have the PPC tinderbox here that doesn't have any problems with it
either..

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] unopkg fails on PowerPC

2008-09-10 Thread Christian Lohmaier
Hi Maho, *,

On Wed, Sep 10, 2008 at 4:19 AM, Maho NAKATA [EMAIL PROTECTED] wrote:
 From: Maho NAKATA [EMAIL PROTECTED]
 Subject: [mac] unopkg fails on PowerPC (Re: [mac] unopkg waiting for Enter or 
 so?)
 Date: Wed, 10 Sep 2008 10:58:17 +0900 (JST)

 It seems I'm facing a different issue.
 I've got bunch of errors while making install sets on PPC
 since DEV300_m20.

 % grep ERROR 
 /Volumes/ooo-dev/Tiger/work.DEV300_m31.AQUA/DEV300_m31/instsetoo_native/unxmacxp.pro/OpenOffice/dmg/logging/ar/log_DEV300_ar.log
 ERROR: Could not execute unopkg add --shared --verbose 
 ../share/extension/install/dict-es.oxt -env:UserInstallation=file:// 21 |!
 ERROR: unopkg add --shared --verbose ../share/extension/install/dict-es.oxt 
 -env:UserInstallation=file:// 21 | failed!

I also build on Tiger/PPC - and builds based on DEV300_m30 or
OOO300_m2 and newer are aqua builds as well on the tinderbox. I don't
build additional languages though.

 Why on PPC
 UserInstallation=file://

I can confirm Stephan's comment - it uses the TMP environmentvariable
here (with the ooopackaging added).

 and on Intel
 UserInstallation=file:///tmp/ooopackaging/i_61220963120/unxmacxi.pro
 ?

 BTW: If one do many tries, build progress without error:
 Success: Executed unopkg add --shared --verbose 
 ../share/extension/install/dict-af.oxt -env:UserInstallation=file:// 21 | 
 successfully!

I can only guess that it is related to cppu. More or less every build
on the PPC stops in i18npool here.
To bypass that problem, I rebuild cppu with debug=true, then i18npool
finishes without problem. Maybe that is why it doesn't break here. Or
maybe it just fails less often here

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Looking for QA-Rep for cws cloph11 (removing no-longer used build-defines, minor code-cleanup)

2008-09-10 Thread Christian Lohmaier
Hi Jason, *,

On Wed, Sep 3, 2008 at 1:17 AM, Jason Stephenson [EMAIL PROTECTED] wrote:

 I know this is not an official QA response,

But I was looking for a QA-Rep, not only for comments.
Why do you think it is not an official QA response/what is missing
in your opinion?

 but the changes in
 cws_dev300_cloph11 look good to me, and it builds just fine.

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Looking for QA-Rep for cws cloph11 (removing no-longer used build-defines, minor code-cleanup)

2008-08-27 Thread Christian Lohmaier
Hi Jason,

On Wed, Aug 27, 2008 at 12:28 AM, Jason Stephenson [EMAIL PROTECTED] wrote:

 I just need a refresher on how to chekcout a CWS into an existing CVS
 checkout, unless I find my notes first.

Does this help:
http://wiki.services.openoffice.org/wiki/Building_OpenOffice.org#Building_a_CWS

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Error building DEV300_m28

2008-08-07 Thread Christian Lohmaier
Hi Michel,

On Thu, Aug 7, 2008 at 12:00 PM, michel RENON [EMAIL PROTECTED] wrote:

 Well, i try to make the first build, as indicated in the aquabuild page in
 the wiki : DEV300_m28
 But i got an error while compiling file testshl2/source/getopt.cxx : he
 tries to include testshl/getopt.hxx that doesn't exists, anywhere,

it is in module cppunit.

 Did i forgot to apply a patch ?

Your checkout is incomplete - how did yuo check it out?

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Error building DEV300_m28

2008-08-07 Thread Christian Lohmaier
Hi Michel,

On Thu, Aug 7, 2008 at 1:46 PM, michel RENON [EMAIL PROTECTED] wrote:
 Le 7 août 08 à 13:32, Christian Lohmaier a écrit :
 it is in module cppunit.

 in DEV300_m28, there are folders cppu, cppuhelper, cpputools, but no
 cppunit...

 Did i forgot to apply a patch ?

 Your checkout is incomplete - how did yuo check it out?

 i just followed indications in
 http://wiki.services.openoffice.org/wiki/AquaBuild (and even i did a
 copy/paste from browser to the terminal) :
 export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs
 cvs login  (password is 'anoncvs' )  + Enter
 cvs -z3 co -r DEV300_m28 OpenOffice3 swext apache-commons tomcat hyphen

OpenOffice3 is wrong. That alias has not been
approved/announced/declared as ready.

Use OpenOffice2 - and for the other ones: Use Extensions3
i.e. do
cvs co -r DEV300_m28 OpenOffice2
cvs co -r DEV300_m28 Extensions3

But for your case I think it is enough to checkout cppunit.

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Any marketing wrt Beta2?

2008-07-11 Thread Christian Lohmaier
Hi Maho, *,

On Fri, Jul 11, 2008 at 3:02 AM, Maho NAKATA [EMAIL PROTECTED] wrote:

 I provided all localized packages both for Intel and PPC.
 I think some of Intel builds are redundant, though.

IIRC beta2 still misses one of the essential mac-specific cws, so
maybe make a big announcement for third beta. (key combo and maybe
crash on close when help was used)

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] DEV300_m21 has been provided Re: [mac] [Intel] [Leopard] Frequent crashes

2008-06-30 Thread Christian Lohmaier
Hi Eric, *,

Disclaimer: This is a post about the facts/about the situation, not
about persons.
It doesn't matter whether Maho does the builds or some other person.
It doesn't matter who demands that no/not all milestone builds are
provided. So always take this into account. Don't take this
personally.

On Mon, Jun 30, 2008 at 8:43 AM, eric b [EMAIL PROTECTED] wrote:
 Le 30 juin 08 à 03:13, James McKenzie a écrit :

 eric.bachard wrote:
 Eric, Maho has NEVER tested his builds to my knowledge.

 I know  :-/

OK, so we all agree on this /fact/.

 That is what the QA testing team is here for.

 Then something must be improved, because there is obviously a problem.

So no disagreement here either: QA for Mac could be improved.

Wrong conclusion: Maho must do QA.

 Maho fixes problems he encounters with the build process.

 That's not true: there are PowerPC builds provided by Maho, and including
 jvmfwk fix. afaik, this fix is in aquavcl08, not yet integrated.

You blame Maho for not following the list, but why don't you follow
the list (more on that at the end of the post)?

 So ?

Right: That doesn't really matter.

 [...]
 Yet another reason to select good milestones, and not provide all.

Again you're basing all your argumentation on a wrong starting point.
Your idea is that Maho's build are releases for the public. This is
just not the case.

Maho's builds are milestone builds for interested users/developers/QA-folks.

He did never announce them to users, he announces availability of
the builds on developer lists.
So everyone who downloads the builds should know that those are only
snapshots, not releases.

 [...]
 Here is development mailing list.

So agreement that this is is a development list. And I'm pretty sure
there's no doubt that [EMAIL PROTECTED] is a development list as
well.

 When the milestones are unusable, no need
 to provide them, and better wait for the integration of the fix.

 That's all.

 What happens here:  developers said hey, there is a problem ...   .. and
 nobody did care.

Correct fact.

 Result: unusable milestone have repeatably being provided.

Correct fact (albeit unusable differs in perception, unusable
regarding a specific functionality, well, doesn't matter - there
definietely were not-perfect builds)

Wrong conclusion: It is Maho's fault and Maho should not provide
milestone builds.

 So, I ask to find a solution, to prevent such issues in the future.

What issue? That stupid users download non-released software? Then
yes: Do something about it.

Wrong conclusion: forbid Maho to publish milestone builds.

(correct: Educate the users about the fact, write big letters that
those are un-QA'd builds or something)

 I don't want to support my own builds. I'm only interested with code
 understanding, and provide builds including new code for some testers, to
 have the faster feedback.

But how does that conflict with providing milestone builds? Those
offer build including new code for some testers, to have faster
feedback.
With the additional point that those code is already integrated. Bugs
found there are already in the code and needs to be fixed.
In hacky builds noone can be sure what really ends up in the
product, so the results may or may not be useful in the end.

Wrong conclusion of the above statement: You are not allowed to
provide cws builds.

 Otherwise, Maho is doing what he said he would do and I, for one, would
 not want him to stop.

Me neither.

So to sum up:

Maho just builds every milestone and uploads every milestone (if time permits).

(Sun would do the same if they could do it by a snap of their
fingers/if they had the ressources, so any argument telling Sun skips
build as well is plain wrong. Since if the reason for skipping would
be the master has problems, then the integration process of the cws
would have been seriously flawed. The rule for a milestone is: No
known additional issues. There might be *rare* exceptions to this rule
though)

It is true that some builds have problems.
These faults are a problem with QA. (of the cws that are about to be
integrated, or just because the milestones/the combination of the cws
is not tested as well as it should).
This is not Maho's fault as QA is not his job. He is a provider of
builds. He spends his time and ressources on doing builds, not
development, not QA.

It is true that users use development builds (the milestones or beta)
and find bugs.
See above: This is a problem with QA. Those problems should not have
been introduced in the milestone in the first place. (but this is only
theory, you cannot test each and every feature in all environments to
catch all bugs).
That's why it is even more important that people do find those bugs.
It shows that they care, it shows that there is a problem with the
code. If the problem is already known: The better, shows that the
developers did work quickly for a fix.
If the problem is known for a long time, for a couple of milestones,
then the situation is another one. It 

Re: [mac] DEV300_m21 has been provided Re: [mac] [Intel] [Leopard] Frequent crashes

2008-06-30 Thread Christian Lohmaier
Hi Jason, *,

On Mon, Jun 30, 2008 at 12:36 PM, Jason Stephenson [EMAIL PROTECTED] wrote:

 Certainly, *we* expect that the builds could be unstable, but what about J.
 Random Blogger who downloads the latest snapshot (more or less at random) to
 look at the native Aqua of OO.o 3.0 beta and sees these apparently random
 crashes?

Just answer: How did J. Random Blogger know that there are snapshot
builds available at all?
Where did he get the download URL from?
/*That*/ is the point where you need to improve communication, not at
the lower end, the milestone builds themselves.

(And I'm really curious to getting an answer on the question, since
that is really a point where one can easily improve things)

 [...]
 Eric's point is that having unstable code available to the general public

Sure, but just answer the above. Maho's build are not announced to the
general public (at least not by Maho himself) - so how could it be the
fault of the milestone builds themselves?

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] DEV300_m21 has been provided Re: [mac] [Intel] [Leopard] Frequent crashes

2008-06-30 Thread Christian Lohmaier
Hi Eric, *,

On Mon, Jun 30, 2008 at 1:40 PM, eric b [EMAIL PROTECTED] wrote:
 Le 30 juin 08 à 13:13, Christian Lohmaier a écrit :
 [...]
 Eric's point is that having unstable code available to the general public
 [...]
 A lot of people are subscribed/read the lists (they are public, and often
 listed on gmane),

People who read the lists should know what the builds are about.

 and publy the links on their blogs or whatever other way
 of communication.

And when people do that, then having a seperate server for the regular
snapshots won't help.
Since those people would publish the links from the other server as well.

 [...]
 Again - the only protection (for the image of the port) would be to use
 another server QA dedicated, and reserve only known-to-be-working builds on
 good-day, as snapshots.

Well, this sounds a lot different from your initial demand.

But I still don't see it as the only protection, and by far not the
most efficient one to prevent this.

One needs to put the efforts to the very bottom of the queue, not at
the top of it.
beware - a car-related analogy will follow - as such it will always
have weak points, but I'll try to make my point clear:
If your car doesn't stop when you hit the break, what will you do:
* Buy a louder horn, so that you can alarm people to get out of your way
* Only drive at 10 km/h, so when you hit stuff, you won't break much
* Fix your breaking system

So I think fixing the breaking system is the best solution (work
towards milestones being what the milestone rules suggest: Always
building, always in a state in such no new problems are introduced)
Of course, driving slowly can help to prevent causes of an accident -
but this doesn't work when running downhill (when a release is near,
you cannot work up all the work that should have been done during the
milestone tests)

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] DEV300_m21 has been provided Re: [mac] [Intel] [Leopard] Frequent crashes

2008-06-30 Thread Christian Lohmaier
Hi Eric, *,

On Mon, Jun 30, 2008 at 2:01 PM, eric b [EMAIL PROTECTED] wrote:
 Le 30 juin 08 à 13:08, Christian Lohmaier a écrit :
 [...]
 No, that's not my idea, but just a fact: people (not me) believe Maho's
 builds are releases. Here is the problem.

That might indeed the problem. But your solution is wrong. Not
providing milestone builds surely is not a solution to a communication
problem.

 Read (in the thread) my answer to Philipp, where I wrote We all agree the
 only reason to provide such milestones is for QA. 

Ok, so we're clear on that.

 [...] but the fact is, people who are not aware of QA are
 downloading them.

So: Fix that! Make it clear to people that the builds are for QA/testing only.

Again: Not providing builds is not a solution to that problem.

 I think Jason mails is a good summary of what I think.

But he doesn't mention the root cause either:

Why do people think that the builds are releases.
Obviously linux and windows users have no problem in understanding
that Pavel builds are snapshots/testing builds. Are Mac users more
stupid that linux/windows users? I don't think so.

 He did never announce them to users, he announces availability of
 the builds on developer lists.
 So everyone who downloads the builds should know that those are only
 snapshots, not releases.

 The reality is different. Here is the problem.

Why do (in your opinion) people think that the builds are releases
(i.e. ready for personal use as opposed to testing only/use at your
own risk)?

 So, I ask to find a solution, to prevent such issues in the future.

 What issue? That stupid users download non-released software?

 That stupid users downloading non-released software  as you wrote, will
 propagate a bad image of the mac port.

 And we don't need that at all.

Well, the feedback I notice from the german project's lists, form IRC
that people rather are impressed by the progress of the port than
complain about a quirk here or there. Maybe that is because in
german-lang the communication is clear about those snapshots, maybe
because the users who give feedback already use OOo for some time and
few new users try the snapshots (maybe again because people know that
those are snapshots).

And now comes a weired theory:
Maybe people download the snapshots, because there just are too few
official testing-releases?

The port makes so much progress, that a snapshot that is a couple of
months old just doesn't reflect the current status.
I go further: Such an old status can even be worse than a crash in a
newer version, when the rest of the system feels snappier, feels more
integrated/more impressive.


 Then
 yes: Do something about it.

 Indeed:  that's why I proposed to not provide all the milestones.

And I (and others say): Buying a louder horn or driving at low speed
will not fix your breaks.

 [...]
 It is true that some builds have problems. These faults are a problem with
 QA. (of the cws that are about to be integrated, or just because the
 milestones/the combination of the cws
 is not tested as well as it should).
 This is not Maho's fault as QA is not his job.

 Just about the job, isn't it Maho who does manage QA ?

of course everywhere I wrote Maho doesn't do QA or Maho's job is
not QA I was refering to his status against the build he provides. He
is not responsible for doing Mac-Teams's QA work, he is not
responsible for testing every build he provides.

 [...]
 He spends his time and ressources on doing builds, not development, not
 QA.

 As QA lead, this is not the best example  :-)

being QA-lead doesn't mean one has to do QA on everything himself
(more the contrary, do the administrative stuff, give guidance, but
not do the QA itself)

[...]
 Sure but when a bug leading to instant and random crashes is well known, and
 needs time before the fix to be integrated, it sounds reasonable to stop
 providing public milestones in meantime, at least until the fix has been
 integrated.

Might be true, but then just ask Maho to not provide builds until
them, ask him to add a big, fat disclaimer, or ask him to include the
patch in his builds.
Don't ask him to generally not provide builds.

 That's why it is even more important that people do find those bugs.

 That's what we did: I announced the crashes on IRC before WWDC.  And there a
 bit after .. and just now, some people seems to discover the issue.

Announcing on IRC doesn't help making Maho aware of the problem.

 It also shows that communication of the Mac port could be better: Why
 didn't the users downloading those build knew about those issues
 already?

 Cannot be bad.

 This is not Maho's fault as he doesn't do any of it. He doesn't act as a
 developer working on the code, he is not involved in cws process,
 does not do QA, doesn't do marketing/advertise his builds to endusers.

 Warning : troll inside ;-)

the smiley doesn't make it better when you accuse someone of being a troll.
Especially if the message of the words one is accused for should

Re: [mac] Broken link

2008-06-25 Thread Christian Lohmaier
Hi Larry, *,

On Tue, Jun 24, 2008 at 8:13 AM, Larry Gusaas [EMAIL PROTECTED] wrote:
 The link for OO.o 3Beta for PPC on the Mac porting page
 (http://porting.openoffice.org/mac/download/aqua-PPC.html) is broken. I
 gives a not found message.

Cannot reproduce. the link point to
http://ooopackages.good-day.net/pub/OpenOffice.org/MacOSX/3.0.0beta/
and that contains the builds.
Probably already fixed in the meantime.

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] [Fwd: [porting-cvs] CVS update [hdu_aqua2008-04]: /porting/www/mac/index.html]

2008-04-11 Thread Christian Lohmaier
Hi James, *,

On Thu, Apr 10, 2008 at 08:14:54PM -0700, James McKenzie wrote:
 Is this viewable anywhere?  The pages on the OpenOffice.org web site 
 still point to the old versions.

Usually, you only need to do a force refresh in your browser. OOo's
pages are served by a proxy-cache. But...

 I would like to point out that there are several typographical errors in 
 them and attempt to fix them before the public can view them.

Once it is in cvs, it is available to the public...

 Tag: hdu_aqua2008-04

It is unusual to use a tag for webpages. The webpages will only serve
HEAD. But as this is labeled work in progress, this is intentional..
(and probably fits your idea with before the public can view them)

But there you have it how to grab the file and fix the typos:
Check it out with the tag hdu_aqua2008-04

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] DEV300_m4 breaks in helpcontent2 (PPC/Tiger)

2008-04-09 Thread Christian Lohmaier
Hi Stephan, *,

On Thu, Apr 03, 2008 at 06:37:44PM +0200, Stephan Bergmann wrote:
 Christian Lohmaier wrote:
 I tried to build --with-stlport=yes to force OOo's copy, but this
 doesn't work anymore. It breaks in stlport.
 
 Yes, this configuration no longer works.  Ideally, it should no longer 
 be possible to create such a configuration with config_office/configure, 
 but nobody bothered to adapt configure accordingly (at least I didn't). 
  Is this seen as a problem worth addressing?

No, I don't think it is worth adressing - I only tried to use it to see
whether helpcontent then still would break.

But as the reason for the failure is now known (and a fix is available)
that should be enough.

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] DEV300_m4 breaks in helpcontent2 (PPC/Tiger)

2008-03-28 Thread Christian Lohmaier
Hi Stephan,

On Wed, Mar 26, 2008 at 09:33:34AM +0100, Stephan Bergmann wrote:
 eric b wrote:
 Le 25 mars 08 à 10:08, Stephan Bergmann a écrit :
 
 Smells like http://qa.openoffice.org/issues/show_bug.cgi?id=83545, 
 right?
 
 
 
 That's what I believed at the beginning, but in fact I had to create a 
 new issue, on ab behalf :
 
 http://qa.openoffice.org/issues/show_bug.cgi?id=84145
 
 Hi Eric,
 
 Since you say you can reproduce it (and I have no ppc box available): 
 Maybe it would help if you apply the below simple patch in xmlhelp, 
 rebuild xmlhelp (without -debug=x), and build helpcontent2 to failure 
 and make available the resulting output.

Here's what I get with the patch applied:

/Users/buildslave/compile/300m4/helpcontent2/util/sbasic
--
-
HelpLinker @/tmp/mkimcH0I
orig was file:///tmp/yuHHtS
final is file:///tmp/yuHHtS/sbasic.ht
native_file_string is /tmp/yuHHtS/sbasic.ht
orig was file:///tmp/yuHHtS
final is file:///tmp/yuHHtS/sbasic.db
native_file_string is /tmp/yuHHtS/sbasic.db
orig was file:///tmp/yuHHtS
final is file:///tmp/yuHHtS/sbasic.key
native_file_string is /tmp/yuHHtS/sbasic.key
orig was file:///tmp/yuHHtS
final is file:///tmp/yuHHtS/sbasic.idx
indexDir is native_file_string is /tmp/yuHHtS/sbasic.idx
/tmp/yuHHtS/sbasic.idx
orig was file:///tmp/yuHHtS
final is file:///tmp/yuHHtS/default.xsl
native_file_string is /tmp/yuHHtS/default.xsl
native_file_string is 
/Users/buildslave/compile/300m4/helpcontent2/unxmacxp.pro/bin/sbasic_en-US.zip
Making 
/Users/buildslave/compile/300m4/helpcontent2/unxmacxp.pro/bin/sbasic_en-US.zip 
from 1183 input files
.before compile of 
../../unxmacxp.pro/misc/en-US/text/sbasic/guide/control_properties.xhp
after compile of 
../../unxmacxp.pro/misc/en-US/text/sbasic/guide/control_properties.xhp
HelpLinker::addBookmark text/sbasic/guide/control_properties.xhp 
text/sbasic/guide/control_properties.xhp  sbasic.jar Changing the Properties of 
Controls in the Dialog Editor
native_file_string is 
/Users/buildslave/compile/300m4/helpcontent2/source/auxiliary/index.xsl
orig was file:///tmp/yuHHtS
final is file:///tmp/yuHHtS/index.xsl
native_file_string is /tmp/yuHHtS/index.xsl
orig was file:///tmp/yuHHtS/sbasic.idx
final is file:///tmp/yuHHtS/sbasic.idx/SCHEMA
native_file_string is /tmp/yuHHtS/sbasic.idx/SCHEMA
orig was file:///tmp/yuHHtS/sbasic.idx
final is file:///tmp/yuHHtS/sbasic.idx/DICTIONARY
file name set to native_file_string is /tmp/yuHHtS/sbasic.idx/DICTIONARY
/tmp/yuHHtS/sbasic.idx/DICTIONARYopening native_file_string is 
/tmp/yuHHtS/sbasic.idx/DICTIONARY
/tmp/yuHHtS/sbasic.idx/DICTIONARY
native_file_string is /tmp/yuHHtS/sbasic.idx/DICTIONARY
didn't exist
native_file_string is /tmp/yuHHtS/sbasic.idx/DICTIONARY
len is 0
want to write at -1
outputting 0 in is 0
outputting 0 in is 0
outputting 0 in is 0
outputting 0 in is 0
want to write at -1
outputting 80 in is 8000
outputting 0 in is 8000
outputting 0 in is 8000
outputting 0 in is 8000
len is now 1
want to read at -1
inputting 90 ret is now 9000
inputting 90 ret is now 9090
inputting 90 ret is now 90909000
inputting 90 ret is now 90909090
want to read at -1
inputting 90 ret is now 9000
inputting 90 ret is now 9090
inputting 90 ret is now 90909000
inputting 90 ret is now 90909090
read leaf as 1
numbers are 2425393296 0
dmake:  Error code 138, while making '../../unxmacxp.pro/bin/sbasic_en-US.zip'

ERROR: Error 65280 occurred while making 
/Users/buildslave/compile/300m4/helpcontent2/util/sbasic

HTH,
ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Re: putting the latest aqua on Apple Downloads

2008-03-21 Thread Christian Lohmaier
Hi Maho, *,

On Fri, Mar 21, 2008 at 06:21:41AM +0900, Maho NAKATA wrote:
 When I can remove DEV300_m2 from Good-Day?

I suggest to remove SRC680_m222_cws_localisation21 and
SRC680_m241_localisation27 instead. Those are so old, I doubt those will
be useful to anybody. (all changes are already included in newer
snapshots)

 DEV300_m4 is out. I'd like to provide this as well.

Did you already build it?

Here (PPC, Tiger) a build fails. While I didn't need any hacks like rebuilding
i18npool or cppuhelper lately, DEV300_m4 (and already sb83) now break in
helpcontent2. I need to rebuild helpcontent2 with debug=true to allow it
to build.

ciao
Christian
-- 
NP: nichts

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[mac] DEV300_m4 breaks in helpcontent2 (PPC/Tiger) (was: putting the latest aqua on Apple Downloads)

2008-03-21 Thread Christian Lohmaier
Hi Eric, *,

On Fri, Mar 21, 2008 at 06:40:08PM +0100, eric b wrote:
 Le 21 mars 08 à 18:35, Christian Lohmaier a écrit :
 
 Here (PPC, Tiger) a build fails. While I didn't need any hacks like  
 rebuilding i18npool or cppuhelper lately,
 DEV300_m4 (and already sb83) now break in helpcontent2. I need to  
 rebuild helpcontent2 with debug=true to allow it
 to build.
 
 Got the same breaker since a long time.
 
 To save some time, I'd suggest you to build xmlhelp with debug=true  
 instead.

Ah, that's what I meant of course. HelpLinker must be built with
debug=true so that helpcontent2 will build.
I never tried whether building helpcontente2 with debug would solve the
problem as well.

But since when did you have that problem? The first time I hit it when I
contintued buildig sb83 after the fixes discussed here for the other
problems, and now a second time when trying to build m4 - I never got
that error before (not with helpcontent2)

ciao
Christian
-- 
NP: nichts

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[mac] Mac-Torrents updated (regenerated on Mike's server), if you seed, plese update the torrent

2008-03-20 Thread Christian Lohmaier
Hi *,

The torrents for the public Aqua Snapshots were regenerated by Mike's
tracker, unfortunately now the hash is different from the torrents I
initially uploaded.

If you already downloaded or started downloading via BT and now your
client tells you torrent not authorized with this tracker, then 
please replace the .torrent you downloaded with the ones now linked from
the download-pages.

You only need to replace the .torrent, the actual installation set did
not change at all. 

If your download stopped in the middle, you can resume the download with
the new torrent without any problem.

Sorry for the inconvenience,

Note: The ja builds apparently didn't reach Mike's server yet, so those
torrents still are the originals I created (you see a comment in the
stats view of the torrent)
http://ooodev.org:6969/index.html?sort=1search=0_080314

Those might be replaced by the mike's versions of the .torrent as well
(since ooodev syncs the OOo-torrents via rsync from Mike's server, and
thus the file will replaced automatically when it is available there)

I already prepared the new URLs in the HTML, so if you notice that the
ja torrents no longer work, then you know what to do :-)

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] strange tinderbox Mac OSX gcc-4.0.1 (X11) break

2008-03-19 Thread Christian Lohmaier
Hi Stephan, *,

On Wed, Mar 19, 2008 at 11:14:26AM +0100, Stephan Bergmann wrote:
 Christian Lohmaier wrote:
 
 Older Mac OS X ld versions (like ld -v Apple Computer, Inc. version 
 cctools-622.5.obj~13; Tiger-era) seem to have a bug, that symbols from 
 archives are not taken into consideration when resolving symbol 
 references in objects later on the command line.
 [...] 
 As a workaround for the broken ld, it appears that -Wl,-all_load 
 anywhere on the command line fixes the problem, too.  (There should also 
 be -noall_load, and maybe wrapping -ludm and -lcosv in 
 -Wl,-all_load/-Wl,-noall_load would localize its effect, but at least my 
 ld complains that -noall_load is unknown...)  Thus,

Same here - it is listed in the gcc manpage, but fails nevertheless.
The ld manpage as installed on my system doesn't list it at all
http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/ld.1.html
reads: 
-noall_load
 This is the default.  This option is obsolete.
 
 ---8---
 Index: source/exes/adc_uni/makefile.mk
 ===
 RCS file: /cvs/tools/autodoc/source/exes/adc_uni/makefile.mk,v
 retrieving revision 1.14
 diff -u -r1.14 makefile.mk
 --- source/exes/adc_uni/makefile.mk 1.14
 +++ source/exes/adc_uni/makefile.mk
 @@ -85,7 +85,7 @@
  APP1STDLIBS= $(LIBSTLPORT) $(COSVLIB) $(UDMLIB)
  .ELSE
  .IF $(OS)==MACOSX
 -APP1STDLIBS= $(LIBSTLPORT) -ludm -lcosv
 +APP1STDLIBS= $(LIBSTLPORT) -Wl,-all_load -ludm -lcosv
  .ELSE
  APP1STDLIBS= -lcosv -ludm
  .ENDIF
 ---8---
 
 should solve this.

It does. Thanks for the digging into it.

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] strange tinderbox Mac OSX gcc-4.0.1 (X11) break

2008-03-18 Thread Christian Lohmaier
On Tue, Mar 18, 2008 at 3:03 PM, Christian Lohmaier
[EMAIL PROTECTED] wrote:
 Hi Stephan, *,

  I'm sad to see the cws in nominated state despite the known problems
  (that are not new to the cws)

Great. Already integrated. So what exactly were you planning to fix
this? Why did you ask if you didn't intend to fix it in the cws?
Not good style :-((

ciao
Chritain

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] strange tinderbox Mac OSX gcc-4.0.1 (X11) break

2008-03-18 Thread Christian Lohmaier
Hi Stephan,

On Tue, Mar 18, 2008 at 05:14:02PM +0100, Stephan Bergmann wrote:
 Christian Lohmaier wrote:
 I have not 
 seen this happen on any other box, and the tinderbox output is not enough 
 information to track this problem down. If anybody can help, I would be 
 grateful.
 
 Well, since I still have the buildtree of the breaking build lying
 around - what should I try?
 
 For starters, can you make the libcosv.a delivered from module cosv 
 available to me?  Maybe that already helps.

http://muenchen-surf.de/lohmaier/mac/sb83/

the lib is from the build that was done yesterday (08-03-17) 

 (There are two further breaks in that tinderbox build.  One is desktop, 
 which has been fixed on the CWS in the meantime.  The other is some 
 setlocale stuff in vcl, 
 http://tinderbox.go-oo.org/gunzip.cgi?tree=sb83brief-log=1205767802.29103#err55,
  
 and I assume it is not related to the CWS.)
 
 Hmm - as this as well doesn't happen in any other cws or master, this
 might still be a side-effect of the cws, same with the autodoc one.
 
 Right, it is probably related to using the compiler's C++ library 
 instead of STLport.  I now get errors ([Tue Mar 18 09:08:52 2008] 
 gunzip.cgi: tree: sb83 does not exist) when I try to access the 
 tinderbox status, so I have currently no idea how to address this. 

Yes - this is because the cws has been integrated already :-(

At the URL above, you'll find two gzipped logs. HTH.

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Re: putting the latest aqua on Apple Downloads

2008-03-18 Thread Christian Lohmaier
Hi *,


On Tue, Mar 18, 2008 at 07:59:54PM +, Shaun McDonald wrote:
 
 
 Can you please wait until the links on the pages below have been  
 updated to include BitTorrent, and mirror network links.

FYI - the torrents for en, fr, ja, de are up:
http://ooodev.org:6969/index.html?sort=1search=0_080314

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] another request for feedback on the languagepacks

2008-01-25 Thread Christian Lohmaier
Hi Maho, *,

On Fri, Jan 25, 2008 at 05:18:06PM +0900, Maho NAKATA wrote:
 Great contribution!

Thanks :-)
 
 From: Christian Lohmaier [EMAIL PROTECTED]
 Subject: [mac] another request for feedback on the languagepacks (was: MacOSX 
 INTEL/PPC X11/Aqua version of SRC680_m243 have been uploaded)
 Date: Fri, 25 Jan 2008 01:44:24 +0100
 
  
  and give on of the langpacks a try and comment.
  You can get them from here: (de, fr, ja, nl ones available)
  http://izbot.dyndns.org:6969/
 
 With firefox,
  The connection was reset
 for me.

Hmm - must have been a temporary failure - maybe you were trying in the
very same moment when my connection is cut by my ISP (once every 24
hours).

  (The languagepacks don't depend on the architecture (PPC/Intel) and
  don't depend on the version of Mac OSX either)
 
 Great.
 
 BTW: did build time reduce?

No, build time itself is not reduced. But what is greatly reduced is the
time spent with building the final dmg - you can do build --all in
postprocess [1] and only build the full-set for english, and a langaugepack
for all the others. And packaging up a languagepack is much, much faster
than creating a full-install dmg (and of course as a sideeffect doesn't
need so much diskspace :-))
So if you include creating the dmg in build time, then yes, buildtime
was reduced (when you don't build full installsets for every language,
obviously)

ciao
Christian
[1] of course you can prevent it from building all languages by
modifying the ALLTAR/openoffice target in
instsetoo_native/util/makefile.mk to only build en-us, not not
foralllangiso or use a packagelist or similar as well
-- 
NP: Pantera - A New Level

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] another request for feedback on the languagepacks

2008-01-25 Thread Christian Lohmaier
Hi Martin,

On Fri, Jan 25, 2008 at 08:10:25AM +0100, Martin Srebotnjak wrote:
 Will the strings become part of sdf file or will the translators have to
 translate the lang-packs strings separately?

If the strings get translated at all, then they will become part of the
default translation procedure, i.e. will be included in a sdf file.
Translators will not need to treat it specially.

ciao
Christian
-- 
NP: Pantera - A New Level

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[mac] another request for feedback on the languagepacks (was: MacOSX INTEL/PPC X11/Aqua version of SRC680_m243 have been uploaded)

2008-01-24 Thread Christian Lohmaier
Hi *,

I resynced the cws that adds support for langaugepacks to m243 and
created a handful of packages for demonstrating the current state of
the cws.

The suggestions from the last time I asked for feedback are not
integrated yet, since honestly I hoped for much more feedback,
especially for the wording from native-english speakers.

So please get one of the m243 full-installsets
 URI ftp://ooopackages.good-day.net/pub/OpenOffice.org/MacOSX/SRC680_m243/
  http://ooopackages.good-day.net/pub/OpenOffice.org/MacOSX/SRC680_m243/

and give on of the langpacks a try and comment.
You can get them from here: (de, fr, ja, nl ones available)
http://izbot.dyndns.org:6969/

(The languagepacks don't depend on the architecture (PPC/Intel) and
don't depend on the version of Mac OSX either)

Thanks a lot,

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Help with Aqua build on Leopard

2008-01-22 Thread Christian Lohmaier
Hi Eric, *,

On 1/22/08, Eric Hoch [EMAIL PROTECTED] wrote:
 
  You need to install pkg-config from Fink.  I don't know if the
  raw pkg-config will build on the Mac platform.

 The raw pkg-config will build on Mac OS X but you need to build
 some dependencies first.

No, pkg-config doesn't have any dependencies. It /can/ use a system
version of glib, but it brings it own, in case there is none.

But let me stress it again: You don't need it when you build a current
milestone.

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Request for feedback: Languagepacks for the Mac

2007-12-31 Thread Christian Lohmaier
Hi Eric, *,

On Dec 31, 2007 11:30 AM, eric b [EMAIL PROTECTED] wrote:
 Le 31 déc. 07 à 02:49, Christian Lohmaier a écrit :
 
  unfortunately nobody reacted to the previous request for
  comments/contribution to the specification of the languagepack
  install process.

 You mean nobody reacted to your mail ? On IRC, we discussed a lot
 about them, and the testswe did.

No, I didn't mean testing of the installation process itself, that was
tested (thanks for that) - I meant nobody contributed to the
specification, told what messages should be printed to the user.
The test-languagepacks were full of debug-statements/preliminary
dialogs with bad wording and lots of typos. Suitable to test whether
they work or not, but nothing to present to a user.

   From my side I already tested your language packs, and I confirm
 they work fine. You did a great work !

Thanks again :-)

 Sure: imho your work is already fully usable ( I verified a lot it
 works).

Yes, but that is not what needs to be done to finish it up. Of course
it is the most basic requirement that it actually works, but to
integrate it/to flag it as ready, the UI, the dialogs should be in a
state that it can be presented to the end-user, not to developers :-)

  I have
  completed the specification in the wiki with the status/behaviour I
  have implemented.

 I'm volunteer, and I added my name, but I'm not sure it is a correct
 place in author ( of the spec ? )

Yes, the author of the spec is OK, (as would be User
Experience-contact if you want to focus on that part, or QA)

  So please check out
  http://wiki.services.openoffice.org/wiki/
  Mac_OS_X_languagepacks#Detailed_Specification

 Thanks for the link. See my changes and tell me if you agree, or
 remove them if I'm wrong :)

Well, the installation part of the whole OOo is out of scope of the
cws, and the specification. That (multi-language installs) is not what
I intended to implement, neither is a big download size something I
want to achieve.
That part is more suited for an extra specification, one to revamp the
complete installation process (but again, I /personally/ wouldn't want
it to go this way)

I'll change it to future considerations, but this is nothing I would
like to add in that cws.
The cws/the specification is only about installing one additional
languagepack. (or course you can install multiple languagepacks by
downloading multiple dmgs and installing them seperately)

  And if you got a nice icon for the installer and/or a nice background
  for the dmg, then please post it as well.

 What about use the icon Florian Ponson provided ?

 See : http://eric.bachard.free.fr/news/2007/11/be-mac-like-1.html

That doesn't look like it would launch an installer... It looks like
it would open a text-processing application. I'm more looking fore
something that says launch me to install an additional language or
only launch/run me to install

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[mac] Request for feedback: Languagepacks for the Mac

2007-12-30 Thread Christian Lohmaier
Hi *,

unfortunately nobody reacted to the previous request for
comments/contribution to the specification of the languagepack install
process.

But I know that it is always easier to comment on stuff that is
already there, than to think of something from scratch, I have
completed the specification in the wiki with the status/behaviour I
have implemented.

So please check out

http://wiki.services.openoffice.org/wiki/Mac_OS_X_languagepacks#Detailed_Specification

and don't hesitate to post your comments (either to the wiki page
itself, to the discussion page or here on the mailinlist)

And if you got a nice icon for the installer and/or a nice background
for the dmg, then please post it as well.

As you might notice, I'm not a native english speaker, so I'd very
much welcome polished versions of the strings. And I'm not a real Mac
user either (I'm using linux mostly) - so if you got remarks in that
regard, don't hesitate either...

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Build issue woes

2007-11-23 Thread Christian Lohmaier
Hi Alex, *,

On Nov 22, 2007 3:02 PM, Alex Thurgood [EMAIL PROTECTED] wrote:
 Hi again,
 Well I didn't really expect things to go smoothly the first time around, so
 here's the first build problem I've encountered :

 Making: ../unxmacxi.pro/lib/libuno_sal.dylib.3
 g++ -Wl,-multiply_defined,suppress -Wl -Wl,-exported_symbols_list
 ../unxmacxi.pro/misc/sal_uno_sal.map -dynamiclib -single_module
 -install_name @executable_path/libuno_sal.dylib.3 -L../unxmacxi.pro/lib
 -L/Users/AJT/680/build/source/solver/680/unxmacxi.pro/lib -L/usr/lib
 -L/usr/X11R6/lib -o ../unxmacxi.pro/lib/libuno_sal.dylib.3 -framework
 CoreFoundation -framework Carbon -lpthread -lstdc++ -lm -filelist
 ../unxmacxi.pro/misc/libuno_sal.dylib.list
 ld: symbols names listed in -exported_symbols_list:
 ../unxmacxi.pro/misc/sal_uno_sal.map not in linked objects
 _osl_createDirectoryPath
 _osl_getFileSize
 /usr/bin/libtool: internal link edit command failed
 dmake: Error code 1, while making '../unxmacxi.pro/lib/libuno_sal.dylib.3'
 ---* tg_merge.mk *---


 Any ideas ?

What milestone is that?
I wonder why it fails for you, since the mac tinderbox has a vanilla Mac OSX
setup and does not fail.

And are these vanilla sources or did you apply some patches or even use
ooo-build?

My PPC Mac has Mac OSX 10.4.11 + XCode + a manually installed ccache,
no third party packages like fink or else.

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Build issue woes

2007-11-23 Thread Christian Lohmaier
Hi Alex, *,

On Nov 23, 2007 12:53 AM, Alex Thurgood [EMAIL PROTECTED] wrote:
 Le Thursday 22 November 2007 14:18:26 eric.bachard, vous avez écrit:

 I'll have to go and look them up since I'm sending this from another machine.
 I know I've disabled mozilla, took out GTK, but the rest is pretty much what
 is in the how-to.

Did you clean the build-tree after changing configure flags or did you
just try to continue with the changed configure values?

  Other question: did you vanilla build or modified sources (means
  including some cws) ?

 Took the vanilla sources from CVS, no other added code apart from that
 suggested in the how-to. Originally tried building with mozilla, but gave
 that up when I hit some gObject/GDKpixbuf errors that I couldn't understand /
 resolve.

Building mozilla from source requires GTK-development and other libraries
like glib. Those in turn probably require other tools like pango, ... So
when you want to compile mozilla yourself instead of using the precompiled
packages, then I suggest using fink or some other package manager
to get the prerequisites.
But building mozilla more than once (to create prebuilt mozilla packages) does
not make much sense, since it only wastes time.. But as there are precompiled
mozilla packages already, you could of course just download those..

ciao
Christian

 Alex


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Build issue woes

2007-11-23 Thread Christian Lohmaier
Hi Alex, *,

On Nov 23, 2007 12:10 PM, eric.bachard [EMAIL PROTECTED] wrote:
 Alex Thurgood a écrit :

  Sorry, I made a typo there, I checked out just using  :
 cvs -z3 co -r SRC680 OpenOffice2

 Then you are building HEAD ?  ( SRC680_m237 is really mandatory )

I suggest using m236, m237 is one of the exceptions I mentioned.
m237 did introduce a new module, and that is very likely to break
if you don't take special care...

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Build issue woes

2007-11-23 Thread Christian Lohmaier
Hi Alex, *,

On Nov 23, 2007 11:41 AM, Alex Thurgood [EMAIL PROTECTED] wrote:
 Christian Lohmaier a écrit :

  Did you clean the build-tree after changing configure flags or did you
  just try to continue with the changed configure values?

 No, just re-executed the .config command with changed flags, this is how
 I compile my ports on FreeBSD. Do you have to clean everything out each
 time ? If so, then how ?

configure alone absolutely is not enough.
at the bare minimum you need to take care of the following:
1) Reexcecute configure in a clean environment, a new terminal/shell
(otherwise the values from the previous build will interfere with your options,
in some cases just ignoring the new values)
2) resource the environment variable configure creates. Unless you
re-read the MacOSXPPC_env.sh (or whatever it is called :-) the options you
did choose at configure time will have no effect.

I suggest doing a dmake clean before rerunning a build, because it could
be that modules were already compiled with flags only suitable for the old
configure line, and that could cause problems later on.
If the configure switch only affects one single module, you could use
build --prepare
to clean the buildtree since that module, but doing a dmake clean is easier
most of the time.

 If a build goes wrong, is it best to clean it out with a make clean,
 before starting again ?

If you change configure options: Probably.
If you change the current module only (the one where it breaks): then no.
If you need to change a module up high in the dependency chain: then probably
yes.


 Well I downloaded the binaries, and put them in the download folder of
 the moz directory, but then the config command complained that it
 couldn't find the moz libraries and that I needed to download the
 tarball sources !!!

You need to copy the precompiled zips into the moz/zipped folder, not directly
into the moz directory.
And you would still need to specify --disable-build-mozilla (note the
build in the
middle, this is a different option than --disable-mozilla)

 It's a good job I'm used to building other stuff on FreeBSD, else I'd
 have lost patience by now :-))

:-)
ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Build issue woes

2007-11-23 Thread Christian Lohmaier
Hi Alex,*,

On Nov 23, 2007 11:46 AM, Alex Thurgood [EMAIL PROTECTED] wrote:
 Christian Lohmaier a écrit :
 
  What milestone is that?

 I don't know, just took the sources from what I assumed was head without
 specifying any particular version.

That's probably the biggest mistake. HEAD or branches like SRC680 are
not in a defined state, not guaranteed to build at all.
OOo's model is to have milestones that are the basis for everything else.
Only those masters have the label buildable (well, always with a few
exceptions naturally)
So use a milestone like SRC680_m236 (SRC680 is the development
codeline, leading to the next minor release), or OOG680_m9 (OOG680 is
the codeline for the micro releases for the stable versions)

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] ADC donation from Mr. Miyahara Toru

2007-11-03 Thread Christian Lohmaier
Hi *,

On 11/2/07, Maho NAKATA [EMAIL PROTECTED] wrote:
 Dear Mac porting team,

 My ADC account will be expired in 2007/11/1, and Mr.
 Miyahara Toru,
 CEO of Begi.Net (http://begi.net/ )
 and CEO of Virtual Tech JP ( http://virtualtech.jp/ )
 has donated ADC Software Seed Key for me. I installed Leopard on
 my iMac.

 I thank him very much.

I do so to with my first-lesson japanese :-)

どもうありがとうございます

ではまた
クリスティアン

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Sun building milestones for Mac/Intel

2007-10-31 Thread Christian Lohmaier
Hi Maho, *,

sorry for jumping in to the issue so late,...

On 10/24/07, Maho NAKATA [EMAIL PROTECTED] wrote:
 [...]
 Still vanilla builds have some problems.
 * naming problem (OpenOffice.org-2.3-en-US.dmg or something like should
 be renamed)

IIRC the issue just waits for a final decision. Renaming the packages themselves
is easily done in the instsetoo_native/util/makefile.mk
http://www.openoffice.org/issues/show_bug.cgi?id=72908

 * language pack problem. Otherwise,

What problem? :-) languagepacks already work on the Mac. What is left is to
define the user experience, i.e.: write/complete the specification, so that the
installer can be made ready for the user.
Shaun already posted the link to the working-spot for the specificaion

http://wiki.services.openoffice.org/wiki/Mac_OS_X_languagepacks

(What is expected in the specification is not the implementation details, but
what dialogs should be displayed to the user/what the user should be
asked in these dialogs - so it is simple)

If you want to try it out, you can take instsetoo_native from cloph10
(after I resynced it to m235 - m233 introduced the nibs that are missing
in the m228 based cws - I'll resync after I send this mail)

 @good-day:

 % du -h SRC680_m233
 51G SRC680_m233

 Both PPC/Intel X11/AQUA. Approximately 13G for each set (13Gx4=52G).

Building the full installsets leaves the staging directory behind, removing this
from the disk after the dmg has been created can save lots of space.

For comparison: A languagepack will be approx 15MB in size.

now to PPC that was addressed in later messages:
You (all) might know or not that I maintain the Mac tinderbox (the
real tinderbox,
not one of the buildbots) - and that this machine is a PPC machine.
So buildability on PPC is always tested with that machine. And as long as
it builds on PPC, of course the user should get a PPC version.

I could provide installsets for selected cws on request or could build
a milestone on request. But because I'm on ADSL (and thus have a slow
upload) I cannot reasonably provide many languages (unless it is OK to
wait hours for the upload) - Maho's setup is far more suitable for this.

wrt. Distribution matters:
You (all) might know or not (that is more likely :-)) - that I maintain one of
the BitTorrent trackers of OOo - and that the first snapshots have been
successfully distributed via BitTorrent. The distribution via BitTorrent is
very useful when a few files will need to be served to many users at the very
same time. It will greatly reduce the load on the distribution server
in that case
(in Effect more users can download (with high speed) at the same time.
Instead of either a few users with high speed or many users with low speed
as it is the case when a regular http/ftp server and not a P2P based system
is used.

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Sun building milestones for Mac/Intel

2007-10-31 Thread Christian Lohmaier
Hi Eric, *,

On 10/25/07, Eric Hoch [EMAIL PROTECTED] wrote:

 Currently I have access to a G4 Digital Audio with 533Mhz. Not the
 fastest Mac and it will surely take 18h+ for building but that's
 OK.

 The more crucial point is I like to have some fink/macports
 packages eg. ccache and building this stuff takes it's time too on
 this Mac

For building OOo on the mac, you only need XCode, X11 for the X11 version
and ccache. Nothing else is required when you use precompiled mozilla binaries.

ccache is fast and easy to build, so that shouldn't be a problem.

If required, I can upload my compiled copy.
(When I reinstalled MacOSX the last time, I didn't install fink at all,
now I'm building with plain MacOSX + xcode + ccache only - well, for
sending mails via the tinderbox scripts I installed Mail::Sender via cpan,
but that is not needed for the build :-)))

 and most of the time I can build only one of those
 packages over the night/WE. So it takes it's time till the build
 environment ist set up.

setting up the buildenv is really easy on the Mac. Building on the Mac
is far easier than building on Linux (since there you would spend some
time installing  hunting for the dev-packages, whereas xcode brings
everything with it)

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Sun building milestones for Mac/Intel

2007-10-31 Thread Christian Lohmaier
Hi Laurent, Alex, *,

On 10/25/07, Laurent Godard [EMAIL PROTECTED] wrote:

  Don't worry, I'll provide PPC packages as usual. Until my motivation
  will be lost.
 
  My G5 is too slow and I'm sometimes busy so that there will
  be some (lot of) delays or even without providing packages...

 would it be usefull to provide remote access to some other PPC ?

It surely would be interesting to try out build's distributed build feature

(See
http://www.mail-archive.com/[EMAIL PROTECTED]/msg00720.html
for a short introduction of that feature)

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Sun building milestones for Mac/Intel

2007-10-31 Thread Christian Lohmaier
Hi James, *,

On 10/27/07, James Mckenzie [EMAIL PROTECTED] wrote:
 
 +1.  And I have a PowerBook G4 that is doing nothing right now but consuming
 power as it is plugged in.  If I had a full time Internet connection, it
 could be a buildbot or tinderbox for PPC builds.

Only buildbot requires a steady connection, tinderbox doesn't.

tinderbox only needs a connection to fetch the files from cvs and to send
the buildlog via mail. During the build itself, no connection is needed.

 I could also use it to
 QA PPC builds.  And it runs Tiger, 10.4.10.

Doing QA is even more important I think - since that doesn't only require
a machine doing things on its own, but a human operator that evaluates
the results - so this is a more challenging (and more time-consuming) task.
So anybody who does systematic QA on PPC is more than welcome.

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[mac] Re: [releases] MacOSX INTEL X11/AQUA version of SRC680_m223 have been uploaded

2007-10-30 Thread Christian Lohmaier
Hi *,

(thanks Eric for moving it to porting list)

On 10/29/07, Eric Hoch [EMAIL PROTECTED] wrote:
 Am Mon, 29 Oct 2007 11:52:34 +0900 (JST) schrieb Maho NAKATA:
  Hi,
  I have just uploaded MacOSX version of SRC680_m223 INTEL X11/AQUA

m223? - you need to update your template :-))

  at good-day.
 
  URI ftp://ooopackages.good-day.net/pub/OpenOffice.org/MacOSX/SRC680_m234/
 http://ooopackages.good-day.net/pub/OpenOffice.org/MacOSX/SRC680_m234/
 
  Somehow my G5 builds are corrupted :(
  http://www.openoffice.org/issues/show_bug.cgi?id=82955
  MacOSX PPC : Build fails at instsetoo_native; regcomp fails
 
  Christian Lohmaier, Eric Hoch have you ever encountered this issue?

Yes, I encounter it from time to time.  It seems to be dependent on the
filesystem used.
When using UFS as filesystem, I almost never got that error (but unfortunately
regcomp did crash in other places like in binfilter and testtools to a way that
it wasn't possible to build anymore - however I think that the filesystem just
accumulated too much corruption over time).
I now use HFS+ (journaled) again and now have the failures in instsetoo_native

I can only guess, but IMHO it is due to the very bad filesystem performance
and when doing parallel builds this error is easily hit.

If you have a look at the tinderbox status pages, all the orange results for
the Mac OSX tinderbox needed either a second (or third) build in
instsetoo_native or needed multiple builds in i18npool (the localedata issue)

 No this error for now didn't show up during my last PPC compile of
 m233. But this may be because for now this is the only build I was
 able to do. More to come.

 What makes me curious in your log is

 dmake:  Error code 255, while making 'openoffice_en-US.portable'
 ---* tg_merge.mk *---

 I cannot find this line in any of my build logs of m233 Intel or
 OOG680_m5 Intel in instsetoo_native/unxma
 cxp.pro/OpenOffice//logging/en-US/log_SRC680_en-US.log.

It doesn't show up on a successful build, since it is a target name.
(a makefile target) - but for the mac it doesn't matter anyway, since
the packageformat switch isn't used at all - Mac OSX packaging
uses the staging method (hardcoded)
So even when you specify a format switch, it will still use the very
same commands as when you don't specify it. It is unnecessary
to specify, but doesn't hurt.

 For me this looks like you are trying to build OOo portable for the
 mac. I don't know if this is enabled by default since m234 since I
 haven't tried to build m234 yet on PPC nor on Mac but if there is a
 switch in configure which allows to disable the build of a portable
 OOo you should try to explicit disable the build of the portable
 OOo and see if this error still occures.

No, that's a red herring as well. portable is not a portable OOo  (like
those you can run from a USB-stick), but specifies EPM's own
package format (tarball with installscript)

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] [Need feedback] Native file picker localization.

2007-09-20 Thread Christian Lohmaier
Hi Martin, Clytie,

On 9/20/07, Martin Srebotnjak [EMAIL PROTECTED] wrote:
 Ok, before I try anything, what happens with languages that do not
 have a Mac OSX GUI translated (like Slovenian)? Will this work anyway
 (after GUI language of choice in OSX is set to Slovenian)?

The trick mentioned in this thread only refers to the labels of the bold
menu in the native Toolbar that holds default entries of MacOSX for
applications (Preferences, about, services, hide, hide others)
and the labels of the default elements of the native filepicker (button labels,
names of folders, etc).

The strings for these elements then come from MacOSX directly, so
this will only work when MacOSX offerss suppot for Slovenian by itself.
I don't know whether MacOSX is available in Slovenian. If Slovenian is
not supported, it will choose a fallback on its own, and that's most likely
English in that case.

 And what directory must I put what in? Folder sl-SI or sl? Sorry, but
 I am asking this because I cannot access that apple developers
 webpage.

The link I posted doesn't require any apple-developer membership or similar,
it is public for all users that browse to the site, no login or
similar required.

But sl is enough. sl-SL (both other letters uppercase then) would only be
required if there are different variants of Slovenian, like there is for example
en-GB and en-US. Or maybe an example where it matter more: chinese
simplified vs traditional.

Adding a lproj folder as suggested in this thread will not
automatically translate
other parts of the office, this would still need to be done via the regular
OOo tranlsation mechanism (i.e. you translate the strings from the sdf files)

When slovenian is not supported by MacOSX, then the folder alone is not
enough, one would need to add a file that contains the translations then.

But I don't know in what realm (don't know the official term here, but you can
have different sections of translations that will then correspond to different
filenames within that folder) and I don't know what the identifiers of
the strings would
be (the format is a UTF-16 encoded textfile with each line is an entry
in the form of
id = translation)

So you translators don't have to do anything if adding the directory alone
works for you already.
If it doesn't = your language is not supported by Mac OSX itself, probably more
effort is needed, at least,you would need to provide the translations
for these strings
and most likely OOo must be change to explicitly tell the system that
it runs in that
language.

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] [Need feedback] Native file picker localization.

2007-09-18 Thread Christian Lohmaier
Hi *,

On 9/17/07, eric b [EMAIL PROTECTED] wrote:

 Expected:  a confirmation for every major locales , and other:

 1) the OpenOffice.org menu entry works
 2) the native FilePicker is fully localized

 =  verified working for French and German, on both Tiger and coming
 Leopard


 If ever the tip is confirmed working for all major locales
 ( Dutch.lproj , English.lproj , French.lproj , German.lproj ,
 Italien.lproj , Japanese.lproj , Spanish.lproj ), I propose to create
 a cws, and create all those folder, to localize the FilePicker and
 OpenOffice.org menu entry.

Please use ISO language/locale identifiers instead of the legacy language
names. These are deprecated by Apple already, see:
http://developer.apple.com/documentation/MacOSX/Conceptual/BPInternational/Articles/LanguageDesignations.html

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Untranslated strings in m224 Intel X11 Vietnamese

2007-08-19 Thread Christian Lohmaier
Hi Clytie, *,

On 8/18/07, Clytie Siddall [EMAIL PROTECTED] wrote:
 [...]
 Actually, it just gets weirder. I downloaded m222, and that had most
 of the strings translated, except for the sheet tabs. An older build
 has more strings translated than a newer build??

Since localisation21 is based on m222 - are you sure  this was a plain
m222 and not a cws-build of localisation21?

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Untranslated strings in m224 Intel X11 Vietnamese

2007-08-17 Thread Christian Lohmaier
Hi Clytie, *,

On 8/17/07, eric b [EMAIL PROTECTED] wrote:
 [CC for Andre for information]
 Le 17 août 07 à 09:08, Clytie Siddall a écrit :
 
  I've downloaded Maho's m224 Intel Vietnamese build for Intel, and I
  started testing the 2.3 new features.
 
  But I immediately found that this build has a lot of untranslated
  strings!

  This is really weird, since we have had the entire interface
  translated since 2.1., and I can point to the exact strings
  translated in our submitted GSI file, which aren't translated in
  this build.
  André Schnabel created screenshots from the loc21 build for his
  machine, and these same strings are definitely translated in those
  screenshots. I think he uses Windows.

While I don't know why m224 is worse than 2.1 for example[1], I can easily
explain the difference to the localisation21 build:

It is simple: That cws has not yet been integrated in any master, not
even OOG680_m1

[1] but I guess many strings changed because of the new chart module,
and since you explicitly mentioned examples from Chart/Calc, I guess
this is part of the answer

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] Mac PPC m225 builds

2007-08-16 Thread Christian Lohmaier
Hi Eric, *,

On 8/15/07, eric.bachard [EMAIL PROTECTED] wrote:
 Maho NAKATA a écrit :

  BTW: my G5 is now becomes slow iMac is also slow. It took 3-4 days to 
  complete
  builds. Hope someone can donate faster machines.

The G5 became very, very, very slow here too, when there was only a little bit
of diskspace left (around 800MB were free on that partition, but it took ages to
complete the build), freeing some diskspace helped to get it to regular speed
again.
An english-only build with binfilter and odk, but with prebuilt
mozilla takes around
140 minutes in average on the G5 I have here.

 FYI, Christian Lohmaier, alias cloph has a G5, and is a perfect builder
 candidate. Maybe you could share the work, or organize something together ?

Building here is not the problem, but I'm on ADSL only, so uploading
will take ages...
I'd then rather use bittorrent to distribute the builds rather than to upload
them all.

 Other people known to having a PowerPC are Eric Hoch, Pavel and me.

 Christian, what do you think ?

See above. Building is not the problem, uploading the builds is.

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] MacOSX Intel X11 cws localisation21 packages for TCM l10n testing for 2.3

2007-08-15 Thread Christian Lohmaier
Hi Éric, *,

On 8/15/07, eric.bachard [EMAIL PROTECTED] wrote:

 Here is [EMAIL PROTECTED] mailing list, supposed for Mac OS X OpenOffice.org
 development, not for releases announces.

 Instead of crosspost  a list nobody reads, could you please just post
 the link of your announce on release ?
 e.g. for instance:
 http://www.openoffice.org/servlets/ReadMsg?list=releasesmsgNo=10894

This is impractical, a cross-post is much better.

1st) The Mail-Archive has a rather big delay,
2nd) There is no easy way to get to the message-ID used in the webarchive
without using the archive, so see point 1
3rd) every sane mail-program will group cross-posts anyway, so you only
have to mark as read one single post or thread. Not a big deal.
4th) why would you make mac-porters/testers read another mailinglist that
is totally unrelated for the mac-port, just to watch out for announcements
of new builds?

Either you're subscribed to the release list or you will get the announce/notice
a couple of days later (see 1 again). This is all cumbersome for the majority
of users, only you will recieve one Mail less.

So +1 for continuing crossposting the release-announcement to the mac-list

 Now, if you really want to provide us informations, *one more time*, I
 ask you to provide us the number of downloads for EVERY locale.

And again you're mixing topics unfortunately :-(

Surely this information is useful, but the way you ask for it is a
personal attack
as you would put it, if you were the one addressed instead of Maho. :-(((

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [mac] OS X Address Book Integration: initial version

2007-07-07 Thread Christian Lohmaier

Hi *,

On 7/7/07, Michael Sicotte [EMAIL PROTECTED] wrote:

[...]
cwsadd: ERROR: Child workspace macaddressbook01 for master workspace
SRC680 not found in EIS database.

Since I see the cws in EIS, I am stuck until I can find out why I get
this error.


Smells like an inconsistency in the database - it is not exported when
asking EIS for the taglist (i.e. the list of currently open cws)
You should ping the Sun folks on IRC next monday.

ciao
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[mac] Tinderbox Download Statistic of first aquavcl01 milestone

2007-07-04 Thread Christian Lohmaier
Hi *,

before I removed the first snapshot from the tracker, I took note of the
downloads:

Intel (5868):
de  643
en_US  4315
fr  697
ja  213

PPC   (3085):
de  442 
en_US  2011 
fr  435
ja  197


These numbers only count the bittorrent downloads, no old style
downloads.

ciao
Christian
-- 
NP: Donots - Saccharine Smile

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]