Re: [CWiki] Account Whitelisting

2015-09-20 Thread Gavin McDonald

> On 20 Sep 2015, at 2:15 am, OO Bugs  wrote:
> 
> Hello,
> 
> My name is Lalith Ramesh, and I would like to request an account on the
> Confluence Wiki with the username "openofficebugs".  I would like to add
> myself to the Directory of Volunteers.

To be honest I think that username could be confusing to others, thinking that 
it
is some kind of official or role account.

Can you choose another please.

Gav…





signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [CWiki] Account Whitelisting

2015-09-20 Thread Andrea Pescetti

Gavin McDonald wrote:

On 20 Sep 2015, at 2:15 am, OO Bugs  wrote:
My name is Lalith Ramesh, and I would like to request an account on the
Confluence Wiki with the username "openofficebugs".  I would like to add
myself to the Directory of Volunteers.

To be honest I think that username could be confusing to others, thinking that 
it
is some kind of official or role account. Can you choose another please.


Same for me. I'll happily approve the account if you (Lalith Ramesh) 
choose a less generic username or e-mail address.


Regards,
  Andrea.

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



Re: Patch to not suppress bullet character from accessible text

2015-09-20 Thread Marcus

@Damjan:
Is it possible that you can have a look into the patch added to the 
mentioned issue? Maybe it's easy to successfully integrate into trunk.


Thanks

Marcus



Am 09/16/2015 12:52 AM, schrieb Niklas Johansson:

Hi Marcus

Den 2015-09-15 kl. 19:20, skrev Marcus:

I would recommend a new entry in our issue tracker [1], so that the
issue is documented. Then you can add the patch as file and state that
you put the patch under ALv2.

If it's really only 2 lines, then IMHO it should be easy that other
devs are testing it.

Finally, a short mail about the issue ID as reply to this mail thread
should notify the devs that the patch is available.


OK, done
https://bz.apache.org/ooo/show_bug.cgi?id=126529

Regards,
Niklas Johansson


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



Re: help building on Fedora x86-64

2015-09-20 Thread Carl Marcum

On 09/20/2015 01:35 PM, Carl Marcum wrote:

Hi All,

I'm attempting my first AOO build and I'm using Fedora 20 x86-64

I think I have all the dependencies installed.

I used:
./configure 
--with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 
--with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz



Going fine until :
-
1 module(s):
tools
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making /main/tools/prj
--

What would be the next step to finding out what this error is and how 
to fix it?


Thanks,
Carl


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



Okay, I cleaned it and updated to the latest trunk and built again using 
"build -all"


I didn't mention earlier I also have jdk 8.

Here is the relevant output:

=
Building module tools
=

Entering /home/carl/dev-svn/aoo-trunk/main/tools/prj

cd .. && make -s -r -j1   && make -s -r deliverlog
[ info  ALL ] LinkTarget Library/libbasegfx.so not defined: Assuming 
headers to be there!
[ info  ALL ] LinkTarget Library/libi18nisolang1gcc3.so not defined: 
Assuming headers to be there!
[ info  ALL ] LinkTarget StaticLibrary/libzlib.a not defined: Assuming 
headers to be there!

[ build PKG ] tools_inc
[ build DEP ] LNK:Executable/mkunroll
[ build DEP ] LNK:Executable/rscdep
[ build DEP ] LNK:Executable/so_checksum
[ build DEP ] LNK:Executable/sspretty
[ build DEP ] LNK:Library/libtl.so
[ build DEP ] LNK:StaticLibrary/libooopathutils.a
[ info  ALL ] LinkTarget Library/libgtest.so not defined: Assuming 
headers to be there!
[ info  ALL ] LinkTarget Library/libsfx.so not defined: Assuming headers 
to be there!

[ build DEP ] LNK:GoogleTest/tools_fractiontest
[ build CXX ] tools/source/communi/geninfo
...
...
[ build CXX ] tools/source/generic/link
[ build CXX ] tools/source/generic/poly
/home/carl/dev-svn/aoo-trunk/main/tools/source/generic/poly.cxx: In 
member function 'basegfx::B2DPolygon Polygon::getB2DPolygon() const':
/home/carl/dev-svn/aoo-trunk/main/tools/source/generic/poly.cxx:2200:10: 
warning: variable 'bControlB' set but not used [-Wunused-but-set-variable]

 bool bControlB(false);
  ^
