KS@apache.org | 29 Oct 23:51
Picon
Favicon

new Apache OpenOffice.org mail list to replace this list

Please read this note in its entirety. It contains important information related to this mailing list, its migration to the Apache Software Foundation, and the steps you must take to ensure continuous access to the list.

Background

As you may have heard, Oracle contributed the OpenOffice.org (OOo) code to Apache in June. All new projects at Apache start in the "Incubator", a special part of Apache where new projects ("Podlings") and their communities are given special attention by Apache "mentors" as they learn about Apache, ensure that the source code meets Apache's license requirements, and work toward their initial Apache release.

In parallel with the coding efforts needed before we can publish Apache OpenOffice.org 3.4.0, the Apache OpenOffice.org community, working with the Apache Infrastructure team, is migrating the many legacy OOo websites and other online services formerly hosted by Sun/Oracle onto Apache servers. This has been a huge effort and we are showing good progress in many areas. 

You can read more about the current status of the migration effort on this wiki page: 
https://cwiki.apache.org/confluence/display/OOOUSERS/OpenOffice.org+Migration+Status

Additional relevant information is published in our project blog at:  http://blogs.apache.org/OOO/

Resubscribing

Among the services hosted by Oracle on the legacy OOo servers are over 300 mailing lists, including the  mailing list you are reading now.  In order to participate in Apache OpenOffice.org through a relevant mailing list, you will need to resubscribe to a new list address, per the following instructions:


  1. Send an email to ooo-dev-subscribe <at> incubator.apache.org. This should be done from an e-mail account that you want to use to receive messages from the new list.
  2. This will generate a confirmation email which will be sent to your email address. You will need to reply to the confirmation email in order to complete your subscription to the new list.
  3. To send posts to the new list, you will mail them to the following address: ooo-dev <at> incubator.apache.org
  4. And if you ever want to unsubscribe to the new list, you can do so by sending an email to: ooo-dev-unsubscribe <at> incubator.apache.org

We invite and encourage you to follow the above steps and to participate in Apache OpenOffice.org project. If you have any questions, feel free to post as responses to this note, or send a question to ooo-dev <at> incubator.apache.org (you must be subscribed to post a question).

Notes

  1. We recommend that you do not subscribe via a legacy openoffice.org email address. It is uncertain at this point whether these addresses will be supported in the future.
  2. Archives of the legacy mailing lists are available here: http://openoffice.markmail.org/
  3. Archives of the new mailing lists and other relevant information can be found at: Apache OpenOffice.org mail list information.
  4. If you prefer to access the list via Gmane, please post a request on the new list and we will try to accommodate you.

--
The Apache OpenOffice.org (Incubating) Project Management Committee

Hirano Kazunari | 28 Sep 13:14
Picon

Invitation to connect on LinkedIn

 
 
 
 
 
From Hirano Kazunari
 
I18n/L10n Community Contributor at OpenSolaris
Japan
 
 
 

I'd like to add you to my professional network on LinkedIn.

- Hirano

 
 
 
ble>
 
 
 
You are receiving Invitation to Connect emails. Unsubscribe
© 2011, LinkedIn Corporation. 2029 Stierlin Ct. Mountain View, CA 94043, USA
 
Favicon

Any plan to substitute "long" with "sal_Int32" ?

Hi,

Any plan to substitute "long" with "sal_Int32", at least in gen.hxx?

