Getting errors while building LibreOffice using last command

I get the following errors when I use command ../../opt/bin/make 2>&1 | tee build.log from this website:

Makefile:328: recipe for target 'metadata.fdb' failed
make[5]: *** [metadata.fdb] Segmentation fault: 11
make[5]: *** Deleting file 'metadata.fdb'
make[5]: Leaving directory '/Users/martin/lode/dev/core/workdir/UnpackedTarball/firebird/gen'
Makefile:166: recipe for target 'master_process' failed
make[4]: *** [master_process] Error 2
make[4]: Leaving directory '/Users/martin/lode/dev/core/workdir/UnpackedTarball/firebird/gen'
Makefile:66: recipe for target 'firebird' failed
make[3]: *** [firebird] Error 2
make[3]: Leaving directory '/Users/martin/lode/dev/core/workdir/UnpackedTarball/firebird/gen'
Makefile:6: recipe for target 'firebird' failed
make[2]: *** [firebird] Error 2
make[2]: Leaving directory '/Users/martin/lode/dev/core/workdir/UnpackedTarball/firebird'
/Users/martin/lode/dev/core/external/firebird/ExternalProject_firebird.mk:37: recipe for target '/Users/martin/lode/dev/core/workdir/ExternalProject/firebird/build' failed
make[1]: *** [/Users/martin/lode/dev/core/workdir/ExternalProject/firebird/build] Error 1
make[1]: *** Waiting for unfinished jobs....
Makefile:266: recipe for target 'build' failed
make: *** [build] Error 2

I use MacBook Pro with macOS Sierra. All the steps from the wiki executed without any problem but this. Please help me.

Well, as stated in the Supported Platforms section, it’s currently not extensively tested with 10.12 - so patches are welcome :slight_smile:

Also, since this error is related to firebird (and the Base isn’t working with Online), you may simply disable the firebird building using --disable-firebird-sdbc in your dev/core/autogen.input

Thank you Mike, but unfortunately it didn’t help. I get the same errors again. Could this be a problem of macOS 10.12?

Same? Shouldn’t be. You could get similar for different things (other than firebird), yes. And as I said, 10.12 isn’t thoroughly tested. You should possibly join IRC (#libreoffice-dev at FreeNode).

You were right Mike. I used ./autogen.sh --without junit which is overwrite autogen.input, so I did the same thing again. I wrote it and your command in autogen.input and now it’s running fine. Thank you again