[ build CXX ] tools/source/generic/poly2
[ build CXX ] tools/source/generic/svborder
...
...
[ build CXX ] tools/source/ref/globname
[ build CXX ] tools/source/ref/pstm
/home/carl/dev-svn/aoo-trunk/main/tools/source/ref/pstm.cxx: In function 
'SvPersistStream& operator>>(SvPersistStream&, SvPersistBaseMemberList&)':
/home/carl/dev-svn/aoo-trunk/main/tools/source/ref/pstm.cxx:134:13: 
warning: variable 'nObjLen' set but not used [-Wunused-but-set-variable]

  sal_uInt32 nObjLen(0), nObjPos(0);
 ^
/home/carl/dev-svn/aoo-trunk/main/tools/source/ref/pstm.cxx: In member 
function 'sal_uInt32 SvPersistStream::ReadObj(SvPersistBase*&, sal_Bool)':
/home/carl/dev-svn/aoo-trunk/main/tools/source/ref/pstm.cxx:750:15: 
warning: variable 'nObjLen' set but not used [-Wunused-but-set-variable]

sal_uInt32 nObjLen(0), nObjPos(0);
   ^
/home/carl/dev-svn/aoo-trunk/main/tools/source/ref/pstm.cxx: In function 
'SvStream& operator>>(SvStream&, SvPersistStream&)':
/home/carl/dev-svn/aoo-trunk/main/tools/source/ref/pstm.cxx:885:53: 
warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]

rThis.aPTable.Insert( (sal_uIntPtr)pEle, (void *)nId );
 ^
[ build CXX ] tools/source/ref/ref
[ build CXX ] tools/source/stream/cachestr
...
...
[ build LNK ] Executable/mkunroll
[ build CXX ] tools/bootstrp/rscdep
/home/carl/dev-svn/aoo-trunk/main/tools/bootstrp/rscdep.cxx: In function 
'int main(int, char**)':
/home/carl/dev-svn/aoo-trunk/main/tools/bootstrp/rscdep.cxx:107:18: 
warning: variable 'bIsKnownOption' set but not used 
[-Wunused-but-set-variable]

 bool bIsKnownOption (true);
  ^
[ build LNK ] Executable/rscdep
[ build CXX ] tools/bootstrp/md5
[ build CXX ] tools/bootstrp/so_checksum
[ build LNK ] Executable/so_checksum
[ build CXX ] tools/bootstrp/sspretty
[ build LNK ] Executable/sspretty
[ build CXX ] tools/source/misc/pathutils
[ build LNK ] StaticLibrary/libooopathutils.a
[ build MOD ] tools
[ build ALL ] top level modules: tools
[ build ALL ] loaded modules: tools
[ build CXX ] tools/test/tests
/usr/bin/cp: missing destination file operand after 
'/home/carl/dev-svn/aoo-trunk/main/solver/420/unxlngx6.pro/lib/libsfx.so'

Try '/usr/bin/cp --help' for more information.
make: *** 
[/home/carl/dev-svn/aoo-trunk/main/solver/420/unxlngx6.pro/lib/libsfx.so] Error 
1

dmake:  Error code 2, while making 'all'

1 module(s):
tools
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making 
/home/carl/dev-svn/aoo-trunk/main/tools/prj


When you have fixed the errors in 

Re: help building on Fedora x86-64

2015-09-20 Thread Damjan Jovanovic
On Mon, Sep 21, 2015 at 12:52 AM, Carl Marcum  wrote:
> On 09/20/2015 01:35 PM, Carl Marcum wrote:
>>
>> Hi All,
>>
>> I'm attempting my first AOO build and I'm using Fedora 20 x86-64
>>
>> I think I have all the dependencies installed.
>>
>> I used:
>> ./configure
>> --with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2
>> --with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz
>>
>>
>> Going fine until :
>> -
>> 1 module(s):
>> tools
>> need(s) to be rebuilt
>>
>> Reason(s):
>>
>> ERROR: error 65280 occurred while making /main/tools/prj
>> --
>>
>> What would be the next step to finding out what this error is and how to
>> fix it?
>>
>> Thanks,
>> Carl
>>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>
>
> Okay, I cleaned it and updated to the latest trunk and built again using
> "build -all"
>
> I didn't mention earlier I also have jdk 8.
>
> Here is the relevant output:
>
> =
> Building module tools
> =
>
> Entering /home/carl/dev-svn/aoo-trunk/main/tools/prj
>
> cd .. && make -s -r -j1   && make -s -r deliverlog
> [ info  ALL ] LinkTarget Library/libbasegfx.so not defined: Assuming headers
> to be there!
> [ info  ALL ] LinkTarget Library/libi18nisolang1gcc3.so not defined:
> Assuming headers to be there!
> [ info  ALL ] LinkTarget StaticLibrary/libzlib.a not defined: Assuming
> headers to be there!
> [ build PKG ] tools_inc
> [ build DEP ] LNK:Executable/mkunroll
> [ build DEP ] LNK:Executable/rscdep
> [ build DEP ] LNK:Executable/so_checksum
> [ build DEP ] LNK:Executable/sspretty
> [ build DEP ] LNK:Library/libtl.so
> [ build DEP ] LNK:StaticLibrary/libooopathutils.a
> [ info  ALL ] LinkTarget Library/libgtest.so not defined: Assuming headers
> to be there!
> [ info  ALL ] LinkTarget Library/libsfx.so not defined: Assuming headers to
> be there!
> [ build DEP ] LNK:GoogleTest/tools_fractiontest
> [ build CXX ] tools/source/communi/geninfo
> ...
> ...
> [ build CXX ] tools/source/generic/link
> [ build CXX ] tools/source/generic/poly
> /home/carl/dev-svn/aoo-trunk/main/tools/source/generic/poly.cxx: In member
> function 'basegfx::B2DPolygon Polygon::getB2DPolygon() const':
> /home/carl/dev-svn/aoo-trunk/main/tools/source/generic/poly.cxx:2200:10:
> warning: variable 'bControlB' set but not used [-Wunused-but-set-variable]
>  bool bControlB(false);
>   ^
> [ build CXX ] tools/source/generic/poly2
> [ build CXX ] tools/source/generic/svborder
> ...
> ...
> [ build CXX ] tools/source/ref/globname
> [ build CXX ] tools/source/ref/pstm
> /home/carl/dev-svn/aoo-trunk/main/tools/source/ref/pstm.cxx: In function
> 'SvPersistStream& operator>>(SvPersistStream&, SvPersistBaseMemberList&)':
> /home/carl/dev-svn/aoo-trunk/main/tools/source/ref/pstm.cxx:134:13: warning:
> variable 'nObjLen' set but not used [-Wunused-but-set-variable]
>   sal_uInt32 nObjLen(0), nObjPos(0);
>  ^
> /home/carl/dev-svn/aoo-trunk/main/tools/source/ref/pstm.cxx: In member
> function 'sal_uInt32 SvPersistStream::ReadObj(SvPersistBase*&, sal_Bool)':
> /home/carl/dev-svn/aoo-trunk/main/tools/source/ref/pstm.cxx:750:15: warning:
> variable 'nObjLen' set but not used [-Wunused-but-set-variable]
> sal_uInt32 nObjLen(0), nObjPos(0);
>^
> /home/carl/dev-svn/aoo-trunk/main/tools/source/ref/pstm.cxx: In function
> 'SvStream& operator>>(SvStream&, SvPersistStream&)':
> /home/carl/dev-svn/aoo-trunk/main/tools/source/ref/pstm.cxx:885:53: warning:
> cast to pointer from integer of different size [-Wint-to-pointer-cast]
> rThis.aPTable.Insert( (sal_uIntPtr)pEle, (void *)nId );
>  ^
> [ build CXX ] tools/source/ref/ref
> [ build CXX ] tools/source/stream/cachestr
> ...
> ...
> [ build LNK ] Executable/mkunroll
> [ build CXX ] tools/bootstrp/rscdep
> /home/carl/dev-svn/aoo-trunk/main/tools/bootstrp/rscdep.cxx: In function
> 'int main(int, char**)':
> /home/carl/dev-svn/aoo-trunk/main/tools/bootstrp/rscdep.cxx:107:18: warning:
> variable 'bIsKnownOption' set but not used [-Wunused-but-set-variable]
>  bool bIsKnownOption (true);
>   ^
> [ build LNK ] Executable/rscdep
> [ build CXX ] tools/bootstrp/md5
> [ build CXX ] tools/bootstrp/so_checksum
> [ build LNK ] Executable/so_checksum
> [ build CXX ] tools/bootstrp/sspretty
> [ build LNK ] Executable/sspretty
> [ build CXX ] tools/source/misc/pathutils
> [ build LNK ] StaticLibrary/libooopathutils.a
> [ build MOD ] tools
> [ build ALL ] top level modules: tools
> [ build ALL ] loaded modules: tools
> [ build CXX ] tools/test/tests
> /usr/bin/cp: missing destination file operand after
> '/home/carl/dev-svn/aoo-trunk/main/solver/420/unxlngx6.pro/lib/libsfx.so'
> Try '/usr/bin/cp --help' for more information.

