Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
today (automated commit)
  • Loading branch information
coke committed Feb 19, 2014
1 parent f8448f1 commit 7ac6940
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 125 deletions.
36 changes: 20 additions & 16 deletions log/build.log
Expand Up @@ -2,7 +2,7 @@
cd rakudo && /usr/bin/perl Configure.pl --prefix=/home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install && make
Found /home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/bin/nqp-p (backend parrot)
Verifying installation ...
Using /home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/bin/nqp-p (version 2014.01-51-g9635b9f / Parrot 5.9.0).
Using /home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/bin/nqp-p (version 2014.01-53-g7fd93b7 / Parrot 5.9.0).
Cleaning up ...

You can now use 'make' to build Rakudo.
Expand All @@ -11,8 +11,8 @@ After that, 'make test' will run some tests and
make[1]: Entering directory `/home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/rakudo'
cd src/vm/parrot/ops && /home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/bin/ops2c C --dynamic perl6.ops
# Parsing perl6.ops...
# Parsed perl6.ops in 4.086 seconds; found 121 ops.
# Ops parsed in 4.087 seconds.
# Parsed perl6.ops in 3.377 seconds; found 121 ops.
# Ops parsed in 3.378 seconds.
cd src/vm/parrot/ops && cc -c -o perl6_ops.o -I/home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/include/parrot/5.9.0 -I/home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/include/parrot/5.9.0/pmc -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -O2 -g perl6_ops.c
perl6_ops.c:294:1: warning: no previous prototype for ‘Parrot_lib_perl6_ops_init’ [-Wmissing-prototypes]
perl6_ops.c: In function ‘run_leave_phasers’:
Expand Down Expand Up @@ -92,18 +92,26 @@ Linked: perl6-p
The following step can take a long time, please be patient.
./perl6-p --setting=NULL --optimize=3 --target=pir --stagestats --output=src/gen/p-CORE.setting.pir gen/parrot/CORE.setting
Stage start : 0.000
Stage parse : 237.940
Stage parse : 256.598
Stage syntaxcheck: 0.000
Stage ast : 0.000
Stage optimize : 20.355
Stage post : 79.725
Stage pir : 6.766
Stage optimize : 19.705
Stage post : 87.633
Stage pir : 7.400
/home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/bin/parrot -o CORE.setting.pbc src/gen/p-CORE.setting.pir
./perl6-p --target=pir --output=src/gen/RESTRICTED.setting.pir src/RESTRICTED.setting
/home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/bin/parrot -o RESTRICTED.setting.pbc src/gen/RESTRICTED.setting.pir
./perl6-p --target=pir --output=lib/lib.pir lib/lib.pm6
./perl6-p --target=pir --output=lib/Test.pir lib/Test.pm
./perl6-p --target=pir --output=lib/Pod/To/Text.pir lib/Pod/To/Text.pm
/home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/bin/nqp-p --vmlibs=perl6_ops --target=pir --output=src/gen/perl6-debug.pir \
src/perl6-debug.nqp
/home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/bin/parrot -o perl6-debug.pbc src/gen/perl6-debug.pir
/home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/bin/pbc_to_exe -operl6-debug-p.exe perl6-debug.pbc
cc -o perl6-debug-p.exe.o -I"/home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/include/parrot/5.9.0" -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -O2 -g -c perl6-debug-p.exe.c
Compiled: perl6-debug-p.exe.o
cc -o perl6-debug-p.exe "perl6-debug-p.exe.o" "/home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/lib/parrot/5.9.0/parrot_config.o" -Wl,-rpath="/home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/lib" -L"/home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/lib" -lparrot -Wl,-E -fstack-protector -L/usr/local/lib -Wl,-E -ldl -lm -lpthread -lcrypt -lrt -lgmp -lffi -L/usr/lib/x86_64-linux-gnu -licuuc -licudata
Linked: perl6-debug-p.exe
/usr/bin/perl -MExtUtils::Command -e cp perl6-p perl6
/usr/bin/perl -MExtUtils::Command -e chmod 755 perl6
make[1]: Leaving directory `/home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/rakudo'
Expand All @@ -122,6 +130,7 @@ make[1]: Entering directory `/home/coke/sandbox/rakudo-star-daily/star/rakudo-st
/usr/bin/perl -MExtUtils::Command -e cp blib/Perl6/BOOTSTRAP.pbc /home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/lib/parrot/5.9.0/languages/nqp/lib/Perl6/BOOTSTRAP.pbc
/usr/bin/perl -MExtUtils::Command -e mkpath /home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/lib/parrot/5.9.0/languages/perl6/lib
/usr/bin/perl -MExtUtils::Command -e cp perl6.pbc /home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/lib/parrot/5.9.0/languages/perl6
/usr/bin/perl -MExtUtils::Command -e cp perl6-debug.pbc /home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/lib/parrot/5.9.0/languages/perl6
/usr/bin/perl -MExtUtils::Command -e cp CORE.setting.pbc /home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/lib/parrot/5.9.0/languages/perl6/lib
/usr/bin/perl -MExtUtils::Command -e cp RESTRICTED.setting.pbc /home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/lib/parrot/5.9.0/languages/perl6/lib
/usr/bin/perl -MExtUtils::Command -e cp lib/Test.pm /home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/lib/parrot/5.9.0/languages/perl6/lib
Expand All @@ -136,6 +145,8 @@ make[1]: Entering directory `/home/coke/sandbox/rakudo-star-daily/star/rakudo-st
/usr/bin/perl -MExtUtils::Command -e mkpath /home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/bin
/usr/bin/perl -MExtUtils::Command -e cp perl6-p /home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/bin
/usr/bin/perl -MExtUtils::Command -e chmod 755 /home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/bin/perl6-p
/usr/bin/perl -MExtUtils::Command -e cp perl6-debug-p.exe /home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/bin
/usr/bin/perl -MExtUtils::Command -e chmod 755 /home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/bin/perl6-debug-p.exe
/usr/bin/perl -MExtUtils::Command -e mkpath /home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/share/doc/rakudo
/usr/bin/perl -MExtUtils::Command -e mkpath /home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/share/doc/rakudo/announce
/usr/bin/perl -MExtUtils::Command -e cp README CREDITS LICENSE docs/* /home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/share/doc/rakudo
Expand Down Expand Up @@ -493,12 +504,5 @@ modules/rakudo-debugger/lib/Debugger/UI/CommandLine.pm => /home/coke/sandbox/rak
--dynext=/home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/lib/parrot/5.9.0/dynext/ \
--module-path=/home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/lib/parrot/5.9.0/languages/nqp/lib \
--output=modules/rakudo-debugger/perl6-debug.pir modules/rakudo-debugger/bin/perl6-debug.nqp
/home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/bin/parrot --dynext /home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/lib/parrot/5.9.0/dynext/ -o modules/rakudo-debugger/perl6-debug.pbc modules/rakudo-debugger/perl6-debug.pir
/home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/bin/pbc_to_exe modules/rakudo-debugger/perl6-debug.pbc
cc -o modules/rakudo-debugger/perl6-debug.o -I"/home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/include/parrot/5.9.0" -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -O2 -g -c modules/rakudo-debugger/perl6-debug.c
Compiled: modules/rakudo-debugger/perl6-debug.o
cc -o modules/rakudo-debugger/perl6-debug "modules/rakudo-debugger/perl6-debug.o" "/home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/lib/parrot/5.9.0/parrot_config.o" -Wl,-rpath="/home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/lib" -L"/home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/lib" -lparrot -Wl,-E -fstack-protector -L/usr/local/lib -Wl,-E -ldl -lm -lpthread -lcrypt -lrt -lgmp -lffi -L/usr/lib/x86_64-linux-gnu -licuuc -licudata
Linked: modules/rakudo-debugger/perl6-debug
/usr/bin/perl -MExtUtils::Command -e chmod 755 modules/rakudo-debugger/perl6-debug
/usr/bin/perl -MExtUtils::Command -e cp modules/rakudo-debugger/perl6-debug /home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/bin
/usr/bin/perl -MExtUtils::Command -e chmod 755 /home/coke/sandbox/rakudo-star-daily/star/rakudo-star-daily/install/bin/perl6-debug
Could not open modules/rakudo-debugger/bin/perl6-debug.nqp. Unable to open filehandle from path 'modules/rakudo-debugger/bin/perl6-debug.nqp': No such file or directory(2)
make: *** [modules/rakudo-debugger/perl6-debug] Error 1

0 comments on commit 7ac6940

Please sign in to comment.