<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.openoffice.devel.tools">
    <title>gmane.comp.openoffice.devel.tools</title>
    <link>http://blog.gmane.org/gmane.comp.openoffice.devel.tools</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5368"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5367"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5366"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5365"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5362"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5357"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5353"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5352"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5347"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5345"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5339"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5332"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5331"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5330"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5329"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5328"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5327"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5326"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5323"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5318"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5368">
    <title>new Apache OpenOffice.org mail list to replace this list</title>
    <link>http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5368</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>KS&lt; at &gt;apache.org</dc:creator>
    <dc:date>2011-10-29T21:51:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5367">
    <title>Invitation to connect on LinkedIn</title>
    <link>http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5367</link>
    <description>&lt;pre&gt;I'd like to add you to my professional network on LinkedIn.

- Hirano

Hirano Kazunari
I18n/L10n Community Contributor at OpenSolaris
Japan

Confirm that you know Hirano Kazunari:
https://www.linkedin.com/e/-e76eh2-gt47xgp5-27/isd/4381519504/oVCB2S_B/?hs=false&amp;amp;tok=3CQe2zvUn2-QU1

--
You are receiving Invitation to Connect emails. Click to unsubscribe:
http://www.linkedin.com/e/-e76eh2-gt47xgp5-27/u9_u3fAWlAnqkwvb5bcOSWVeOpt9C7XzE1PWwP/goo/dev%40tools%2Eopenoffice%2Eorg/20061/I1517857693_1/?hs=false&amp;amp;tok=1OCc4K5hX2-QU1

(c) 2011 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA 94043, USA.
&lt;/pre&gt;</description>
    <dc:creator>Hirano Kazunari</dc:creator>
    <dc:date>2011-09-28T11:14:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5366">
    <title>Any plan to substitute "long" with "sal_Int32" ?</title>
    <link>http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5366</link>
    <description>&lt;pre&gt;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
&lt;/pre&gt;</description>
    <dc:creator>tora - Takamichi Akiyama</dc:creator>
    <dc:date>2011-04-13T16:17:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5365">
    <title>hg.services.openoffice.org down</title>
    <link>http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5365</link>
    <description>&lt;pre&gt;Hg repositories at hg.services.openoffice.org appear to be unreachable. 
  Both executing any hg command against 
http://hg.services.openoffice.org/... and browsing 
&amp;lt;http://hg.services.openoffice.org&amp;gt; report connection failure.

-Stephan
--
-----------------------------------------------------------------
To unsubscribe send email to dev-unsubscribe&amp;lt; at &amp;gt;tools.openoffice.org
For additional commands send email to sympa&amp;lt; at &amp;gt;tools.openoffice.org
with Subject: help

&lt;/pre&gt;</description>
    <dc:creator>Stephan Bergmann</dc:creator>
    <dc:date>2011-03-18T08:00:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5362">
    <title>Cannot change target milestone of several bugs at once</title>
    <link>http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5362</link>
    <description>&lt;pre&gt;At 
&amp;lt;http://openoffice.org/bugzilla/buglist.cgi?quicksearch=116839+116845+116860+117073&amp;gt;, 
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&amp;lt; at &amp;gt;tools.openoffice.org
For additional commands send email to sympa&amp;lt; at &amp;gt;tools.openoffice.org
with Subject: help

&lt;/pre&gt;</description>
    <dc:creator>Stephan Bergmann</dc:creator>
    <dc:date>2011-03-04T13:40:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5357">
    <title>API changes mail does not make it to the list</title>
    <link>http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5357</link>
    <description>&lt;pre&gt;At 
