On 24 Aug, Pedro Lino wrote:
> Ciao Rigo
> 
>> > /source/openoffice/main/solver/418/unxlngx6.pro/lib/libgcc_s.so.1: invalid 
>> > ELF header
>> > 
> 
> Now it stopped at expat, but the issue was the same: 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 the file contained 42 that would be correct because 42 is the answer to 
> everything! ;)
> 
> https://duckduckgo.com/?q=the+answer+to+life+the+universe+everything
> 
>> 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,
> 
> Yes, it did help to move one step further! Thank you for the suggestion!
> 
> Now it fails at
> 
> =============
> Building module sax
> =============
> 
> Entering /source/openoffice/main/sax/source/tools
> 
> mkout -- version: 1.8
> Making:    all_sax.dpslo
> Compiling: sax/unxlngx6.pro/misc/sax_version.c
> Compiling: sax/source/tools/converter.cxx
> /source/openoffice/main/sax/source/tools/converter.cxx:25:10: fatal error: 
> com/sun/star/i18n/UnicodeType.hpp: No such file or directory
>  #include <com/sun/star/i18n/UnicodeType.hpp>
>           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> compilation terminated.
> dmake:  Error code 1, while making '../../unxlngx6.pro/slo/converter.obj'
> 
> Any ideas?

Is this a parallel build?  Has the offuh module been built and
delivered?  Seems oa little dd that offuh is not listed as a dependency
in sax/prj/build.lst, but it is listed as a dependency of cppuhelper and 
cppuhelper is listed as a dependency of sax.

When offuh is delivered, it should put a copy of UnicodeType.hpp here:
solver/*/unxlngx6.pro/inc/offuh/com/sun/star/i18n/UnicodeType.hpp

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to