Re: help building on Fedora x86-64

2015-09-20 Thread Carl Marcum

On 09/20/2015 08:42 PM, Damjan Jovanovic wrote:

On Mon, Sep 21, 2015 at 12:52 AM, Carl Marcum  wrote:

On 09/20/2015 01:35 PM, Carl Marcum wrote:

Hi All,

I'm attempting my first AOO build and I'm using Fedora 20 x86-64

I think I have all the dependencies installed.

I used:
./configure
--with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2
--with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz


Going fine until :
-
1 module(s):
 tools
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making /main/tools/prj
--

What would be the next step to finding out what this error is and how to
fix it?

Thanks,
Carl


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


Okay, I cleaned it and updated to the latest trunk and built again using
"build -all"

I didn't mention earlier I also have jdk 8.

Here is the relevant output:

=
Building module tools
=

Entering /home/carl/dev-svn/aoo-trunk/main/tools/prj

cd .. && make -s -r -j1   && make -s -r deliverlog
[ info  ALL ] LinkTarget Library/libbasegfx.so not defined: Assuming headers
to be there!
[ info  ALL ] LinkTarget Library/libi18nisolang1gcc3.so not defined:
Assuming headers to be there!
[ info  ALL ] LinkTarget StaticLibrary/libzlib.a not defined: Assuming
headers to be there!
[ build PKG ] tools_inc
[ build DEP ] LNK:Executable/mkunroll
[ build DEP ] LNK:Executable/rscdep
[ build DEP ] LNK:Executable/so_checksum
[ build DEP ] LNK:Executable/sspretty
[ build DEP ] LNK:Library/libtl.so
[ build DEP ] LNK:StaticLibrary/libooopathutils.a
[ info  ALL ] LinkTarget Library/libgtest.so not defined: Assuming headers
to be there!
[ info  ALL ] LinkTarget Library/libsfx.so not defined: Assuming headers to
be there!
[ build DEP ] LNK:GoogleTest/tools_fractiontest
[ build CXX ] tools/source/communi/geninfo
...
...
[ build CXX ] tools/source/generic/link
[ build CXX ] tools/source/generic/poly
/home/carl/dev-svn/aoo-trunk/main/tools/source/generic/poly.cxx: In member
function 'basegfx::B2DPolygon Polygon::getB2DPolygon() const':
/home/carl/dev-svn/aoo-trunk/main/tools/source/generic/poly.cxx:2200:10:
warning: variable 'bControlB' set but not used [-Wunused-but-set-variable]
  bool bControlB(false);
   ^
[ build CXX ] tools/source/generic/poly2
[ build CXX ] tools/source/generic/svborder
...
...
[ build CXX ] tools/source/ref/globname
[ build CXX ] tools/source/ref/pstm
/home/carl/dev-svn/aoo-trunk/main/tools/source/ref/pstm.cxx: In function
'SvPersistStream& operator>>(SvPersistStream&, SvPersistBaseMemberList&)':
/home/carl/dev-svn/aoo-trunk/main/tools/source/ref/pstm.cxx:134:13: warning:
variable 'nObjLen' set but not used [-Wunused-but-set-variable]
   sal_uInt32 nObjLen(0), nObjPos(0);
  ^
/home/carl/dev-svn/aoo-trunk/main/tools/source/ref/pstm.cxx: In member
function 'sal_uInt32 SvPersistStream::ReadObj(SvPersistBase*&, sal_Bool)':
/home/carl/dev-svn/aoo-trunk/main/tools/source/ref/pstm.cxx:750:15: warning:
variable 'nObjLen' set but not used [-Wunused-but-set-variable]
 sal_uInt32 nObjLen(0), nObjPos(0);
