Skip to content

Instantly share code, notes, and snippets.

@ItchyPlant
ItchyPlant / make-n.txt
Created November 30, 2018 08:07
make -n
echo linking 3rdparty/libatomicops/src/libatomic_ops.a
cd 3rdparty/libatomicops && CC='gcc' CFLAGS='-Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG -D_ALL_SOURCE -D_XOPEN_SOURCE=500 -D_LINUX_SOURCE_COMPAT -DHAVE_LIBFFI -fPIC -DWORDS_BIGENDIAN -DMVM_TRACING=0 -DMVM_CGOTO=1 -DMVM_RDTSCP=0' ./configure && cd src && make && cd .. > /dev/null
checking build system type... powerpc-ibm-aix7.2.0.0
checking host system type... powerpc-ibm-aix7.2.0.0
checking target system type... powerpc-ibm-aix7.2.0.0
checking for a BSD-compatible install... /usr/linux/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/linux/bin/mkdir -p
checking for gawk... no
checking for mawk... no
@ItchyPlant
ItchyPlant / libatomicops-Makefile.txt
Created November 30, 2018 08:00
3rdparty/libatomicops/src/Makefile
# Makefile.in generated by automake 1.14 from Makefile.am.
# src/Makefile. Generated from Makefile.in by configure.
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# make
compiling src/main.o
compiling src/core/callsite.o
compiling src/core/args.o
compiling src/core/exceptions.o
src/core/exceptions.c: In function 'MVM_exception_throw_adhoc_free_va':
src/core/exceptions.c:943:1: warning: 'noreturn' function does return
}
^
compiling src/core/interp.o
@ItchyPlant
ItchyPlant / make-ubsan-aix.txt
Created November 1, 2018 10:09
perl Configure.pl --has-libffi --prefix /opt/rakudo --ubsan
# perl Configure.pl --has-libffi --prefix /opt/rakudo --ubsan
Welcome to MoarVM!
Configuring native build environment ...................
trying to compile a simple C program ............... YES
probing support of -Werror=* ....................... YES
Testing pkgconfig .................................. 0.25
Adding extra include for libffi: -I/opt/freeware/lib/libffi-3.2.1/include
Adding extra libs for libffi: -L/opt/freeware/lib -lffi
OK
@ItchyPlant
ItchyPlant / make-spectest-aix.txt
Last active October 31, 2018 19:17
Rakudo - AIX - make spectest
:/usr/src/rakudo-2018.09 :ido:1541009726 epoch mp
# make spectest
perl tools/build/check-nqp-version.pl /opt/rakudo/bin/nqp-m
cd t/spec && git pull --ff-only
sh: git: not found
Makefile:103: recipe for target 'spectest_update' failed
make: [spectest_update] Error 127 (ignored)
perl t/harness5 --fudge --moar --keep-exit-code --tests-from-file=t/spectest.data
Testing Roast version 6.c using test file list from t/spectest.data.6.c
Inline::Perl5 not installed: not running Perl 5 integration tests