&amp;lt;http://tools.services.openoffice.org/EIS2/changesmails.ShowAPIChangesMails&amp;gt;, 
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&amp;lt; at &amp;gt;openoffice.org mailing list (see 
&amp;lt;http://openoffice.org/projects/www/lists/interface-announce/archive&amp;gt;), 
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 
&amp;lt;http://openoffice.org/projects/www/lists/interface-announce/archive&amp;gt; in 
turn do not show at 
&amp;lt;http://tools.services.openoffice.org/EIS2/changesmails.ShowAPIChangesMails&amp;gt;.)

-Stephan
--
-----------------------------------------------------------------
To unsubscribe send email to dev-unsubscribe&amp;lt; at &amp;gt;tools.openoffice.org
For additional commands send email to sympa&amp;lt; at &amp;gt;tools.openoffice.org
with Subject: help

&lt;/pre&gt;</description>
    <dc:creator>Stephan Bergmann</dc:creator>
    <dc:date>2011-03-04T10:20:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5353">
    <title>Build Bots error in WITH_LANG variable</title>
    <link>http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5353</link>
    <description>&lt;pre&gt;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

&lt;/pre&gt;</description>
    <dc:creator>Mathias Bauer</dc:creator>
    <dc:date>2011-02-05T17:53:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5352">
    <title>DEV300_m96, 97: parallel build is broken : writerfilter/source/resourcemodel</title>
    <link>http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5352</link>
    <description>&lt;pre&gt;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:
&amp;lt;snip&amp;gt;
&amp;lt;snip&amp;gt;


Thanks!
&lt;/pre&gt;</description>
    <dc:creator>Maho NAKATA</dc:creator>
    <dc:date>2011-01-31T00:29:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5347">
    <title>HG changegroup.notify hook raised an exception</title>
    <link>http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5347</link>
    <description>&lt;pre&gt;$ hg push ssh://hg&amp;lt; at &amp;gt;hg.services.openoffice.org/cws/sb139
pushing to ssh://hg&amp;lt; at &amp;gt;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
&lt;/pre&gt;</description>
    <dc:creator>Stephan Bergmann</dc:creator>
    <dc:date>2011-01-12T08:12:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5345">
    <title>DEV300_m96: build brekage on Ubuntu 10.04</title>
    <link>http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5345</link>
    <description>&lt;pre&gt;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&amp;lt; at &amp;gt;maho-desktop:~/OOo/DEV300_m96$ make
R=/home/maho/OOo &amp;amp;&amp;amp; S=$R/DEV300_m96 &amp;amp;&amp;amp; O=$S/solver/300/unxlngi6.pro &amp;amp;&amp;amp; W=$O/workdir &amp;amp;&amp;amp;  mkdir -p $O/lib/ &amp;amp;&amp;amp; rm -f $O/lib/libbasegfxli.so &amp;amp;&amp;amp; cp -f  $O/lib/libbasegfxli.so &amp;amp;&amp;amp; 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
&lt;/pre&gt;</description>
    <dc:creator>Maho NAKATA</dc:creator>
    <dc:date>2010-12-25T07:50:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5339">
    <title>building problem on Alpha platform</title>
    <link>http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5339</link>
    <description>&lt;pre&gt;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&amp;lt;com::sun::star::uno::Any&amp;gt;
const&amp;amp;)': '__sync_fetch_and_add_4' undefined reference
" when building comphelper and other modules, where
&amp;lt;boost/shared_ptr.hpp&amp;gt; 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
&lt;/pre&gt;</description>
    <dc:creator>Yan Wu</dc:creator>
    <dc:date>2010-11-26T07:08:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5332">
    <title>building problem on mipsel platform</title>
    <link>http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5332</link>
    <description>&lt;pre&gt;Hi,

I got a Bus error when building OOO330_m12 on mipsel platform(Linux
Kernel: 2.6.18, gcc: 4.2.3). Could some one help me how to solve it ?

The building error log is as following.
========================================================


Thread:      1 :component
path=file:///home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/lib/bootstrap.uno.so

=&amp;gt; no CPLD_ACCESSPATH set.
Thread:      1 :module.c::osl_getModuleURLFromAddress -
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/bin/../lib/libuno_cppu.so.3

Thread:      1 :Error osl_getAsciiFunctionSymbol:
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/lib/bootstrap.uno.so:
undefined symbol: component_getImplementationEnvironmentExt

