Skip to content

Instantly share code, notes, and snippets.

Created June 1, 2012 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2852817 to your computer and use it in GitHub Desktop.
Save anonymous/2852817 to your computer and use it in GitHub Desktop.
Parrot Version 4.4.0 Configure 2.0
Copyright (C) 2001-2011, Parrot Foundation.
Hello, I'm Configure. My job is to poke and prod your system to figure out
how to build Parrot. The process is completely automated, unless you passed in
the `--ask' flag on the command line, in which case I'll prompt you for a few
pieces of info.
Since you're running this program, you obviously have Perl 5--I'll be pulling
some defaults from its configuration.
init::manifest - Check MANIFEST.....................................done.
init::defaults - Set Configure's default values.....................done.
init::install - Set up installation paths..........................done.
init::hints - Load platform and local hints files................done.
inter::progs - Determine what C compiler and linker to use........done.
inter::make - Is make installed...................................yes.
inter::lex - Is lex installed................................skipped.
inter::yacc - Is yacc installed...............................skipped.
auto::gcc - Is your C compiler actually gcc................yes, 4.2.
auto::glibc - Is GNU libc installed...............................yes.
auto::backtrace - Does libc have the backtrace* functions.............yes.
auto::msvc - Is your C compiler actually Visual C++..........skipped.
auto::attributes - Detect compiler attributes.........................done.
auto::warnings - Detect supported compiler warnings.................done.
auto::arch - Determine CPU architecture and OS..................done.
auto::cpu - Generate CPU specific stuff........................done.
init::optimize - Enable optimization..................................no.
inter::shlibs - Determine flags for building shared libraries.....-fPIC.
inter::libparrot - Should parrot link against a shared library.........yes.
inter::types - What types should Parrot use.......................done.
auto::ops - Which opcode files should be compiled in...........done.
auto::pmc - Which pmc files should be compiled in..............done.
auto::headers - Probe for C headers................................done.
auto::sizes - Determine some sizes...............................done.
auto::byteorder - Compute native byteorder for wordsize.....little-endian.
auto::va_ptr - Test the type of va_ptr...
clang -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DVA_TYPE_STACK -I./include -c test_6382.c
cc -L/usr/local/lib -Wl,-E test_6382.o -o test_6382 -lnsl -ldl -lm -lcrypt -lutil -lpthread -lrt
./test_6382
clang -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DVA_TYPE_REGISTER -I./include -c test_6382.c
cc -L/usr/local/lib -Wl,-E test_6382.o -o test_6382 -lnsl -ldl -lm -lcrypt -lutil -lpthread -lrt
./test_6382
step auto::va_ptr died during execution: Unknown va_ptr type at config/auto/va_ptr.pm line 41.
at Configure.pl line 76
auto::format - What formats should be used for sprintf...
Setting Configuration Data:
(
verbose => undef,
);
.........done.
auto::isreg - Does your C library have a working S_ISREG..........yes.
auto::llvm - Is minimum version of LLVM installed.................no.
auto::inline - Does your compiler support inline....................no.
auto::gc - Determine allocator to use..........................gms.
auto::memalign - Does your C library support memalign................yes.
auto::signal - Determine some signal stuff........................done.
auto::socklen_t - Determine whether there is socklen_t................yes.
auto::stat - Detect stat type....................................bsd.
auto::neg_0 - Determine whether negative zero can be printed......yes.
auto::env - Does your C library have setenv / unsetenv.........both.
auto::timespec - Does your system has timespec.......................yes.
auto::infnan - Is standard C Inf/NaN handling present...............no.
auto::thread - Does your system has thread.........................yes.
auto::gmp - Does your platform support GMP......................yes.
auto::readline - Does your platform support readline.................yes.
auto::pcre - Does your platform support pcre................yes, 7.7.
auto::opengl - Does your platform support OpenGL...........yes, GLUT 5.
auto::zlib - Does your platform support zlib.....................yes.
auto::gettext - Does your configuration include gettext.............yes.
auto::snprintf - Test snprintf......................................done.
auto::perldoc - Is perldoc installed................................yes.
auto::coverage - Are coverage analysis tools installed...lacking cover gcov2perl.
auto::pod2man - Is pod2man installed................................yes.
auto::ctags - Is (exuberant) ctags installed......................yes.
auto::revision - Determine Parrot's revision...........................1.
auto::icu - Is ICU installed..........................not requested.
auto::libffi - Is libffi installed..................................no.
auto::ipv6 - Determine IPV6 capabilities.........................yes.
auto::platform - Generate a list of platform object files...........done.
gen::config_h - Generate C headers...Use of uninitialized value $va_result in concatenation (.) or string at (eval 92) line 53, <$in> line 8.
Use of uninitialized value in string eq at (eval 92) line 57, <$in> line 8.
Use of uninitialized value in string eq at (eval 92) line 63, <$in> line 8.
..............................done.
gen::core_pmcs - Generate core pmc list.............................done.
gen::opengl - Generating OpenGL bindings.........................done.
gen::makefiles - Generate makefiles and other build files...........done.
gen::config_pm - Record configuration data for later retrieval......done.
During configuration the following steps failed:
26: auto::va_ptr
You should diagnose and fix these errors before calling 'gmake'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment