Hi Jürgen, On Tue, Jul 24, 2012 at 10:41 AM, Jürgen Schmidt <[email protected]> wrote: > On 7/23/12 6:31 PM, Ariel Constenla-Haile wrote: >> On Mon, Jul 23, 2012 at 05:41:57PM +0200, Jürgen Schmidt wrote: >>>>>> To avoid potential confusion this build is intended to become released >>>>>> as AOO3.4.1 if no serious issues will be found. >>>>>> >>>>>> The related voting procedure will be started when we have the builds >>>>>> available. >> >> Then I guess we should build also language packs, shouldn't we? >> > > Let me know when you have uploaded the files, I will adapt the wiki all > in once with a small script.
It will take long, it's 13.2 GB. FYI there are two build breakers, so I guess this build won't work as a RC: a) A dependency on comphelper was introduced (rev. 1362893) without updating the module dependency list on hwpfilter/prj/build.lst: /build/aoo/src/clean/branches/AOO34/main/hwpfilter/source/hstyle.cpp:29:35: error: comphelper/newarray.hxx: No such file or directory /build/aoo/src/clean/branches/AOO34/main/hwpfilter/source/hpara.cpp: In member function 'int HWPPara::Read(HWPFile&, unsigned char)': /build/aoo/src/clean/branches/AOO34/main/hwpfilter/source/hpara.cpp:121: error: '::comphelper' has not been declared /build/aoo/src/clean/branches/AOO34/main/hwpfilter/source/hpara.cpp:121: error: expected primary-expression before '>' token /build/aoo/src/clean/branches/AOO34/main/hwpfilter/source/hpara.cpp:149: error: '::comphelper' has not been declared /build/aoo/src/clean/branches/AOO34/main/hwpfilter/source/hpara.cpp:149: error: expected primary-expression before '>' token /build/aoo/src/clean/branches/AOO34/main/hwpfilter/source/hpara.cpp:173: error: '::comphelper' has not been declared /build/aoo/src/clean/branches/AOO34/main/hwpfilter/source/hpara.cpp:173: error: expected primary-expression before '*' token /build/aoo/src/clean/branches/AOO34/main/hwpfilter/source/hpara.cpp:173: error: expected primary-expression before '>' token dmake: Error code 1, while making '../unxlngi6.pro/slo/hpara.obj' /build/aoo/src/clean/branches/AOO34/main/hwpfilter/source/hstyle.cpp: In member function 'bool HWPStyle::Read(HWPFile&)': /build/aoo/src/clean/branches/AOO34/main/hwpfilter/source/hstyle.cpp:135: error: '::comphelper' has not been declared /build/aoo/src/clean/branches/AOO34/main/hwpfilter/source/hstyle.cpp:135: error: expected primary-expression before '>' token b) on x86 stlport build breaks: mkdir -p ../lib/obj/GCC/Release g++ -Wl,--hash-style=both -Wl,-Bsymbolic-functions -Wl,--dynamic-list-cpp-new -Wl,--dynamic-list-cpp-typeinfo -D_REENTRANT -DGXX_INCLUDE_PATH=/usr/include/c++/4.4 -fexceptions -ftemplate-depth-32 -I../stlport -Wall -W -Wno-sign-compare -Wno-unused -Wno-uninitialized -O2 -fPIC dll_main.cpp -c -o ../lib/obj/GCC/Release/dll_main.o g++ -Wl,--hash-style=both -Wl,-Bsymbolic-functions -Wl,--dynamic-list-cpp-new -Wl,--dynamic-list-cpp-typeinfo -D_REENTRANT -DGXX_INCLUDE_PATH=/usr/include/c++/4.4 -fexceptions -ftemplate-depth-32 -I../stlport -Wall -W -Wno-sign-compare -Wno-unused -Wno-uninitialized -O2 -fPIC fstream.cpp -c -o ../lib/obj/GCC/Release/fstream.o g++ -Wl,--hash-style=both -Wl,-Bsymbolic-functions -Wl,--dynamic-list-cpp-new -Wl,--dynamic-list-cpp-typeinfo -D_REENTRANT -DGXX_INCLUDE_PATH=/usr/include/c++/4.4 -fexceptions -ftemplate-depth-32 -I../stlport -Wall -W -Wno-sign-compare -Wno-unused -Wno-uninitialized -O2 -fPIC strstream.cpp -c -o ../lib/obj/GCC/Release/strstream.o Assembler messages: Fatal error: can't create ../lib/obj/GCC/Release/strstream.o: No such file or directory make: *** [../lib/obj/GCC/Release/strstream.o] Error 1 make: *** Waiting for unfinished jobs.... Assembler messages: Fatal error: can't create ../lib/obj/GCC/Release/dll_main.o: No such file or directory make: *** [../lib/obj/GCC/Release/dll_main.o] Error 1 Assembler messages: Fatal error: can't create ../lib/obj/GCC/Release/fstream.o: No such file or directory make: *** [../lib/obj/GCC/Release/fstream.o] Error 1 dmake: Error code 2, while making './unxlngi6.pro/misc/build/so_built_so_stlport' I didn't take a look at this yet. Regards
