Skip to content

Instantly share code, notes, and snippets.

@Siddhant
Created March 29, 2014 23:16
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 Siddhant/9864680 to your computer and use it in GitHub Desktop.
Save Siddhant/9864680 to your computer and use it in GitHub Desktop.
parrot/nqp build fails
$ perl Configure.pl --gen-parrot
sh: /home/siddhant/rakudo/install/bin/parrot: No such file or directory
HEAD is now at 83f5f9d... bump moar rev to get public real_data helper
sh: /home/siddhant/rakudo/install/bin/parrot: No such file or directory
D editor/parrot.el
HEAD is now at 2392887... Release 6.1.0
Configuring Parrot ...
/usr/bin/perl Configure.pl --optimize --prefix=/home/siddhant/rakudo/install
Parrot Version 6.1.0 Configure 2.0
Copyright (C) 2001-2014, 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...No such file: editor/parrot.el
Ack, some files were missing! I can't continue running
without everything here. Please try to find the above
files and then try running Configure again.
step init::manifest failed: no result returned at Configure.pl line 93.
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.8.
auto::glibc - Is GNU libc installed................................no.
auto::backtrace - Does libc have the backtrace* functions..............no.
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 type, and OS........done.
auto::cpu - Generate CPU specific stuff........................done.
init::optimize - Enable optimization.................................yes.
inter::shlibs - Determine flags for building shared libraries......done.
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...........................stack.
auto::format - What formats should be used for sprintf............done.
auto::isreg - Does your C library have a working S_ISREG..........yes.
auto::llvm - Is minimum version of LLVM installed............skipped.
auto::inline - Does your compiler support inline...................yes.
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..............yes.
auto::thread - Does your system have threads.......................yes.
auto::gmp - Does your platform support GMP.......................no.
auto::readline - Does your platform support readline.................yes.
auto::pcre - Does your platform support pcre...............yes, 8.33.
auto::opengl - Does your platform support OpenGL....................no.
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.......................no.
auto::icu - Is ICU installed....................................yes.
auto::libffi - Is libffi installed.....................lack pkg-config.
auto::ipv6 - Determine IPV6 capabilities.........................yes.
auto::platform - Generate a list of platform object files...........done.
auto::alignof - Determine offsetof values for our types.........skipped.
gen::config_h - Generate C headers.................................done.
gen::core_pmcs - Generate core pmc list.............................done.
gen::opengl - Generating OpenGL bindings......................skipped.
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:
01: init::manifest
You should diagnose and fix these errors before calling 'make'
Command failed (status 256): /usr/bin/perl Configure.pl --optimize --prefix=/home/siddhant/rakudo/install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment