Hello folks,
I have experienced a really odd problem while building the port german/libreoffice. As usual I do multiple runs of
https://lists.freebsd.org/pipermail/freebsd-office/2016-July/003425.html
BUT: If I do nothing else than just do a second try, the port builds fine and seems to be working without any problems. Furthermore this is reproducible. I reinstalled FreeBSD got the actual version of the ports tree via portsnap and took another run at it. Same thing, the first build stops and the second is running fine.
What am I missing here? Is this something related to RAM usage (the machine has 16 GB of memory) or to the compiler? (I use the vanilla compiler distributed with the base system and have no make.conf). Has someone a similar problem?
I have experienced a really odd problem while building the port german/libreoffice. As usual I do multiple runs of
make config-recursive
until no further config dialogues are appearing than I'm building the whole thing using make package-recursive install
. The dependencies for LibreOffice, like Java or db, are building fine, but then while building LibreOffice itself the build suddenly aborts. The last message was to try building with the option makejobs=unsafe
. Now comes the odd part, the build stops during some database things very similar to a mailing list entry found herehttps://lists.freebsd.org/pipermail/freebsd-office/2016-July/003425.html
BUT: If I do nothing else than just do a second try, the port builds fine and seems to be working without any problems. Furthermore this is reproducible. I reinstalled FreeBSD got the actual version of the ports tree via portsnap and took another run at it. Same thing, the first build stops and the second is running fine.
What am I missing here? Is this something related to RAM usage (the machine has 16 GB of memory) or to the compiler? (I use the vanilla compiler distributed with the base system and have no make.conf). Has someone a similar problem?