#131: test failures in Revision: 34994
--------------------+-------------------------------------------------------
 Reporter:  coke    |       Owner:     
     Type:  bug     |      Status:  new
 Priority:  major   |   Milestone:     
Component:  none    |     Version:     
 Severity:  medium  |    Keywords:     
     Lang:          |       Patch:     
 Platform:          |  
--------------------+-------------------------------------------------------

Comment(by jkeenan):

 Confirmed on Linux at r34994.  Common thread in all errors:
 {{{
 /usr/bin/ld: cannot find -lparrot
 }}}

 Also, some tests in t/perl/Parrot_Test.t failed for the same reason:
 {{{
 not ok 81 - C:  is hello world

 #   Failed test 'C:  is hello world'
 #   at t/perl/Parrot_Test.t line 426.
 # STDOUT is:
 # not ok 1 - C:  is hello world
 #
 # not:
 # ok 1 - C:  is hello world
 #
 # as expected
 # STDERR is:
 # # 'cc  -L/usr/local/lib -Wl,-E  t/perl/Parrot_Test_1.o
 src/parrot_config.o -o t/perl/Parrot_Test_1
 -Wl,-rpath=/home/jimk/work/parrot/blib/lib -lparrot  -lnsl -ldl -lm
 -lcrypt -lutil -lpthread -lgmp -lpcre -lglut -lGLU -lGL ' failed with exit
 code 1
 # # Failed to build 't/perl/Parrot_Test_1': /usr/bin/ld: cannot find
 -lparrot
 # # collect2: ld returned 1 exit status
 # #   Failed test 'C:  is hello world'
 # #   at t/perl/Parrot_Test.t line 421.
 #
 # not:
 #
 # as expected
 not ok 82 - C:  isnt hello world

 #   Failed test 'C:  isnt hello world'
 #   at t/perl/Parrot_Test.t line 435.
 # STDOUT is:
 # not ok 1 - C:  isnt hello world
 #
 # not:
 # ok 1 - C:  isnt hello world
 #
 # as expected
 # STDERR is:
 # # 'cc  -L/usr/local/lib -Wl,-E  t/perl/Parrot_Test_1.o
 src/parrot_config.o -o t/perl/Parrot_Test_1
 -Wl,-rpath=/home/jimk/work/parrot/blib/lib -lparrot  -lnsl -ldl -lm
 -lcrypt -lutil -lpthread -lgmp -lpcre -lglut -lGLU -lGL ' failed with exit
 code 1
 # # Failed to build 't/perl/Parrot_Test_1': /usr/bin/ld: cannot find
 -lparrot
 # # collect2: ld returned 1 exit status
 # #   Failed test 'C:  isnt hello world'
 # #   at t/perl/Parrot_Test.t line 430.
 #
 # not:
 #
 # as expected
 not ok 83 - C:  like hello world

 #   Failed test 'C:  like hello world'
 #   at t/perl/Parrot_Test.t line 444.
 # STDOUT is:
 # not ok 1 - C:  like hello world
 #
 # not:
 # ok 1 - C:  like hello world
 #
 # as expected
 # STDERR is:
 # # 'cc  -L/usr/local/lib -Wl,-E  t/perl/Parrot_Test_1.o
 src/parrot_config.o -o t/perl/Parrot_Test_1
 -Wl,-rpath=/home/jimk/work/parrot/blib/lib -lparrot  -lnsl -ldl -lm
 -lcrypt -lutil -lpthread -lgmp -lpcre -lglut -lGLU -lGL ' failed with exit
 code 1
 # # Failed to build 't/perl/Parrot_Test_1': /usr/bin/ld: cannot find
 -lparrot
 # # collect2: ld returned 1 exit status
 # #   Failed test 'C:  like hello world'
 # #   at t/perl/Parrot_Test.t line 439.
 #
 # not:
 #
 # as expected
 not ok 84 - C:  unlike hello world

 #   Failed test 'C:  unlike hello world'
 #   at t/perl/Parrot_Test.t line 453.
 # STDOUT is:
 # not ok 1 - C:  unlike hello world
 #
 # not:
 # ok 1 - C:  unlike hello world
 #
 # as expected
 # STDERR is:
 # # 'cc  -L/usr/local/lib -Wl,-E  t/perl/Parrot_Test_1.o
 src/parrot_config.o -o t/perl/Parrot_Test_1
 -Wl,-rpath=/home/jimk/work/parrot/blib/lib -lparrot  -lnsl -ldl -lm
 -lcrypt -lutil -lpthread -lgmp -lpcre -lglut -lGLU -lGL ' failed with exit
 code 1
 # # Failed to build 't/perl/Parrot_Test_1': /usr/bin/ld: cannot find
 -lparrot
 # # collect2: ld returned 1 exit status
 # #   Failed test 'C:  unlike hello world'
 # #   at t/perl/Parrot_Test.t line 448.
 #
 # not:
 #
 # as expected
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/131#comment:1>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to