odd libmspub build issue ...
Michael Meeks
michael.meeks at collabora.com
Mon Dec 2 05:14:20 PST 2013
I just got the attached; building master on windows, with 10x way
parallelism (only 8 cores but ...).
Unclear to me what is/was going on - the Makefile.am rule looks fine:
libmspub_ at MSPUB_MAJOR_VERSION@_ at MSPUB_MINOR_VERSION@_la_SOURCES = \
MSPUBCollector.cpp \
MSPUBDocument.cpp \
Also looks like that object was compiled first, so - surely it's
completed by the time linking starts ? I've got ccache disabled so no
possible race there.
Only happened the 1st time on a from-clean initial git checkout of
master - rather odd; I wondered if anyone else has seen that ?
HTH,
Michael.
--
michael.meeks at collabora.com <><, Pseudo Engineer, itinerant idiot
-------------- next part --------------
[build BIN] libxslt
[build C ] UnpackedTarball/raptor/src/ntriples_parse.c
[build C ] UnpackedTarball/raptor/src/parsedate.c
C:/sources/master/workdir/UnpackedTarball/raptor/src/ntriples_parse.c(131) : warning C4100: 'predicate_type' : unreferenced formal parameter
C:/sources/master/workdir/UnpackedTarball/raptor/src/ntriples_parse.c(1033) : warning C4100: 'identifier' : unreferenced formal parameter
C:/sources/master/workdir/UnpackedTarball/raptor/src/ntriples_parse.c(1031) : warning C4100: 'factory' : unreferenced formal parameter
[build C ] UnpackedTarball/raptor/src/raptor_abbrev.c
./parsedate.y(781) : warning C4100: 's' : unreferenced formal parameter
[build C ] UnpackedTarball/raptor/src/raptor_avltree.c
[build C ] UnpackedTarball/raptor/src/raptor_concepts.c
C:/sources/master/workdir/UnpackedTarball/raptor/src/raptor_avltree.c(848) : warning C4100: 'tree' : unreferenced formal parameter
C:/sources/master/workdir/UnpackedTarball/raptor/src/raptor_avltree.c(930) : warning C4100: 'tree' : unreferenced formal parameter
[build C ] UnpackedTarball/raptor/src/raptor_general.c
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... conftest.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... obj
checking whether we are using the GNU C++ compiler... no
checking whether C:/sources/master/workdir/LinkTarget/Executable/g++-wrapper.exe accepts -g... yes
checking dependency style of C:/sources/master/workdir/LinkTarget/Executable/g++-wrapper.exe... msvc7
checking for ar... ar
checking the archiver (ar) interface... ar
checking for gcc... C:/sources/master/workdir/LinkTarget/Executable/gcc-wrapper.exe
checking whether we are using the GNU C compiler... no
checking whether C:/sources/master/workdir/LinkTarget/Executable/gcc-wrapper.exe accepts -g... yes
checking for C:/sources/master/workdir/LinkTarget/Executable/gcc-wrapper.exe option to accept ISO C89... none needed
checking dependency style of C:/sources/master/workdir/LinkTarget/Executable/gcc-wrapper.exe... msvc7
checking how to run the C preprocessor... C:/sources/master/workdir/LinkTarget/Executable/gcc-wrapper.exe -E
checking whether we are using the GNU C++ compiler... (cached) no
checking whether C:/sources/master/workdir/LinkTarget/Executable/g++-wrapper.exe accepts -g... (cached) yes
checking dependency style of C:/sources/master/workdir/LinkTarget/Executable/g++-wrapper.exe... (cached) msvc7
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... C:/cygwin/bin/grep.exe
checking for egrep... C:/cygwin/bin/grep.exe -E
checking for fgrep... C:/cygwin/bin/grep.exe -F
checking for non-GNU ld... C:\PROGRA~1\MICROS~1.0\VC\bin\link.exe -nologo
checking if the linker (C:\PROGRA~1\MICROS~1.0\VC\bin\link.exe -nologo) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-cygwin file names to i686-pc-cygwin format... func_convert_file_noop
checking how to convert i686-pc-cygwin file names to toolchain format... func_convert_file_noop
checking for C:\PROGRA~1\MICROS~1.0\VC\bin\link.exe -nologo option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for dlltool... dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from C:/sources/master/workdir/LinkTarget/Executable/gcc-wrapper.exe object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... yes
checking for ANSI C header files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... yes
checking for unistd.h... no
checking for dlfcn.h... no
checking for as... as
checking for dlltool... (cached) dlltool
checking for objdump... (cached) objdump
checking for objdir... .libs
checking for C:/sources/master/workdir/LinkTarget/Executable/gcc-wrapper.exe option to produce PIC... -DDLL_EXPORT -DPIC
checking if C:/sources/master/workdir/LinkTarget/Executable/gcc-wrapper.exe PIC flag -DDLL_EXPORT -DPIC works... yes
checking if C:/sources/master/workdir/LinkTarget/Executable/gcc-wrapper.exe static flag works... yes
checking if C:/sources/master/workdir/LinkTarget/Executable/gcc-wrapper.exe supports -c -o file.obj... yes
checking if C:/sources/master/workdir/LinkTarget/Executable/gcc-wrapper.exe supports -c -o file.obj... (cached) yes
checking whether the C:/sources/master/workdir/LinkTarget/Executable/gcc-wrapper.exe linker (C:\PROGRA~1\MICROS~1.0\VC\bin\link.exe -nologo) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... C:/sources/master/workdir/LinkTarget/Executable/g++-wrapper.exe -E
checking whether the C:/sources/master/workdir/LinkTarget/Executable/g++-wrapper.exe linker (C:\PROGRA~1\MICROS~1.0\VC\bin\link.exe -nologo) supports shared libraries... no
checking for C:/sources/master/workdir/LinkTarget/Executable/g++-wrapper.exe option to produce PIC... -DDLL_EXPORT -DPIC
checking if C:/sources/master/workdir/LinkTarget/Executable/g++-wrapper.exe PIC flag -DDLL_EXPORT -DPIC works... yes
checking if C:/sources/master/workdir/LinkTarget/Executable/g++-wrapper.exe static flag works... yes
checking if C:/sources/master/workdir/LinkTarget/Executable/g++-wrapper.exe supports -c -o file.obj... yes
checking if C:/sources/master/workdir/LinkTarget/Executable/g++-wrapper.exe supports -c -o file.obj... (cached) yes
checking whether the C:/sources/master/workdir/LinkTarget/Executable/g++-wrapper.exe linker (C:\PROGRA~1\MICROS~1.0\VC\bin\link.exe -nologo) supports shared libraries... no
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking for WPD... yes
checking for WPG... yes
checking for ZLIB... yes
checking for boost/bind.hpp... yes
checking for boost/function.hpp... yes
checking for boost/optional.hpp... yes
checking for boost/ptr_container/ptr_vector.hpp... yes
checking for boost/scoped_ptr.hpp... yes
checking for boost/shared_ptr.hpp... yes
checking for ICU... yes
checking for native Win32... no
checking for Win32 platform in general... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/conv/Makefile
config.status: creating src/conv/raw/Makefile
config.status: creating src/conv/raw/pub2raw.rc
config.status: creating src/conv/svg/Makefile
config.status: creating src/conv/svg/pub2xhtml.rc
config.status: creating src/lib/Makefile
config.status: creating src/lib/libmspub.rc
config.status: creating inc/Makefile
config.status: creating inc/libmspub/Makefile
config.status: creating build/Makefile
config.status: creating build/win32/Makefile
config.status: creating docs/Makefile
config.status: creating docs/doxygen/Makefile
config.status: creating libmspub-0.0.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure:
==============================================================================
Build configuration:
debug: no
docs: no
static-tools: no
werror: no
==============================================================================
CXX MSPUBCollector.lo
MSPUBCollector.cpp
c:\sources\master\workdir\unpackedtarball\libmspub\src\lib\TableInfo.h(31) : warning C4068: unknown pragma
c:\sources\master\workdir\unpackedtarball\libmspub\src\lib\TableInfo.h(32) : warning C4068: unknown pragma
c:\sources\master\workdir\unpackedtarball\libmspub\src\lib\TableInfo.h(33) : warning C4068: unknown pragma
CXX MSPUBDocument.lo
MSPUBDocument.cpp
c:\sources\master\workdir\unpackedtarball\libmspub\src\lib\TableInfo.h(31) : warning C4068: unknown pragma
c:\sources\master\workdir\unpackedtarball\libmspub\src\lib\TableInfo.h(32) : warning C4068: unknown pragma
c:\sources\master\workdir\unpackedtarball\libmspub\src\lib\TableInfo.h(33) : warning C4068: unknown pragma
CXX MSPUBParser.lo
CXX MSPUBParser2k.lo
MSPUBParser.cpp
c:\sources\master\workdir\unpackedtarball\libmspub\src\lib\TableInfo.h(31) : warning C4068: unknown pragma
c:\sources\master\workdir\unpackedtarball\libmspub\src\lib\TableInfo.h(32) : warning C4068: unknown pragma
c:\sources\master\workdir\unpackedtarball\libmspub\src\lib\TableInfo.h(33) : warning C4068: unknown pragma
MSPUBParser2k.cpp
c:\sources\master\workdir\unpackedtarball\libmspub\src\lib\TableInfo.h(31) : warning C4068: unknown pragma
c:\sources\master\workdir\unpackedtarball\libmspub\src\lib\TableInfo.h(32) : warning C4068: unknown pragma
c:\sources\master\workdir\unpackedtarball\libmspub\src\lib\TableInfo.h(33) : warning C4068: unknown pragma
CXX MSPUBStringVector.lo
MSPUBStringVector.cpp
CXX MSPUBSVGGenerator.lo
CXX Fill.lo
MSPUBSVGGenerator.cpp
Fill.cpp
c:\sources\master\workdir\unpackedtarball\libmspub\src\lib\TableInfo.h(31) : warning C4068: unknown pragma
c:\sources\master\workdir\unpackedtarball\libmspub\src\lib\TableInfo.h(32) : warning C4068: unknown pragma
c:\sources\master\workdir\unpackedtarball\libmspub\src\lib\TableInfo.h(33) : warning C4068: unknown pragma
CXX libmspub_utils.lo
CXX PolygonUtils.lo
libmspub_utils.cpp
CXX ShapeGroupElement.lo
PolygonUtils.cpp
c:\sources\master\workdir\unpackedtarball\libmspub\src\lib\TableInfo.h(31) : warning C4068: unknown pragma
c:\sources\master\workdir\unpackedtarball\libmspub\src\lib\TableInfo.h(32) : warning C4068: unknown pragma
c:\sources\master\workdir\unpackedtarball\libmspub\src\lib\TableInfo.h(33) : warning C4068: unknown pragma
PolygonUtils.cpp(46) : warning C4068: unknown pragma
PolygonUtils.cpp(47) : warning C4068: unknown pragma
PolygonUtils.cpp(48) : warning C4068: unknown pragma
ShapeGroupElement.cpp
c:\sources\master\workdir\unpackedtarball\libmspub\src\lib\TableInfo.h(31) : warning C4068: unknown pragma
c:\sources\master\workdir\unpackedtarball\libmspub\src\lib\TableInfo.h(32) : warning C4068: unknown pragma
c:\sources\master\workdir\unpackedtarball\libmspub\src\lib\TableInfo.h(33) : warning C4068: unknown pragma
CXX ColorReference.lo
CXX VectorTransformation2D.lo
ColorReference.cpp
VectorTransformation2D.cpp
CXX MSPUBParser97.lo
CXX Dash.lo
MSPUBParser97.cpp
c:\sources\master\workdir\unpackedtarball\libmspub\src\lib\TableInfo.h(31) : warning C4068: unknown pragma
c:\sources\master\workdir\unpackedtarball\libmspub\src\lib\TableInfo.h(32) : warning C4068: unknown pragma
c:\sources\master\workdir\unpackedtarball\libmspub\src\lib\TableInfo.h(33) : warning C4068: unknown pragma
Dash.cpp
CXX Shadow.lo
Shadow.cpp
CXXLD libmspub-0.0.la
libtool: link: `MSPUBCollector.lo' is not a valid libtool object
make[2]: *** [libmspub-0.0.la] Error 1
make[1]: *** [C:/sources/master/workdir/ExternalProject/libmspub/build] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: INTERNAL: Exiting with 5 jobserver tokens available; should be 10!
make: *** [build] Error 2
michael at build /cygdrive/c/sources/master
$ make libmspub.clean libmspub
cd C:/sources/master/external/libmspub && /opt/lo/bin/make -j 10 -rs clean
[clean UPK] libmspub-0.0.6.tar.bz2
[clean PAT] libmspub
[clean PRJ] libmspub
[clean MOD] libmspub
[clean ALL] top level modules: libmspub
[clean ALL] loaded modules: libmspub
cd C:/sources/master/external/libmspub && /opt/lo/bin/make -j 10 -rs
[build UPK] libmspub-0.0.6.tar.bz2
[build LOC] libmspub
[build CHK] libmspub
[build LOC] top level modules: libmspub
[build LOC] loaded modules: libmspub
[build CHK] loaded modules: libmspub
[build PAT] libmspub
[build PRJ] libmspub
[build BIN] libmspub
[build MOD] libmspub
[build BIN] top level modules: libmspub
[build BIN] loaded modules: libmspub
[build ALL] top level modules: build-non-l10n-only build-l10n-only
[build ALL] loaded modules: libmspub
More information about the LibreOffice
mailing list