Re: Build Breaker in /main/tools/

2011-11-16 Thread Raphael Bircher

Hi all

I was just running a new build, and the breaker is solved. Andre If you 
need a testrun on a mac, just let me know, I hav here two macs who are 
ready for OOo builds.


Greetings Raphael

Am 16.11.11 09:14, schrieb Andre Fischer:

Hi,

Sorry about that.  I do not (yet) have access to a MacOS X build 
environment.  Although, I am a bit surprised about the nature of the 
problem.  A sal_Int32 should be a 4 byte integer, something that a 
32bit or 64bit compiler should be able to pack into an int.


Anyway, thank you Pedro for fixing this so fast.

Regards,
Andre

On 16.11.2011 00:46, Raphael Bircher wrote:

Hi at all

We have a build breaker in /main/tools/ As far I can see, it has
samething to do with Andre's Patch who was commited by Pedro. Here is
the output

Module 'xmerge' delivered successfully. 8 files copied, 4 files 
unchanged


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

Reason(s):

ERROR: error 65280 occurred while making
/Users/server3/Documents/build31/main/tools/prj

When you have fixed the errors in that module you can resume the build
by running:

build --from tools

server3:instsetoo_native server3$ cd tools
-bash: cd: tools: No such file or directory
server3:instsetoo_native server3$ cd ..
server3:main server3$ cd tools/
server3:tools server3$ ls
Executable_mkunroll.mk inc
Executable_rscdep.mk os2
Executable_so_checksum.mk prj
Executable_sspretty.mk qa
Library_tl.mk source
Makefile test
Module_tools.mk unx
Package_inc.mk win
StaticLibrary_ooopathutils.mk workben
bootstrp
server3:tools server3$ build
build -- version: 275224
This module has been migrated to GNU make.
You can only use build --all/--since here with build.pl.
To do the equivalent of 'build  deliver' call:
make -sr
in the module root (This will modify the solver).
server3:tools server3$ make -sr
[ build DEP ] LNK:Library/libtl.dylib
[ build DEP ] LNK:Executable/sspretty
[ build DEP ] LNK:Executable/rscdep
[ build DEP ] LNK:Executable/mkunroll
[ build LNK ] Library/libtl.dylib
[ build LNK ] Executable/mkunroll
[ build CXX ] tools/bootstrp/rscdep
cc1plus: warnings being treated as errors
/Users/server3/Documents/build31/main/tools/bootstrp/rscdep.cxx: In
function 'int main(int, char**)':
/Users/server3/Documents/build31/main/tools/bootstrp/rscdep.cxx:96:
warning: format '%d' expects type 'int', but argument 4 has type 
'long int'

/Users/server3/Documents/build31/main/tools/bootstrp/rscdep.cxx:266:
warning: format '%d' expects type 'int', but argument 2 has type
'sal_Int32'
make: ***
[/Users/server3/Documents/build31/main/solver/340/unxmacxi.pro/workdir/CxxObject/tools/bootstrp/rscdep.o] 


Error 1

System Mac OS X 10.6

Greetings Raphael





--
My private Homepage: http://www.raphaelbircher.ch/


Build Breaker in /main/tools/

2011-11-15 Thread Raphael Bircher

Hi at all

We have a build breaker in /main/tools/ As far I can see, it has 
samething to do with Andre's Patch who was commited by Pedro. Here is 
the output


Module 'xmerge' delivered successfully. 8 files copied, 4 files unchanged

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

Reason(s):

ERROR: error 65280 occurred while making 
/Users/server3/Documents/build31/main/tools/prj


When you have fixed the errors in that module you can resume the build 
by running:


build --from tools

server3:instsetoo_native server3$ cd tools
-bash: cd: tools: No such file or directory
server3:instsetoo_native server3$ cd ..
server3:main server3$ cd tools/
server3:tools server3$ ls
Executable_mkunroll.mkinc
Executable_rscdep.mkos2
Executable_so_checksum.mkprj
Executable_sspretty.mkqa
Library_tl.mksource
Makefiletest
Module_tools.mkunx
Package_inc.mkwin
StaticLibrary_ooopathutils.mkworkben
bootstrp
server3:tools server3$ build
build -- version: 275224
This module has been migrated to GNU make.
You can only use build --all/--since here with build.pl.
To do the equivalent of 'build  deliver' call:
make -sr
in the module root (This will modify the solver).
server3:tools server3$ make -sr
[ build DEP ] LNK:Library/libtl.dylib
[ build DEP ] LNK:Executable/sspretty
[ build DEP ] LNK:Executable/rscdep
[ build DEP ] LNK:Executable/mkunroll
[ build LNK ] Library/libtl.dylib
[ build LNK ] Executable/mkunroll
[ build CXX ] tools/bootstrp/rscdep
cc1plus: warnings being treated as errors
/Users/server3/Documents/build31/main/tools/bootstrp/rscdep.cxx: In 
function 'int main(int, char**)':
/Users/server3/Documents/build31/main/tools/bootstrp/rscdep.cxx:96: 
warning: format '%d' expects type 'int', but argument 4 has type 'long int'
/Users/server3/Documents/build31/main/tools/bootstrp/rscdep.cxx:266: 
warning: format '%d' expects type 'int', but argument 2 has type 'sal_Int32'
make: *** 
[/Users/server3/Documents/build31/main/solver/340/unxmacxi.pro/workdir/CxxObject/tools/bootstrp/rscdep.o] 
Error 1


System Mac OS X 10.6

Greetings Raphael
--
My private Homepage: http://www.raphaelbircher.ch/


Re: Build Breaker in /main/tools/

2011-11-15 Thread Pedro Giffuni

Thank you!

