Cuberite Forum
Linux Builds Broken (Again :P) - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Discussion (https://forum.cuberite.org/forum-5.html)
+--- Thread: Linux Builds Broken (Again :P) (/thread-550.html)



Linux Builds Broken (Again :P) - bearbin - 09-02-2012

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


RE: Linux Builds Broken (Again :P) - xoft - 09-02-2012

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


RE: Linux Builds Broken (Again :P) - bearbin - 09-02-2012

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.


RE: Linux Builds Broken (Again :P) - xoft - 09-02-2012

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.


RE: Linux Builds Broken (Again :P) - bearbin - 09-05-2012

The root problem is fixed however there is another that has appeared: http://pi.berboe.co.uk:8080/job/MCServer%20Pi%20Build/31/console


RE: Linux Builds Broken (Again :P) - xoft - 09-05-2012

Should be fixed in rev 831. There was a mixup in the linux makefile preprocessor definitions, causing debug code to leak into release mode.


RE: Linux Builds Broken (Again :P) - bearbin - 09-06-2012

I can confirm that MCServer now compiles.