^
/home/carl/dev-svn/aoo-trunk/main/tools/source/ref/pstm.cxx: In function
'SvStream& operator>>(SvStream&, SvPersistStream&)':
/home/carl/dev-svn/aoo-trunk/main/tools/source/ref/pstm.cxx:885:53: warning:
cast to pointer from integer of different size [-Wint-to-pointer-cast]
 rThis.aPTable.Insert( (sal_uIntPtr)pEle, (void *)nId );
  ^
[ build CXX ] tools/source/ref/ref
[ build CXX ] tools/source/stream/cachestr
...
...
[ build LNK ] Executable/mkunroll
[ build CXX ] tools/bootstrp/rscdep
/home/carl/dev-svn/aoo-trunk/main/tools/bootstrp/rscdep.cxx: In function
'int main(int, char**)':
/home/carl/dev-svn/aoo-trunk/main/tools/bootstrp/rscdep.cxx:107:18: warning:
variable 'bIsKnownOption' set but not used [-Wunused-but-set-variable]
  bool bIsKnownOption (true);
   ^
[ build LNK ] Executable/rscdep
[ build CXX ] tools/bootstrp/md5
[ build CXX ] tools/bootstrp/so_checksum
[ build LNK ] Executable/so_checksum
[ build CXX ] tools/bootstrp/sspretty
[ build LNK ] Executable/sspretty
[ build CXX ] tools/source/misc/pathutils
[ build LNK ] StaticLibrary/libooopathutils.a
[ build MOD ] tools
[ build ALL ] top level modules: tools
[ build ALL ] loaded modules: tools
[ build CXX ] tools/test/tests
/usr/bin/cp: missing destination file operand after
'/home/carl/dev-svn/aoo-trunk/main/solver/420/unxlngx6.pro/lib/libsfx.so'
Try '/usr/bin/cp --help' for more information.
make: ***
[/home/carl/dev-svn/aoo-trunk/main/solver/420/unxlngx6.pro/lib/libsfx.so]
Error 1
dmake:  Error code 2, while making 'all'

1 module(s):
 tools
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 

OpenSSL update

2015-09-20 Thread Pedro Giffuni

Hi;

I don't really have much time for this but it looked pretty easy so
I got started in the OpenSSL update.

http://people.apache.org/~pfg/patches/aoo-openssl-0.9.8zg.diff

I won't make any claims ... and I specifically didn't look at the ming 
stuff.


Just something I thought people may want to look into before a release.

Pedro.

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



Re: help building on Fedora x86-64

2015-09-20 Thread Damjan Jovanovic
Fixed in the latest SVN. If you did that change I described, please
revert (svn revert main/tools -R) before you "svn update" to prevent a
conflict.

Damjan

On Mon, Sep 21, 2015 at 2:56 AM, Carl Marcum  wrote:
> On 09/20/2015 08:42 PM, Damjan Jovanovic wrote:
>>
>> On Mon, Sep 21, 2015 at 12:52 AM, Carl Marcum  wrote:
>>>
>>> On 09/20/2015 01:35 PM, Carl Marcum wrote:

 Hi All,

 I'm attempting my first AOO build and I'm using Fedora 20 x86-64

 I think I have all the dependencies installed.

 I used:
 ./configure

 --with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2

 --with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz


 Going fine until :
 -
 1 module(s):
  tools
 need(s) to be rebuilt

 Reason(s):

 ERROR: error 65280 occurred while making /main/tools/prj
 --

 What would be the next step to finding out what this error is and how to
 fix it?

 Thanks,
 Carl


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

>>> Okay, I cleaned it and updated to the latest trunk and built again using
>>> "build -all"
>>>
>>> I didn't mention earlier I also have jdk 8.
>>>
>>> Here is the relevant output:
>>>
>>> =
>>> Building module tools
>>> =
>>>
>>> Entering /home/carl/dev-svn/aoo-trunk/main/tools/prj
>>>
>>> cd .. && make -s -r -j1   && make -s -r deliverlog
>>> [ info  ALL ] LinkTarget Library/libbasegfx.so not defined: Assuming
>>> headers
>>> to be there!
>>> [ info  ALL ] LinkTarget Library/libi18nisolang1gcc3.so not defined:
>>> Assuming headers to be there!
>>> [ info  ALL ] LinkTarget StaticLibrary/libzlib.a not defined: Assuming
>>> headers to be there!
>>> [ build PKG ] tools_inc
>>> [ build DEP ] LNK:Executable/mkunroll
>>> [ build DEP ] LNK:Executable/rscdep
>>> [ build DEP ] LNK:Executable/so_checksum
>>> [ build DEP ] LNK:Executable/sspretty
>>> [ build DEP ] LNK:Library/libtl.so
>>> [ build DEP ] LNK:StaticLibrary/libooopathutils.a
>>> [ info  ALL ] LinkTarget Library/libgtest.so not defined: Assuming
>>> headers
>>> to be there!
>>> [ info  ALL ] LinkTarget Library/libsfx.so not defined: Assuming headers
>>> to
>>> be there!
>>> [ build DEP ] LNK:GoogleTest/tools_fractiontest
>>> [ build CXX ] tools/source/communi/geninfo
>>> ...
>>> ...
>>> [ build CXX ] tools/source/generic/link
>>> [ build CXX ] tools/source/generic/poly
>>> /home/carl/dev-svn/aoo-trunk/main/tools/source/generic/poly.cxx: In
>>> member
>>> function 'basegfx::B2DPolygon Polygon::getB2DPolygon() const':
>>> /home/carl/dev-svn/aoo-trunk/main/tools/source/generic/poly.cxx:2200:10:
>>> warning: variable 'bControlB' set but not used
>>> [-Wunused-but-set-variable]
>>>   bool bControlB(false);
>>>^
>>> [ build CXX ] tools/source/generic/poly2
>>> [ build CXX ] tools/source/generic/svborder
>>> ...
>>> ...
>>> [ build CXX ] tools/source/ref/globname
>>> [ build CXX ] tools/source/ref/pstm
>>> /home/carl/dev-svn/aoo-trunk/main/tools/source/ref/pstm.cxx: In function
>>> 'SvPersistStream& operator>>(SvPersistStream&,
>>> SvPersistBaseMemberList&)':
>>> /home/carl/dev-svn/aoo-trunk/main/tools/source/ref/pstm.cxx:134:13:
>>> warning:
>>> variable 'nObjLen' set but not used [-Wunused-but-set-variable]
>>>sal_uInt32 nObjLen(0), nObjPos(0);
>>>   ^
>>> /home/carl/dev-svn/aoo-trunk/main/tools/source/ref/pstm.cxx: In member
>>> function 'sal_uInt32 SvPersistStream::ReadObj(SvPersistBase*&,
>>> sal_Bool)':
>>> /home/carl/dev-svn/aoo-trunk/main/tools/source/ref/pstm.cxx:750:15:
>>> warning:
>>> variable 'nObjLen' set but not used [-Wunused-but-set-variable]
>>>  sal_uInt32 nObjLen(0), nObjPos(0);
>>> ^
>>> /home/carl/dev-svn/aoo-trunk/main/tools/source/ref/pstm.cxx: In function
>>> 'SvStream& operator>>(SvStream&, SvPersistStream&)':
>>> /home/carl/dev-svn/aoo-trunk/main/tools/source/ref/pstm.cxx:885:53:
>>> warning:
>>> cast to pointer from integer of different size [-Wint-to-pointer-cast]
>>>  rThis.aPTable.Insert( (sal_uIntPtr)pEle, (void *)nId );
>>>   ^
>>> [ build CXX ] tools/source/ref/ref
>>> [ build CXX ] tools/source/stream/cachestr
>>> ...
>>> ...
>>> [ build LNK ] Executable/mkunroll
>>> [ build CXX ] tools/bootstrp/rscdep
>>> /home/carl/dev-svn/aoo-trunk/main/tools/bootstrp/rscdep.cxx: In function
>>> 'int main(int, char**)':
>>> /home/carl/dev-svn/aoo-trunk/main/tools/bootstrp/rscdep.cxx:107:18:
>>> warning:
>>> variable 'bIsKnownOption' set but not used [-Wunused-but-set-variable]
>>>   bool bIsKnownOption (true);
>>>^
>>> [ build LNK ] Executable/rscdep
>>> [ build 

Re: Reporting broken download link

2015-09-20 Thread Marcus
It seems there is no problem with the download. But from the error 
message I would guess that there is no Java Runtime Environment 
installed - or not the right version.


In general, for user questions like this please go to the other mailing 
list:


us...@openoffice.apache.org

Or use our support forums at:

https://forum.openoffice.org/

Thanks

Marcus



Am 09/20/2015 08:27 PM, schrieb André Pauzé:

System :
iMac
Mac OS X Yosemite
Intel Core 2 Duo 3,08 Ghz

Application
OpenOffice 4.1.1 downloaded 9/18/2015

Problem :
When attempting opening a table on the base component (database) it
refuse to open because it dont find the java component.
Message (Software installed in French, i will traduce ) :
Impossible to establish a connection with data source "MyDataBaseName"
No Java installation found, verify your installation.
When going to detail, I have :
Statut SQL: HY000
No Java installation found, verify your installation.

By the way OpenOffice.org v. 3 still function well.


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



Re: help building on Fedora x86-64

2015-09-20 Thread Carl Marcum

On 09/20/2015 01:35 PM, Carl Marcum wrote:

Hi All,

I'm attempting my first AOO build and I'm using Fedora 20 x86-64

I think I have all the dependencies installed.

I used:
./configure 
--with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 
--with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz



Going fine until :
-
1 module(s):
tools
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making /main/tools/prj
--

What would be the next step to finding out what this error is and how 
to fix it?


Thanks,
Carl



I should also mention it's from trunk I downloaded 2 days ago.



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



Re: help building on Fedora x86-64

2015-09-20 Thread Andrea Pescetti

On 20/09/2015 Carl Marcum wrote:

I'm attempting my first AOO build and I'm using Fedora 20 x86-64
I think I have all the dependencies installed.


You can verify it at
https://wiki.openoffice.org/wiki/Fedora_Build_Instructions
(Fedora 19 will be OK as a reference).


I used:
./configure
--with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2
--with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz


You should try with a richer set if you want something closer to a 
release. But let's start with these basic options for the moment.



-
1 module(s):
 tools
need(s) to be rebuilt
Reason(s):
ERROR: error 65280 occurred while making /main/tools/prj
--
What would be the next step to finding out what this error is and how to
fix it?


The first step is to get more context. This is a standard build error, 
which does not tell us anything about what is broken. If your build 
command is simply "build --all" then please re-run it and include the 20 
lines or so before the lines you sent. If you use parallel build (like 
"build --all -P4 -- -P4") then please re-run it as simply "build --all" 
to avoid overlapping output from parallel build, and still include the 
20 or so lines before the above.


I have a Fedora 20 system available in the set of systems I use to 
build, and I built trunk on it yesterday, so we should be able to make 
your build work too.


Regards,
  Andrea.

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



Reporting broken download link

2015-09-20 Thread André Pauzé

System :
iMac
Mac OS X Yosemite
Intel Core 2 Duo 3,08 Ghz

Application
OpenOffice 4.1.1 downloaded  9/18/2015

Problem :
When attempting opening a table on the base component  (database) it 
refuse to open because it dont find the java component.

Message (Software installed in French, i will traduce ) :
Impossible to establish a connection with data source "MyDataBaseName"
No Java installation found, verify your installation.
When going to detail, I have :
 Statut SQL: HY000
 No Java installation found, verify your installation.


By the way OpenOffice.org v. 3 still function well.


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



help building on Fedora x86-64

2015-09-20 Thread Carl Marcum

Hi All,

I'm attempting my first AOO build and I'm using Fedora 20 x86-64

I think I have all the dependencies installed.

I used:
./configure 
--with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 
--with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz



Going fine until :
-
1 module(s):
tools
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making /main/tools/prj
--

What would be the next step to finding out what this error is and how to 
fix it?


Thanks,
Carl


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



Re: help building on Fedora x86-64

2015-09-20 Thread Damjan Jovanovic
On Sun, Sep 20, 2015 at 7:35 PM, Carl Marcum  wrote:
> Hi All,
>
> I'm attempting my first AOO build and I'm using Fedora 20 x86-64
>
> I think I have all the dependencies installed.
>
> I used:
> ./configure
> --with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2
> --with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz
>
>
> Going fine until :
> -
> 1 module(s):
> tools
> need(s) to be rebuilt
>
> Reason(s):
>
> ERROR: error 65280 occurred while making /main/tools/prj
> --
>
> What would be the next step to finding out what this error is and how to fix
> it?
>
> Thanks,
> Carl

Hi Carl

That doesn't tell us much, please post earlier output if you did a
build without "-P2", or "cd main/tools" and just run "build" without
the "-P2" options and attach the output of that.

Thank you
Damjan

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