github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
samcv i'm unable to build the latest MoarVM on OpenSUSE 04:51
not able to find libffi.so.6
i have libffi.so.7
looks less severe since a clean tree will build fine. but will hopefully be able to solve it before release 05:08
Geth MoarVM: 9ef725d5c6 | (Samantha McVey)++ | build/Makefile.in
Always rebuild minilua to work around issue #999

This ensures that minilua will always be rebuild. This fixes bug #999, though we may find a better solution.
We declare ALWAYS_REBUILD as a target, and use the .PHONY property to designate that it's not an actual file (though it's unlikely that file would exist on the users computer). While we're there, also add all the other phony rules like 'install' 'clean' 'lib' etc. as .PHONY so the rules won't break if those files happen to exist in that folder.
06:00
MoarVM: d590f25b30 | (Samantha McVey)++ | build/Makefile.in
Ensure make realclean removes minilua binary

Looks like this was forgotten. Discovered due to issue #999.
09:09
Geth MoarVM: 514ebcef31 | (Samantha McVey)++ | 2 files
Fix printf warnings on 32-bit systems

Use %zu or macros to make sure printf specifiers correct on platforms with different sized integers.
17:33
MoarVM: 6ff60a3bc2 | (Samantha McVey)++ | 9 files
Fix "pointer cast size mismatch" warnings on 32-bit arch's

Should hopefully resolve #444. Cast as uintptr_t from pointers and not directly into a 64-bit type.
17:41
travis-ci MoarVM build failed. Samantha McVey 'Fix printf warnings on 32-bit systems 17:54
travis-ci.org/MoarVM/MoarVM/builds/459449052 github.com/MoarVM/MoarVM/compare/d...4ebcef31dc
travis-ci MoarVM build failed. Samantha McVey 'Fix "pointer cast size mismatch" warnings on 32-bit arch's 18:08
travis-ci.org/MoarVM/MoarVM/builds/459450698 github.com/MoarVM/MoarVM/compare/5...f60a3bc2a2