On 09/20/2015 08:42 PM, Damjan Jovanovic wrote:
On Mon, Sep 21, 2015 at 12:52 AM, Carl Marcum <cmar...@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-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 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-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to