I will look now if I find an easy fix or
I will revert it ASAP.

Pedro.


--- On Tue, 11/15/11, Raphael Bircher r.birc...@gmx.ch wrote:

 Hi at all
 
 We have a build breaker in /main/tools/ As far I can see,
 it has samething to do with Andre's Patch who was commited
 by Pedro. Here is the output
 
 Module 'xmerge' delivered successfully. 8 files copied, 4
 files unchanged
 
 1 module(s):
     tools
 need(s) to be rebuilt
 
 Reason(s):
 
 ERROR: error 65280 occurred while making
 /Users/server3/Documents/build31/main/tools/prj
 
 When you have fixed the errors in that module you can
 resume the build by running:
 
     build --from tools
 
 server3:instsetoo_native server3$ cd tools
 -bash: cd: tools: No such file or directory
 server3:instsetoo_native server3$ cd ..
 server3:main server3$ cd tools/
 server3:tools server3$ ls
 Executable_mkunroll.mk        inc
 Executable_rscdep.mk        os2
 Executable_so_checksum.mk    prj
 Executable_sspretty.mk        qa
 Library_tl.mk           
 source
 Makefile            test
 Module_tools.mk           
 unx
 Package_inc.mk           
 win
 StaticLibrary_ooopathutils.mk    workben
 bootstrp
 server3:tools server3$ build
 build -- version: 275224
 This module has been migrated to GNU make.
 You can only use build --all/--since here with build.pl.
 To do the equivalent of 'build  deliver' call:
     make -sr
 in the module root (This will modify the solver).
 server3:tools server3$ make -sr
 [ build DEP ] LNK:Library/libtl.dylib
 [ build DEP ] LNK:Executable/sspretty
 [ build DEP ] LNK:Executable/rscdep
 [ build DEP ] LNK:Executable/mkunroll
 [ build LNK ] Library/libtl.dylib
 [ build LNK ] Executable/mkunroll
 [ build CXX ] tools/bootstrp/rscdep
 cc1plus: warnings being treated as errors
 /Users/server3/Documents/build31/main/tools/bootstrp/rscdep.cxx:
 In function 'int main(int, char**)':
 /Users/server3/Documents/build31/main/tools/bootstrp/rscdep.cxx:96:
 warning: format '%d' expects type 'int', but argument 4 has
 type 'long int'
 /Users/server3/Documents/build31/main/tools/bootstrp/rscdep.cxx:266:
 warning: format '%d' expects type 'int', but argument 2 has
 type 'sal_Int32'
 make: ***
 [/Users/server3/Documents/build31/main/solver/340/unxmacxi.pro/workdir/CxxObject/tools/bootstrp/rscdep.o]
 Error 1
 
 System Mac OS X 10.6
 
 Greetings Raphael
 -- My private Homepage: http://www.raphaelbircher.ch/



Re: Build Breaker in /main/tools/

2011-11-15 Thread Pedro Giffuni
Fixed in revision 1202504.

cheers,

Pedro.

--- On Tue, 11/15/11, Raphael Bircher r.birc...@gmx.ch wrote:
...
 Hi at all
 
 We have a build breaker in /main/tools/ As far I can see,
 it has samething to do with Andre's Patch who was commited
 by Pedro. Here is the output
 
 Module 'xmerge' delivered successfully. 8 files copied, 4
 files unchanged
 
 1 module(s):
     tools
 need(s) to be rebuilt
 
 Reason(s):
 
 ERROR: error 65280 occurred while making
 /Users/server3/Documents/build31/main/tools/prj
 
 When you have fixed the errors in that module you can
 resume the build by running:
 
     build --from tools
 
 server3:instsetoo_native server3$ cd tools
 -bash: cd: tools: No such file or directory
 server3:instsetoo_native server3$ cd ..
 server3:main server3$ cd tools/
 server3:tools server3$ ls
 Executable_mkunroll.mk        inc
 Executable_rscdep.mk        os2
 Executable_so_checksum.mk    prj
 Executable_sspretty.mk        qa
 Library_tl.mk           
 source
 Makefile            test
 Module_tools.mk           
 unx
 Package_inc.mk           
 win
 StaticLibrary_ooopathutils.mk    workben
 bootstrp
 server3:tools server3$ build
 build -- version: 275224
 This module has been migrated to GNU make.
 You can only use build --all/--since here with build.pl.
 To do the equivalent of 'build  deliver' call:
     make -sr
 in the module root (This will modify the solver).
 server3:tools server3$ make -sr
 [ build DEP ] LNK:Library/libtl.dylib
 [ build DEP ] LNK:Executable/sspretty
 [ build DEP ] LNK:Executable/rscdep
 [ build DEP ] LNK:Executable/mkunroll
 [ build LNK ] Library/libtl.dylib
 [ build LNK ] Executable/mkunroll
 [ build CXX ] tools/bootstrp/rscdep
 cc1plus: warnings being treated as errors
 /Users/server3/Documents/build31/main/tools/bootstrp/rscdep.cxx:
 In function 'int main(int, char**)':
 /Users/server3/Documents/build31/main/tools/bootstrp/rscdep.cxx:96:
 warning: format '%d' expects type 'int', but argument 4 has
 type 'long int'
 /Users/server3/Documents/build31/main/tools/bootstrp/rscdep.cxx:266:
 warning: format '%d' expects type 'int', but argument 2 has
 type 'sal_Int32'
 make: ***
 [/Users/server3/Documents/build31/main/solver/340/unxmacxi.pro/workdir/CxxObject/tools/bootstrp/rscdep.o]
 Error 1
 
 System Mac OS X 10.6
 
 Greetings Raphael
 -- My private Homepage: http://www.raphaelbircher.ch/