<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello Cédric<br>
<br>
ERROR: error 65280 occurred while making
/home/tdf/git/core/libcmis/prj<br>
<br>
it seems that the error is inside 'libcmis', please re-run build<br>
inside this module to isolate the error and/or test your fix:<br>
-----------------------------------------------------------------------<br>
<br>
/bin/bash<br>
cd /home/tdf/git/core<br>
source ./Env.Host.sh<br>
cd libcmis<br>
make clean # optional<br>
make -r<br>
<br>
<br>
and then..... <br>
<br>
++++++++++++++++++++++++++++++++++++++++<br>
tdf@olivier-Vostro-3500:~/git/core$ source Env.Host.sh <br>
tdf@olivier-Vostro-3500:~/git/core$ cd libcmis/<br>
tdf@olivier-Vostro-3500:~/git/core/libcmis$ make clean<br>
[ clean MAK ] libcmis<br>
R=/home/tdf/git && S=$R/core &&
O=$S/solver/unxlngx6.pro && W=$S/workdir/unxlngx6.pro
&& if test -f $W/ExternalLib/libcmis/build/Makefile ; then
cd $W/ExternalLib/libcmis/build && make uninstall ; fi ; rm
-rf $W/ExternalLib/libcmis.done $W/ExternalLib/libcmis<br>
[ clean MOD ] libcmis<br>
R=/home/tdf/git && S=$R/core &&
O=$S/solver/unxlngx6.pro && W=$S/workdir/unxlngx6.pro
&& rm -f $W/Module/libcmis $W/Module/check/libcmis
$W/Module/subsequentcheck/libcmis<br>
[ clean ALL ] top level modules: libcmis<br>
[ clean ALL ] loaded modules: libcmis<br>
tdf@olivier-Vostro-3500:~/git/core/libcmis$ make -r<br>
[ build MAK ] <br>
rm -fr /home/tdf/git/core/workdir/unxlngx6.pro/ExternalLib/libcmis
&& mkdir -p
/home/tdf/git/core/workdir/unxlngx6.pro/ExternalLib/libcmis/build
&& tar -x -C
/home/tdf/git/core/workdir/unxlngx6.pro/ExternalLib/libcmis/build
--strip-component=1 -f
/home/tdf/git/core/src/d821b3cdeba34db1d084b9bd709b3a52-libcmis-0.1.0.tar.gz
&& cd
/home/tdf/git/core/workdir/unxlngx6.pro/ExternalLib/libcmis/build
&& for p in libcmis/libcmis-0.1.0-autotools.patch ; do
patch -p 1 < /home/tdf/git/core/$p || exit 1; done &&
CC="ccache gcc" CXX="ccache g++" CFLAGS="" CXXFLAGS=""
PKG_CONFIG_PATH="
/home/tdf/git/core/solver/unxlngx6.pro/lib/pkgconfig" ./configure
--prefix=/home/tdf/git/core/solver/unxlngx6.pro --disable-client
&& for p in ; do patch -p 1 < /home/tdf/git/core/ ||
exit 1; done<br>
patching file config.sub<br>
checking for a BSD-compatible install... /usr/bin/install -c<br>
checking whether build environment is sane... yes<br>
checking for a thread-safe mkdir -p... /bin/mkdir -p<br>
checking for gawk... gawk<br>
checking whether make sets $(MAKE)... yes<br>
checking whether the C++ compiler works... yes<br>
checking for C++ compiler default output file name... a.out<br>
checking for suffix of executables... <br>
checking whether we are cross compiling... no<br>
checking for suffix of object files... o<br>
checking whether we are using the GNU C++ compiler... yes<br>
checking whether ccache g++ accepts -g... yes<br>
checking for style of include used by make... GNU<br>
checking dependency style of ccache g++... gcc3<br>
checking build system type... x86_64-unknown-linux-gnu<br>
checking host system type... x86_64-unknown-linux-gnu<br>
checking for gcc... ccache gcc<br>
checking whether we are using the GNU C compiler... yes<br>
checking whether ccache gcc accepts -g... yes<br>
checking for ccache gcc option to accept ISO C89... none needed<br>
checking dependency style of ccache gcc... gcc3<br>
checking for a sed that does not truncate output... /bin/sed<br>
checking for grep that handles long lines and -e... /bin/grep<br>
checking for egrep... /bin/grep -E<br>
checking for fgrep... /bin/grep -F<br>
checking for ld used by ccache gcc... /usr/bin/ld<br>
checking if the linker (/usr/bin/ld) is GNU ld... yes<br>
checking for BSD- or MS-compatible name lister (nm)... nm<br>
checking the name lister (nm) interface... BSD nm<br>
checking whether ln -s works... yes<br>
checking the maximum length of command line arguments... 1572864<br>
checking whether the shell understands some XSI constructs... yes<br>
checking whether the shell understands "+="... yes<br>
checking for /usr/bin/ld option to reload object files... -r<br>
checking for objdump... objdump<br>
checking how to recognize dependent libraries... pass_all<br>
checking for ar... ar<br>
checking for strip... strip<br>
checking for ranlib... ranlib<br>
checking command to parse nm output from ccache gcc object... ok<br>
checking how to run the C preprocessor... ccache gcc -E<br>
checking for ANSI C header files... yes<br>
checking for sys/types.h... yes<br>
checking for sys/stat.h... yes<br>
checking for stdlib.h... yes<br>
checking for string.h... yes<br>
checking for memory.h... yes<br>
checking for strings.h... yes<br>
checking for inttypes.h... yes<br>
checking for stdint.h... yes<br>
checking for unistd.h... yes<br>
checking for dlfcn.h... yes<br>
checking whether we are using the GNU C++ compiler... (cached) yes<br>
checking whether ccache g++ accepts -g... (cached) yes<br>
checking dependency style of ccache g++... (cached) gcc3<br>
checking how to run the C++ preprocessor... ccache g++ -E<br>
checking for objdir... .libs<br>
checking if ccache gcc supports -fno-rtti -fno-exceptions... no<br>
checking for ccache gcc option to produce PIC... -fPIC -DPIC<br>
checking if ccache gcc PIC flag -fPIC -DPIC works... yes<br>
checking if ccache gcc static flag -static works... yes<br>
checking if ccache gcc supports -c -o file.o... yes<br>
checking if ccache gcc supports -c -o file.o... (cached) yes<br>
checking whether the ccache gcc linker (/usr/bin/ld -m elf_x86_64)
supports shared libraries... yes<br>
checking whether -lc should be explicitly linked in... no<br>
checking dynamic linker characteristics... GNU/Linux ld.so<br>
checking how to hardcode library paths into programs... immediate<br>
checking whether stripping libraries is possible... yes<br>
checking if libtool supports shared libraries... yes<br>
checking whether to build shared libraries... yes<br>
checking whether to build static libraries... yes<br>
checking for ld used by ccache g++... /usr/bin/ld -m elf_x86_64<br>
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes<br>
checking whether the ccache g++ linker (/usr/bin/ld -m elf_x86_64)
supports shared libraries... yes<br>
checking for ccache g++ option to produce PIC... -fPIC -DPIC<br>
checking if ccache g++ PIC flag -fPIC -DPIC works... yes<br>
checking if ccache g++ static flag -static works... yes<br>
checking if ccache g++ supports -c -o file.o... yes<br>
checking if ccache g++ supports -c -o file.o... (cached) yes<br>
checking whether the ccache g++ linker (/usr/bin/ld -m elf_x86_64)
supports shared libraries... yes<br>
checking dynamic linker characteristics... GNU/Linux ld.so<br>
checking how to hardcode library paths into programs... immediate<br>
checking for gawk... (cached) gawk<br>
checking for curl-config... no<br>
checking whether libcurl is usable... no<br>
checking for xml2-config... /usr/bin/xml2-config<br>
checking pkg-config is at least version 0.9.0... yes<br>
checking for CPPUNIT... no<br>
configure: error: Package requirements (cppunit >= 1.12 ) were
not met:<br>
<br>
No package 'cppunit' found<br>
<br>
Consider adjusting the PKG_CONFIG_PATH environment variable if you<br>
installed software in a non-standard prefix.<br>
<br>
Alternatively, you may set the environment variables CPPUNIT_CFLAGS<br>
and CPPUNIT_LIBS to avoid the need to call pkg-config.<br>
See the pkg-config man page for more details.<br>
make: **
[/home/tdf/git/core/workdir/unxlngx6.pro/ExternalLib/libcmis.done]
Erro 1<br>
tdf@olivier-Vostro-3500:~/git/core/libcmis$<br>
<br>
++++++++++++++++++++++++++++++++++++++++<br>
<br>
Well cppunit is clearly installed in my system (Kububtu Natty) and
the suggestions offered just above does not work:<br>
<br>
<style type="text/css">p, li { white-space: pre-wrap; }</style>
<p style="margin: 0px; text-indent: 0px;">/.</p>
<p style="margin: 0px; text-indent: 0px;">/usr</p>
<p style="margin: 0px; text-indent: 0px;">/usr/lib</p>
<p style="margin: 0px; text-indent: 0px;">/usr/lib/libcppunit-1.12.so.1.0.0</p>
<p style="margin: 0px; text-indent: 0px;">/usr/share</p>
<p style="margin: 0px; text-indent: 0px;">/usr/share/doc</p>
<p style="margin: 0px; text-indent: 0px;">/usr/share/doc/libcppunit-1.12-1</p>
<p style="margin: 0px; text-indent: 0px;">/usr/share/doc/libcppunit-1.12-1/copyright</p>
<p style="margin: 0px; text-indent: 0px;">/usr/share/doc/libcppunit-1.12-1/changelog.Debian.gz</p>
<p style="margin: 0px; text-indent: 0px;">/usr/lib/libcppunit-1.12.so.1</p>
<br>
<br>
so I am stuck.... :-(<br>
<br>
Thanks in advance for the help<br>
<br>
Olivier<br>
<br>
Em 04-10-2011 04:38, Cedric Bosdonnat escreveu:
<blockquote
cite="mid:1317713939.2286.9.camel@cedric-nvl.bosdonnat.homelinux.org"
type="cite">
<pre wrap="">Hi Olivier,
On Mon, 2011-10-03 at 23:38 -0300, Olivier Hallot wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I just pulled the master (git pull -r), and libcmis is still breaking
my build on linux.
</pre>
</blockquote>
<pre wrap="">
What build breaker did you have? It would be nice to know it in order to
fix it.
</pre>
<blockquote type="cite">
<pre wrap="">--disable cmis
</pre>
</blockquote>
<pre wrap="">
oops, I was certain to have pushed that, but I figured out that it is
still unpushed on my machine. Should be fixed by now.
Regards,
</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
Olivier Hallot
Founder, Steering Commitee Member - The Document Foundation
Voicing the enterprise needs
LibreOffice translation leader for Brazilian Portuguese
+55-21-8822-8812</pre>
</body>
</html>