You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Carl Marcum <cm...@apache.org> on 2015/09/20 19:35:38 UTC

help building on Fedora x86-64

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 <path-to-source>/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-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: help building on Fedora x86-64

Posted by Damjan Jovanovic <da...@apache.org>.
On Sun, Sep 20, 2015 at 7:35 PM, Carl Marcum <cm...@apache.org> 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 <path-to-source>/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-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: help building on Fedora x86-64

Posted by Carl Marcum <cm...@apache.org>.
Thanks Kay !!

On 06/28/2016 11:23 AM, Kay Schenk wrote:
>
>
> On 06/27/2016 05:37 PM, Carl Marcum wrote:
>> On 09/20/2015 02:10 PM, Andrea Pescetti wrote:
>>> 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.
>>
>> [cmarcum]
>>
>> I know this is and old thread of mine and I was able to get a build but
>> forgot to follow up.
>>
>> Where should I look for the "official" set of configure flags to match a
>> release for Linux?
>>
>> Thanks,
>> Carl
>
> They should be in /devtools --
>
> http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.2/
>
> Just look at the scripts for your particular setup.
>
>
>>
>>>
>>>> ---------
>>>> 1 module(s):
>>>>      tools
>>>> need(s) to be rebuilt
>>>> Reason(s):
>>>> ERROR: error 65280 occurred while making 
>>>> <path-to-source>/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-unsubscribe@openoffice.apache.org
>>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>
>


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


Re: help building on Fedora x86-64

Posted by Kay Schenk <ka...@gmail.com>.

On 06/27/2016 05:37 PM, Carl Marcum wrote:
> On 09/20/2015 02:10 PM, Andrea Pescetti wrote:
>> 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.
>
> [cmarcum]
>
> I know this is and old thread of mine and I was able to get a build but
> forgot to follow up.
>
> Where should I look for the "official" set of configure flags to match a
> release for Linux?
>
> Thanks,
> Carl

They should be in /devtools --

http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.2/

Just look at the scripts for your particular setup.


>
>>
>>> ---------
>>> 1 module(s):
>>>      tools
>>> need(s) to be rebuilt
>>> Reason(s):
>>> ERROR: error 65280 occurred while making <path-to-source>/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-unsubscribe@openoffice.apache.org
>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>

-- 
--------------------------------------------
MzK

"Time spent with cats is never wasted."
                    -- Sigmund Freud

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


Re: help building on Fedora x86-64

Posted by Carl Marcum <cm...@apache.org>.
On 09/20/2015 02:10 PM, Andrea Pescetti wrote:
> 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.

[cmarcum]

I know this is and old thread of mine and I was able to get a build but 
forgot to follow up.

Where should I look for the "official" set of configure flags to match a 
release for Linux?

Thanks,
Carl

>
>> ---------
>> 1 module(s):
>>      tools
>> need(s) to be rebuilt
>> Reason(s):
>> ERROR: error 65280 occurred while making <path-to-source>/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-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>


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


Re: help building on Fedora x86-64

Posted by Andrea Pescetti <pe...@apache.org>.
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 <path-to-source>/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-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: help building on Fedora x86-64

Posted by Carl Marcum <cm...@apache.org>.
On 09/21/2015 12:43 AM, Damjan Jovanovic wrote:
> 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 <cm...@apache.org> wrote:
>> On 09/20/2015 08:42 PM, Damjan Jovanovic wrote:
>>> On Mon, Sep 21, 2015 at 12:52 AM, Carl Marcum <cm...@apache.org> 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 <path-to-source>/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-unsubscribe@openoffice.apache.org
>>>>> For additional commands, e-mail: dev-help@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 that module you can resume the build by
>>>> running:
>>>>
>>>>       build --all:tools
>>>>
>>>>
>>> It seems to be a build regression introduced by my commit 1703698 on
>>> 17 September affecting both Ubuntu and FreeBSD as well. I must have
>>> missed it because it only shows up on a complete rebuild, just
>>> rebuilding tools works.
>>>
>>> You can hack around it for now by doing:
>>> svn diff -c 1703698 | patch -p0 -R
>>>
>>> If you encounter further problems, it's possible gbuild itself broke
>>> causing other unit tests to fail too...
>>>
>>> I am working on it.
>>>
>>> Sorry
>>> Damjan
>>>
>> Damjan,
>>
>> I will give it a try,
>>
>>
>> Thanks,
>> Carl
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>

Damjan,

I got a build to run after applying the patch.

Thanks for your help !!

Carl


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


Re: help building on Fedora x86-64

Posted by Damjan Jovanovic <da...@apache.org>.
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 <cm...@apache.org> wrote:
> On 09/20/2015 08:42 PM, Damjan Jovanovic wrote:
>>
>> On Mon, Sep 21, 2015 at 12:52 AM, Carl Marcum <cm...@apache.org> 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 <path-to-source>/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-unsubscribe@openoffice.apache.org
>>>> For additional commands, e-mail: dev-help@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 that module you can resume the build by
>>> running:
>>>
>>>      build --all:tools
>>>
>>>
>>
>> It seems to be a build regression introduced by my commit 1703698 on
>> 17 September affecting both Ubuntu and FreeBSD as well. I must have
>> missed it because it only shows up on a complete rebuild, just
>> rebuilding tools works.
>>
>> You can hack around it for now by doing:
>> svn diff -c 1703698 | patch -p0 -R
>>
>> If you encounter further problems, it's possible gbuild itself broke
>> causing other unit tests to fail too...
>>
>> I am working on it.
>>
>> Sorry
>> Damjan
>>
>
> Damjan,
>
> I will give it a try,
>
>
> Thanks,
> Carl
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>

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


Re: help building on Fedora x86-64

Posted by Carl Marcum <cm...@apache.org>.
On 09/20/2015 08:42 PM, Damjan Jovanovic wrote:
> On Mon, Sep 21, 2015 at 12:52 AM, Carl Marcum <cm...@apache.org> 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 <path-to-source>/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-unsubscribe@openoffice.apache.org
>>> For additional commands, e-mail: dev-help@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 that module you can resume the build by
>> running:
>>
>>      build --all:tools
>>
>>
>
> It seems to be a build regression introduced by my commit 1703698 on
> 17 September affecting both Ubuntu and FreeBSD as well. I must have
> missed it because it only shows up on a complete rebuild, just
> rebuilding tools works.
>
> You can hack around it for now by doing:
> svn diff -c 1703698 | patch -p0 -R
>
> If you encounter further problems, it's possible gbuild itself broke
> causing other unit tests to fail too...
>
> I am working on it.
>
> Sorry
> Damjan
>

Damjan,

I will give it a try,

Thanks,
Carl

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


Re: help building on Fedora x86-64

Posted by Damjan Jovanovic <da...@apache.org>.
On Mon, Sep 21, 2015 at 12:52 AM, Carl Marcum <cm...@apache.org> 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 <path-to-source>/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-unsubscribe@openoffice.apache.org
>> For additional commands, e-mail: dev-help@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 that module you can resume the build by
> running:
>
>     build --all:tools
>
>


It seems to be a build regression introduced by my commit 1703698 on
17 September affecting both Ubuntu and FreeBSD as well. I must have
missed it because it only shows up on a complete rebuild, just
rebuilding tools works.

You can hack around it for now by doing:
svn diff -c 1703698 | patch -p0 -R

If you encounter further problems, it's possible gbuild itself broke
causing other unit tests to fail too...

I am working on it.

Sorry
Damjan

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


Re: help building on Fedora x86-64

Posted by Carl Marcum <cm...@apache.org>.
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 <path-to-source>/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-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@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 that module you can resume the build 
by running:

     build --all:tools




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


Re: help building on Fedora x86-64

Posted by Carl Marcum <cm...@apache.org>.
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 <path-to-source>/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-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org