=== DEV300_m106/tools/inc/tools/gen.hxx
class Pair
{
public:
     long                nA;
     long                nB;
...

class Point : public Pair
{
...

class Size : public Pair
{
...

=== DEV300_m106/sal/inc/sal/types.h
typedef ... sal_Int32;

=== OpenSolaris x86 ... 64bits OS
$ cd DEV300_m106/sal/typesconfig
$ cc typesconfig.c
$ file a.out
a.out:		ELF 32-bit LSB executable 80386 Version 1 [FPU], dynamically linked, not stripped
$ ./a.out | egrep 'sizeof.+(long|void)'
sizeof(long)		= 4
sizeof(long long)		= 8
sizeof(void *)		= 4

=== Fedora 10 x86_64 ... 64bits OS
...
$ file a.out
a.out: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for
GNU/Linux 2.6.9, not stripped
$ ./a.out | egrep 'sizeof.+(long|void)'
sizeof(long)		= 8
sizeof(long long)		= 8
sizeof(void *)		= 8

On Solaris 64bits OS, cc creates a 32 bit application by default while
on Linux 64bits OS, it seems cc creates a 64 bit application by default.

I prefer a Solaris way. Because most applications do not use a memory
beyond 4GB. In that case, a 8 byte pointer and long integer are just
waste of money or against green, I think.

It is okay to use 8 byte pointers if the application needs more than 4GB.
What about 8 byte long integers?
How does it help our OpenOffice.org?

This post is not a criticism. I do not encounter any problem with that
so far. Just curious.

Best regards,
Tora
--

-- 
-----------------------------------------------------------------
To unsubscribe send email to dev-unsubscribe <at> tools.openoffice.org
For additional commands send email to sympa <at> tools.openoffice.org
with Subject: help

Stephan Bergmann | 18 Mar 09:00
Picon
Favicon

hg.services.openoffice.org down

Hg repositories at hg.services.openoffice.org appear to be unreachable. 
  Both executing any hg command against 
http://hg.services.openoffice.org/... and browsing 
<http://hg.services.openoffice.org> report connection failure.

-Stephan
--
-----------------------------------------------------------------
To unsubscribe send email to dev-unsubscribe <at> tools.openoffice.org
For additional commands send email to sympa <at> tools.openoffice.org
with Subject: help

Stephan Bergmann | 4 Mar 14:40
Picon
Favicon

Cannot change target milestone of several bugs at once

At 
<http://openoffice.org/bugzilla/buglist.cgi?quicksearch=116839+116845+116860+117073>, 
selecting "Change Several Bugs at Once," "Check All," "Target 
Milestone:" only offers "--do_not_change--," though I would be able to 
change the target milestone for each of the four bugs individually.

-Stephan
--
-----------------------------------------------------------------
To unsubscribe send email to dev-unsubscribe <at> tools.openoffice.org
For additional commands send email to sympa <at> tools.openoffice.org
with Subject: help

Stephan Bergmann | 4 Mar 11:20
Picon
Favicon

API changes mail does not make it to the list

At 
<http://tools.services.openoffice.org/EIS2/changesmails.ShowAPIChangesMails>, 
the message with id 4776 ("PostedOn: 2011-02-25 15:20:51.0," "Title: 
cppunittester --protector; unoexceptionprotector") did not make it to 
the interface-announce <at> openoffice.org mailing list (see 
<http://openoffice.org/projects/www/lists/interface-announce/archive>), 
even after repeated resent (via the yellow envelope icon), and even 
after I subscribed to the mailing list (so the mail does not get lost in 
moderation).  Also, I never got a private copy of the mail from any of 
the sending trials (as at least has been normal behavior before the 
migration).

(Interestingly, the two mails from Carsten that do show at 
<http://openoffice.org/projects/www/lists/interface-announce/archive> in 
turn do not show at 
<http://tools.services.openoffice.org/EIS2/changesmails.ShowAPIChangesMails>.)

-Stephan
--
-----------------------------------------------------------------
To unsubscribe send email to dev-unsubscribe <at> tools.openoffice.org
For additional commands send email to sympa <at> tools.openoffice.org
with Subject: help

Mathias Bauer | 5 Feb 18:53
Picon
Picon

Build Bots error in WITH_LANG variable

Hi,

the CWS gnumake3 failed in all build bots. The reason is that - 
according to the logs - the variable "WITH_LANG" is set to ' '.

See:

http://termite.services.openoffice.org/buildbot/builders/Windows-2003/builds/1994/steps/Compile/logs/stdio

(in case it's still there)

Does anybody know why? IMHO it should be empty or unset.

I don't think that it makes sense to check WITH_LANG in makefiles for 
being empty or a space. For the time being I will do it to get the CWS 
approved. But IMHO we should fix the build bots.

Regards,
Mathias

--

-- 
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS
Please don't reply to "nospamformba <at> gmx.de".
I use it for the OOo lists and only rarely read other mails sent to it.
Maho NAKATA | 31 Jan 01:29
Favicon

DEV300_m96, 97: parallel build is broken : writerfilter/source/resourcemodel

Hi
http://www.openoffice.org/issues/show_bug.cgi?id=116718
Please fix build parallel build breakage for DEV300_m96, 97.
and they are broken at writerfilter/source/resourcemodel.

Error log is like following:
<snip>
> dmake: 
> /work/OOO/debussy8i386/DEV300_m96/ports/editors/openoffice.org-3-devel/work/DEV300_m96/solenv/inc/target.mk:
>  line 1632:  Error: -- Include file
> ../../unxfbsdi.pro/misc/all_resourcemodel.dpslo, not found
<snip>
> 1 module(s): 
>         writerfilter
> need(s) to be rebuilt
> 
> Reason(s):
> 
> ERROR: error 65280 occurred while making
> /work/OOO/debussy8i386/DEV300_m97/ports/editors/openoffice.org-3-devel/work/DEV300_m97/writerfilter/source/resourcemodel

Thanks!
-- Nakata Maho http://accc.riken.jp/maho/ , JA OOO http://ja.openoffice.org/
http://blog.goo.ne.jp/nakatamaho/ ,GPG: http://accc.riken.jp/maho/maho.pgp.txt
Stephan Bergmann | 12 Jan 09:12
Picon
Favicon

HG changegroup.notify hook raised an exception

$ hg push ssh://hg <at> hg.services.openoffice.org/cws/sb139
pushing to ssh://hg <at> hg.services.openoffice.org/cws/sb139
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 186 changesets with 1567 changes to 881 files
remote: error: changegroup.notify hook raised an exception:
remote: abort: Not enough space
abort: unexpected response: empty string

$ hg --version
Mercurial Distributed SCM (version 1.7.3)

-Stephan
Maho NAKATA | 25 Dec 08:50
Favicon

DEV300_m96: build brekage on Ubuntu 10.04

Hi all,

my build was broken on Ubuntu 10.04, DEV300_m96 like following:
http://www.openoffice.org/issues/show_bug.cgi?id=116225

maho <at> maho-desktop:~/OOo/DEV300_m96$ make
R=/home/maho/OOo && S=$R/DEV300_m96 && O=$S/solver/300/unxlngi6.pro && W=$O/workdir &&  mkdir -p
$O/lib/ && rm -f $O/lib/libbasegfxli.so && cp -f  $O/lib/libbasegfxli.so && touch -r 
$O/lib/libbasegfxli.so 
cp: missing destination file operand after `/home/maho/OOo/DEV300_m96/solver/300/unxlngi6.pro/lib/libbasegfxli.so'
Try `cp --help' for more information.
make: *** [/home/maho/OOo/DEV300_m96/solver/300/unxlngi6.pro/lib/libbasegfxli.so] Error 1

(Note also faild on FreeBSD)
Thanks,
 Nakata Maho
-- Nakata Maho http://accc.riken.jp/maho/ , JA OOO http://ja.openoffice.org/
http://blog.goo.ne.jp/nakatamaho/ ,GPG: http://accc.riken.jp/maho/maho.pgp.txt
Yan Wu | 26 Nov 08:08
Picon

building problem on Alpha platform

Hi,

I got a error when building testtools on Alpha EV6 platform as following:

/bin/bash: line 1: 15238 Segmentation error
LD_LIBRARY_PATH=${LD_LIBRARY_PATH+${LD_LIBRARY_PATH}:}/home/office/ooo_OOO330_m12_src/solver/330/unxlngaxp.pro/lib
/home/office/ooo_OOO330_m12_src/solver/330/unxlngaxp.pro/bin/uno
-ro uno_services.rdb -ro uno_types.rdb -s
com.sun.star.test.bridge.BridgeTest --
com.sun.star.test.bridge.CppTestObject
dmake:  Error code 139, while making 'runtest'

The source is OOO330_m12, gcc is 4.1.2 and Linux Kernel is 2.6.15.

I added a flag BOOST_SP_USE_PTHREADS in solenv/inc/settings.mk to
solve the problem as "
Compiling: comphelper/unxlngaxp.pro/misc/comphelp4gcc3_version.c
Making: comphelper.lib
Making: libcomphelp4gcc3.so
../unxlngaxp.pro/slo/enumberablemap.o: In function
'comphelper::EnumerableMap::initialize(com::sun::star::uno::Sequence<com::sun::star::uno::Any>
const&)': '__sync_fetch_and_add_4' undefined reference
" when building comphelper and other modules, where
<boost/shared_ptr.hpp> is used.

I don't know what's the real reason that caused the problem when
building testtools. Can some one help me ?

Best Regards,
Yan

Gmane