Hello All, On Fri, Aug 21, 2020 at 12:13:49PM -0700, Don Lewis wrote:
> On 21 Aug, Pedro Lino wrote: > > Hi Don > > > >> Hmn, I don't know about the extras failure, but all of the other errors > >> are failures to build various third party packages that we bundle. This > >> should be independent of the CXXFLAGS issue. More of the output of > >> build --from python > >> might be informative. > > > > Did a Dmake clean and the problem now starts on icu so here is the output > > below > > > > ####### > > > > build --from icu > > build -- version: 275224 [...] > > LD_LIBRARY_PATH=../lib:../stubdata:../tools/ctestfw:$LD_LIBRARY_PATH > > ../bin/icupkg -d ./out/build/icudt40l --list -x \* ./in/icudt40l.dat > > > out/tmp/icudata.lst > > ../bin/icupkg: error while loading shared libraries: > > /source/openoffice/main/solver/418/unxlngx6.pro/lib/libgcc_s.so.1: invalid > > ELF header > > Makefile:350: recipe for target 'out/tmp/icudata.lst' failed > > make[1]: *** [out/tmp/icudata.lst] Error 127 > > make[1]: Leaving directory > > '/source/openoffice/main/icu/unxlngx6.pro/misc/build/icu/source/data' > > Makefile:103: recipe for target 'all-recursive' failed > > make: *** [all-recursive] Error 2 > > dmake: Error code 2, while making > > './unxlngx6.pro/misc/build/so_built_so_icu' [...] > /source/openoffice/main/solver/418/unxlngx6.pro/lib/libgcc_s.so.1: invalid > ELF header > > I'm wondering why there is a copy of libgcc_s.so.1 here. That should be > a system library. I also bumped into this very strange error. The file was indeed not an ELF, but it contained a number (like "42") or something like that. I cannot remember exactly. If I recall correctly, deleting that spurious file was enough to let the build proceed further. Once the build succeeded, I was not able to reproduce the problem any more, therefore I did not report it. I hope this helps, -- rigo http://rigo.altervista.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org