loadSharedLibComponentFactory envDcp: gcc3          implName:
.star.comp.stoc.SimpleRegistry  libName: bootstrap.uno.s
Thread:      1 :&amp;gt; inserting new mapping: ;gcc3[2bcbc150];gcc3[2bcbc150]
Thread:      1 :&amp;gt; revoking mapping ;gcc3[2bcbc150];gcc3[2bcbc150]
Thread:      1 :osl_openFile(4, readonly) =&amp;gt;
/home/cs2c/wuyan/ooo_OOO330_m12_src/testtools/unxlngmips.pro/lib/uno_services.rdb
Thread:      1 :osl_closeFile(4) =&amp;gt;
/home/cs2c/wuyan/ooo_OOO330_m12_src/testtools/unxlngmips.pro/lib/uno_services.rdb


Thread:      1 :module.c::osl_getModuleURLFromAddress -
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/bin/../lib/libuno_cppu.so.3

Thread:      1 :Error osl_getAsciiFunctionSymbol:
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/lib/bootstrap.uno.so:
undefined symbol: component_getImplementationEnvironmentExt

loadSharedLibComponentFactory envDcp: gcc3          implName:
.star.comp.stoc.SimpleRegistry  libName: bootstrap.uno.s
Thread:      1 :&amp;gt; inserting new mapping: ;gcc3[2bcbc5b0];gcc3[2bcbc5b0]
Thread:      1 :&amp;gt; revoking mapping ;gcc3[2bcbc5b0];gcc3[2bcbc5b0]
Thread:      1 :osl_openFile(4, readonly) =&amp;gt;
/home/cs2c/wuyan/ooo_OOO330_m12_src/testtools/unxlngmips.pro/lib/uno_types.rdb
Thread:      1 :osl_closeFile(4) =&amp;gt;
/home/cs2c/wuyan/ooo_OOO330_m12_src/testtools/unxlngmips.pro/lib/uno_types.rdb
Thread:      1 :component
path=file:///home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/lib/bootstrap.uno.so

Thread:      1 :module.c::osl_getModuleURLFromAddress -
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/bin/../lib/libuno_cppu.so.3

Thread:      1 :Error osl_getAsciiFunctionSymbol:
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/lib/bootstrap.uno.so:
undefined symbol: component_getImplementationEnvironmentExt

loadSharedLibComponentFactory envDcp: gcc3          implName:
.star.comp.stoc.NestedRegistry  libName: bootstrap.uno.s
Thread:      1 :&amp;gt; inserting new mapping: ;gcc3[2bcbc150];gcc3[2bcbc150]
Thread:      1 :&amp;gt; revoking mapping ;gcc3[2bcbc150];gcc3[2bcbc150]
Thread:      1 :component
path=file:///home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/lib/bootstrap.uno.so

Thread:      1 :module.c::osl_getModuleURLFromAddress -
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/bin/../lib/libuno_cppu.so.3

Thread:      1 :Error osl_getAsciiFunctionSymbol:
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/lib/bootstrap.uno.so:
undefined symbol: component_getImplementationEnvironmentExt

loadSharedLibComponentFactory envDcp: gcc3          implName:
p.stoc.ORegistryServiceManager  libName: bootstrap.uno.s
Thread:      1 :&amp;gt; inserting new mapping: ;gcc3[2bcbc5b0];gcc3[2bcbc5b0]
Thread:      1 :&amp;gt; revoking mapping ;gcc3[2bcbc5b0];gcc3[2bcbc5b0]
Thread:      1 :component
path=file:///home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/lib/bootstrap.uno.so

Thread:      1 :module.c::osl_getModuleURLFromAddress -
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/bin/../lib/libuno_cppu.so.3

Thread:      1 :Error osl_getAsciiFunctionSymbol:
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/lib/bootstrap.uno.so:
undefined symbol: component_getImplementationEnvironmentExt

loadSharedLibComponentFactory envDcp: gcc3          implName:
mp.stoc.OServiceManagerWrapper  libName: bootstrap.uno.s
Thread:      1 :&amp;gt; inserting new mapping: ;gcc3[2bcbc650];gcc3[2bcbc650]
Thread:      1 :&amp;gt; revoking mapping ;gcc3[2bcbc650];gcc3[2bcbc650]
Thread:      1 :component
path=file:///home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/lib/bootstrap.uno.so

Thread:      1 :module.c::osl_getModuleURLFromAddress -
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/bin/../lib/libuno_cppu.so.3

