https://bz.apache.org/ooo/show_bug.cgi?id=128114
--- Comment #3 from yury_t <[email protected]> --- Thank you, Matthias. As I'm not competent enough with the AOO build system, I can describe the problem only indirectly. Previously, I was able to build both 420 and 450 on oldish 64-bit linux (GCC 5.3.0). Having updated the system recently, I'm not. Both then and now, in 'configure' stage in both 420 and 450 I see that: '--disable-unit-tests' doesn't work, some modules (e.g., cppuhelper) want to link to googletest anyway (no #ifdef's in code etc.) '--without-system-libs' has problems with coinmp (configure wants external coinmp anyway, seems like some other option messes with this), so I had to '--disable-coinmp'; also, '--without-system-libs' needs '--with-system-redland=no' and '--with-system-mythes=no' extra also some smaller things in that stage, I think, but all that happened before -- but I could complete the build then What's stopping me now: several modules complain that '.mk' files they need to build aren't there in 'solenv' or some other stuff they expected to be in 'solver' isn't there (I quote from the failing AOO420X build): dmake: Error: -- `/d/home/ty/c/+ooo/AOO42X/main/solver/420/unxlngx6.pro/pck/intro.zip' not found, and can't be made ERROR: error 65280 occurred while making /d/home/ty/c/+ooo/AOO42X/main/instsetoo_native/util Entering /d/home/ty/c/+ooo/AOO42X/main/i18npool/prj cd .. && make -s -r -j1 && make -s -r deliverlog make: Circular /d/home/ty/c/+ooo/AOO42X/main/solver/420/unxlngx6.pro/workdir/ExternalHeaders/Library/libi18npaper.so <- /d/home/ty/c/+ooo/AOO42X/main/solver/420/unxlngx6.pro/workdir/Headers/Library/libi18nisolang1gcc3.so dependency dropped. make: Circular /d/home/ty/c/+ooo/AOO42X/main/solver/420/unxlngx6.pro/workdir/ExternalHeaders/Library/i18npool.uno.so <- /d/home/ty/c/+ooo/AOO42X/main/solver/420/unxlngx6.pro/workdir/Headers/Library/libi18nisolang1gcc3.so dependency dropped. make: Circular /d/home/ty/c/+ooo/AOO42X/main/solver/420/unxlngx6.pro/workdir/Package/i18npool_inc <- /d/home/ty/c/+ooo/AOO42X/main/solver/420/unxlngx6.pro/workdir/ExternalHeaders/Library/i18nsearch.uno.so dependency dropped. /d/home/ty/c/+ooo/AOO42X/main/solenv/gbuild/Package.mk:28: *** gb_Deliver_deliver: file does not exist in solver, and cannot be delivered: /d/home/ty/c/+ooo/AOO42X/main/solver/420/unxlngx6.pro/inc/icuversion.mk. Stop. Maybe it's perl having been updated to 5.28 on my system? (What use I make of perl is literally only to satisfy the needds of build systems of AOO and LO, so I don't know perl ecosystem well enough) But why only some of the modules? -- You are receiving this mail because: You are the assignee for the issue.
