[build C ] sal/osl/unx/system.c
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-4.0.1.2/sal/osl/unx/system.c:223:17: warning: implicit declaration of function 'log10' is invalid in C99 [-Wimplicit-function-declaration]
*decpt=(int)log10(value);
^
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-4.0.1.2/sal/osl/unx/system.c:224:12: warning: implicitly declaring library function 'pow' with type 'double (double, double)'
value*=pow(10.0,1-*decpt);
^
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-4.0.1.2/sal/osl/unx/system.c:224:12: note: please include the header <math.h> or explicitly provide a declaration for 'pow'
2 warnings generated.
[build C ] sal/osl/unx/tempfile.c
[build C ] sal/osl/unx/thread.c
[build C ] sal/osl/unx/time.c
[build C ] sal/osl/unx/util.c
[build C ] sal/osl/unx/signal.c
[build C ] sal/osl/unx/backtrace.c
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-4.0.1.2/sal/osl/unx/backtrace.c:183:60: warning: format specifies type 'unsigned int' but the argument has type 'ptrdiff_t' (aka 'long') [-Wformat]
fprintf( fp, "%s+0x%x", dli.dli_fname, offset );
~~ ^~~~~~
%tx
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-4.0.1.2/sal/osl/unx/backtrace.c:188:62: warning: format specifies type 'unsigned int' but the argument has type 'ptrdiff_t' (aka 'long') [-Wformat]
fprintf( fp, "(%s+0x%x)", dli.dli_sname, offset );
~~ ^~~~~~
%tx
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-4.0.1.2/sal/osl/unx/backtrace.c:191:38: warning: format specifies type 'unsigned int' but the argument has type 'void *' [-Wformat]
fprintf( fp, "[0x%x]\n", *pFramePtr );
~~ ^~~~~~~~~~
3 warnings generated.
[build C ] sal/osl/unx/interlck.c
[build LNK] Library/libuno_sal.so
local symbol 0: discarded in section `.text._ZN3rtl3Uri15convertRelToAbsERKNS_8OUStringES3_' from /tmp/lobuild/workdir/unxfbsd.pro/CxxObject/sal/rtl/source/bootstrap.o
local symbol 1: discarded in section `.text._ZN3rtl21MalformedUriExceptionD1Ev' from /tmp/lobuild/workdir/unxfbsd.pro/CxxObject/sal/rtl/source/bootstrap.o
local symbol 2: discarded in section `.text._ZN3osl5MutexD1Ev' from /tmp/lobuild/workdir/unxfbsd.pro/CxxObject/sal/rtl/source/logfile.o
local symbol 3: discarded in section `.text._ZN3osl5MutexD1Ev' from /tmp/lobuild/workdir/unxfbsd.pro/CxxObject/sal/rtl/source/unload.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [/tmp/lobuild/workdir/unxfbsd.pro/LinkTarget/Library/libuno_sal.so] Error 1
-----------------------------------------------------------------------
Oh dear - something failed during the build - sorry !
For more help with debugging build errors, please see the section in:
http://wiki.documentfoundation.org/Development
internal build errors:
ERROR: error 512 occurred while making /wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-4.0.1.2/tail_build/prj
it seems that the error is inside 'tail_build', please re-run build
inside this module to isolate the error and/or test your fix.
-----------------------------------------------------------------------
To rebuild a specific module:
gmake tail_build.clean # not recommended, this will re-build almost everything
gmake tail_build
when the problem is isolated and fixed, re-run 'gmake'
gmake[1]: *** [build-packimages] Error 1
gmake[1]: Leaving directory `/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-4.0.1.2'