Thread:      1 :Error osl_getAsciiFunctionSymbol:
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/lib/bootstrap.uno.so:
undefined symbol: component_getImplementationEnvironmentExt

loadSharedLibComponentFactory envDcp: gcc3          implName:
r.comp.stoc.DLLComponentLoader  libName: bootstrap.uno.s
Thread:      1 :&amp;gt; inserting new mapping: ;gcc3[2bcbc830];gcc3[2bcbc830]
Thread:      1 :&amp;gt; revoking mapping ;gcc3[2bcbc830];gcc3[2bcbc830]
Thread:      1 :component
path=file:///home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/lib/bootstrap.uno.so

Thread:      1 :module.c::osl_getModuleURLFromAddress -
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/bin/../lib/libuno_cppu.so.3

Thread:      1 :Error osl_getAsciiFunctionSymbol:
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/lib/bootstrap.uno.so:
undefined symbol: component_getImplementationEnvironmentExt

loadSharedLibComponentFactory envDcp: gcc3          implName:
.star.comp.stoc.SimpleRegistry  libName: bootstrap.uno.s
Thread:      1 :&amp;gt; inserting new mapping: ;gcc3[2bcbc650];gcc3[2bcbc650]
Thread:      1 :&amp;gt; revoking mapping ;gcc3[2bcbc650];gcc3[2bcbc650]
Thread:      1 :component
path=file:///home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/lib/bootstrap.uno.so

Thread:      1 :module.c::osl_getModuleURLFromAddress -
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/bin/../lib/libuno_cppu.so.3

Thread:      1 :Error osl_getAsciiFunctionSymbol:
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/lib/bootstrap.uno.so:
undefined symbol: component_getImplementationEnvironmentExt

loadSharedLibComponentFactory envDcp: gcc3          implName:
.star.comp.stoc.NestedRegistry  libName: bootstrap.uno.s
Thread:      1 :&amp;gt; inserting new mapping: ;gcc3[2bcbc830];gcc3[2bcbc830]
Thread:      1 :&amp;gt; revoking mapping ;gcc3[2bcbc830];gcc3[2bcbc830]
Thread:      1 :component
path=file:///home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/lib/bootstrap.uno.so

Thread:      1 :module.c::osl_getModuleURLFromAddress -
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/bin/../lib/libuno_cppu.so.3

Thread:      1 :Error osl_getAsciiFunctionSymbol:
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/lib/bootstrap.uno.so:
undefined symbol: component_getImplementationEnvironmentExt

loadSharedLibComponentFactory envDcp: gcc3          implName:
mp.stoc.TypeDescriptionManager  libName: bootstrap.uno.s
Thread:      1 :&amp;gt; inserting new mapping: ;gcc3[2bcbc650];gcc3[2bcbc650]
Thread:      1 :&amp;gt; revoking mapping ;gcc3[2bcbc650];gcc3[2bcbc650]
Thread:      1 :component
path=file:///home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/lib/bootstrap.uno.so

Thread:      1 :module.c::osl_getModuleURLFromAddress -
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/bin/../lib/libuno_cppu.so.3

Thread:      1 :Error osl_getAsciiFunctionSymbol:
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/lib/bootstrap.uno.so:
undefined symbol: component_getImplementationEnvironmentExt

loadSharedLibComponentFactory envDcp: gcc3          implName:
toc.ImplementationRegistration  libName: bootstrap.uno.s
Thread:      1 :&amp;gt; inserting new mapping: ;gcc3[2bcbc830];gcc3[2bcbc830]
Thread:      1 :&amp;gt; revoking mapping ;gcc3[2bcbc830];gcc3[2bcbc830]
Thread:      1 :component
path=file:///home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/lib/bootstrap.uno.so

Thread:      1 :module.c::osl_getModuleURLFromAddress -
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/bin/../lib/libuno_cppu.so.3

Thread:      1 :Error osl_getAsciiFunctionSymbol:
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/lib/bootstrap.uno.so:
undefined symbol: component_getImplementationEnvironmentExt

loadSharedLibComponentFactory envDcp: gcc3          implName:
ity.comp.stoc.AccessController  libName: bootstrap.uno.s
Thread:      1 :&amp;gt; inserting new mapping: ;gcc3[2bcbc650];gcc3[2bcbc650]
Thread:      1 :&amp;gt; revoking mapping ;gcc3[2bcbc650];gcc3[2bcbc650]
Thread:      1 :component
path=file:///home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/lib/bootstrap.uno.so

Thread:      1 :module.c::osl_getModuleURLFromAddress -
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/bin/../lib/libuno_cppu.so.3

Thread:      1 :Error osl_getAsciiFunctionSymbol:
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/lib/bootstrap.uno.so:
undefined symbol: component_getImplementationEnvironmentExt

loadSharedLibComponentFactory envDcp: gcc3          implName:
.security.comp.stoc.FilePolicy  libName: bootstrap.uno.s
Thread:      1 :&amp;gt; inserting new mapping: ;gcc3[2bcbc830];gcc3[2bcbc830]
Thread:      1 :&amp;gt; revoking mapping ;gcc3[2bcbc830];gcc3[2bcbc830]
Thread:      1 :module.c::osl_getModuleURLFromAddress -
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/bin/../lib/libuno_cppu.so.3

Thread:      1 :&amp;gt; inserting new mapping: ;gcc3[2bcbc8d0];gcc3[2bcbc8d0]
Thread:      1 :&amp;gt; revoking mapping ;gcc3[2bcbc8d0];gcc3[2bcbc8d0]
Thread:      1 :module.c::osl_getModuleURLFromAddress -
/home/cs2c/wuyan/ooo_OOO330_m12_src/solver/330/unxlngmips.pro/bin/uno

Thread:      1 :/home/cs2c/wuyan/ooo_OOO330_m12_src/sal/rtl/source/bootstrap.cxx
&lt;/pre&gt;</description>
    <dc:creator>Yan Wu</dc:creator>
    <dc:date>2010-11-15T08:24:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5331">
    <title>Segmentation fault when building pyuno on Alpha64</title>
    <link>http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5331</link>
    <description>&lt;pre&gt;Hi,

I got a building error on Alpha 64 bit platform as following:

cp pythonloader.py ../../unxlngaxp.pro/lib/pythonloader.py
rm -f ../../unxlngaxp.pro/lib/pyuno_services.rdb
../../unxlngaxp.pro/lib/pyuno_services.tmp
../../unxlngaxp.pro/lib/pyuno_services.rdb
cd ../../unxlngaxp.pro/lib &amp;amp;&amp;amp; regcomp -register -r pyuno_services.tmp
-c stocservices.uno -c invocation.uno -c

introspection.uno -c invocadapt.uno -c   proxyfac.uno -c
reflection.uno -c pythonloader.uno
     usr/local/bin/bash: line 1:   Segmentation fault     regcomp
-register -r pyuno_services.tmp -c stocservices.uno -c

invocation.uno -c introspection.uno -c invocadapt.uno -c
proxyfac.uno -c reflection.uno -c pythonloader.uno
dmake:  Error code 139, while making
'../../unxlngaxp.pro/lib/pyuno_services.rdb'
---* tg_merge.mk *---

ERROR: Error 65280 occurred while making
home/office/DEV300-hg-2/pyuno/source/loader


The source is OOO310_m19 based, with the Alpha porting code from CWS
linuxaxp01 added to support the Alpha platform.
OS: compiled on Linux kernel 2.6.15.
GCC is 4.1.2.

Could some one provide any help? Thank you in advance.

Best Regards,
Yan
&lt;/pre&gt;</description>
    <dc:creator>Yan Wu</dc:creator>
    <dc:date>2010-10-26T11:57:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5330">
    <title>just a test please ignore</title>
    <link>http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5330</link>
    <description>&lt;pre&gt;

just a test please ignore

&lt;/pre&gt;</description>
    <dc:creator>Bernd Eilers</dc:creator>
    <dc:date>2010-10-14T07:25:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5329">
    <title>just a test</title>
    <link>http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5329</link>
    <description>&lt;pre&gt;
this is just a test!

