Cuberite Forum

Full Version: Linux Builds Broken (Again :P)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Yep the cryptocpp appears to have broken the linux builds (Sad).

Logs attached for:

x86 Release Mode
(Command used -
Code:
make release=1 -j 6
)
x86 Debug Mode
(Command used -
Code:
make -j 6
)
ARM Release Mode
(Command used -
Code:
make release=1
)

The x86 and ARM appear to fail in different places, it sems quite strange.

Hope this helps Smile
GCC sux if it doesn't allow us to convert a void * into an int (x86 failure)

As for the ARM build, it just seems someone killed the compiler, there is no source-code-related error in the log
Hmm well for the ARM one I'll look into that, but I wonder if it is just bad error reporting (or even it crashed the compiler somehow?) so I'll wait until you fixed the bug to reconfigure and such.
That's gonna take some time. I'm currently at my parents' and don't have a virtualbox with me, and my home computer with virtualboxed linux seems to have crashed, so I can't remote into it. Therefore I have no way of tinkering with linux compilation at this moment.
The root problem is fixed however there is another that has appeared: http://pi.berboe.co.uk:8080/job/MCServer...31/console
Should be fixed in rev 831. There was a mixup in the linux makefile preprocessor definitions, causing debug code to leak into release mode.
I can confirm that MCServer now compiles.