&lt;/pre&gt;</description>
    <dc:creator>Bernd Eilers</dc:creator>
    <dc:date>2010-10-14T07:17:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5328">
    <title>test</title>
    <link>http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5328</link>
    <description>&lt;pre&gt;
Hi there!

Need to send a test mail to the mailinglist.

Kind regards,
Bernd Eilers

&lt;/pre&gt;</description>
    <dc:creator>Bernd Eilers</dc:creator>
    <dc:date>2010-10-14T06:57:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5327">
    <title>just a test please ignore</title>
    <link>http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5327</link>
    <description>&lt;pre&gt;

just a test please ignore

&lt;/pre&gt;</description>
    <dc:creator>Bernd Eilers</dc:creator>
    <dc:date>2010-10-14T07:02:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5326">
    <title>cwslocalize broken</title>
    <link>http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5326</link>
    <description>&lt;pre&gt;At least on OOO330_m3 based CWS sb130, cwslocalize --no_check failed in 
both Hamburg setsolar based environments unxlngi6.pro and unxsoli4.pro 
with exit code 255 and output tail

...................................ERROR: No java found
.ERROR: No java found
.ERROR: No java found
.ERROR: No java found
.ERROR: No java found
.ERROR: No java found
.ERROR: No java found
.......ERROR: No java found
.ERROR: No java found
.
4106 files found!
ERROR: Command execution failed:
/so/ws/OOO330/unxlngi6.pro/bin.m3/localize_sl  -QQ  -e -l en-US -f 
/tmp/8eFiDmWK4l 2&amp;gt;&amp;amp;1


-Stephan
&lt;/pre&gt;</description>
    <dc:creator>Stephan Bergmann</dc:creator>
    <dc:date>2010-08-12T14:54:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5323">
    <title>Upload ssh key in EIS</title>
    <link>http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5323</link>
    <description>&lt;pre&gt;Hello,

Christian Lohmaier asked on IRC to report here:

It seems that the "upload ssh key" feature in EIS has no effect. I
opened an issue[1] yesterday to request hg access, attached my ssh key
to it, then later I realised that I did it wrong as I added an rsa key.
Then I was suggested to use EIS to upload my new dsa key, but it seems
that has no effect.

Disclaimer: it's possible that only it was me who messed up something, I
hope I did not. :)

PS: Please keep my in CC, I'm not on the list.

Thanks,

Miklos

[1] http://www.openoffice.org/issues/show_bug.cgi?id=113498
&lt;/pre&gt;</description>
    <dc:creator>Miklos Vajna</dc:creator>
    <dc:date>2010-07-30T15:07:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5318">
    <title>modify idl files in offapi module and build</title>
    <link>http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5318</link>
    <description>&lt;pre&gt;Hello,everyone!

I'm an engineer from Beijing RedFlag 2000. And I met the following question:
Modify idl files in offapi module, must be complied the entire
OpenOffice.org from the beginning, and the program will be find,
otherwise procedure breakdown or function not be archieved. But now on
our Loongson device(MIPS architecture) Openoffice.org of transplantation
development will spend a lot of time, is there a way to solve this
phenomenon? This is modify offapi directory idl files without having to
compile the whole directory, just complie the module depends Offapi and
deliiver to the Solver directory after the compilation, direct packing;
or assign the changes generated files directly into OpenOffice.org
directory after installation, then run.

Could you help us? And give us any advices.TIA.


ChuangJiang
&lt;/pre&gt;</description>
    <dc:creator>jiangchuang</dc:creator>
    <dc:date>2010-07-23T06:56:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5317">
    <title>Please note: DEV300: gcc-3.4.x support discontinued</title>
    <link>http://comments.gmane.org/gmane.comp.openoffice.devel.tools/5317</link>
    <description>&lt;pre&gt;Hi,

with the OOO330 branch-off done we can finally drop support for all 
versions of gcc-3 including gcc-3.4.x on DEV300 - please see:

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

Regards,
    Heiner
&lt;/pre&gt;</description>
    <dc:creator>Jens-Heiner Rechtien</dc:creator>
    <dc:date>2010-07-20T17:40:42</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.openoffice.devel.tools">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.openoffice.devel.tools</link>
  </textinput>
</rdf:RDF>

