#441: make parrot_utils blows up on darwin
----------------------+-----------------------------------------------------
 Reporter:  dukeleto  |        Type:  bug   
   Status:  new       |    Priority:  normal
Milestone:            |   Component:  none  
  Version:  0.9.0     |    Severity:  medium
 Keywords:            |        Lang:        
    Patch:            |    Platform:  darwin
----------------------+-----------------------------------------------------

Comment(by jkeenan):

 Using Mac OS X 10.4.11 PPC, I was able to call ''make'', ''make clean''
 and then ''make parrot_utils'' all successfully.  So my original hunch was
 wrong:  You should be able to call ''make parrot_utils'' without a pre-
 existing Parrot executable.

 So let me speculate.  You have a configuration problem at
 ''auto::readline'':
 {{{
 auto::readline -      Does your platform support readline...dyld: lazy
 symbol binding failed: Symbol not found: _rl_get_keymap
   Referenced from: /private/var/folders/Ag/AgvwlP-
 c2Rqw7++BYodms++++TI/-Tmp-/k9PDlLzxnS/parrot/./test_19588
   Expected in: dynamic lookup

 dyld: Symbol not found: _rl_get_keymap
   Referenced from: /private/var/folders/Ag/AgvwlP-
 c2Rqw7++BYodms++++TI/-Tmp-/k9PDlLzxnS/parrot/./test_19588
   Expected in: dynamic lookup

 .............done.
 }}}
 We saw this problem quite a bit about a year ago (see
 [https://rt.perl.org/rt3/Ticket/Display.html?id=52212 RT 52212] and
 [http://rt.perl.org/rt3/Public/Bug/Display.html?id=56030 RT 56030]) and I
 don't think we ever fully corrected it.  On Darwin/PPC, I do not get the
 problem -- but there were points where people proposed patches that did
 give me the problem.  But I believe the problem does occur on different
 combinations of OS X version and chip (perhaps the early 10.5s on PPC).

 I suspect that the problem at config step ''auto::readline'' is connected
 to the fact that it was while attempting to configure the Parrot debugger
 that your ''parrot_utils'' blew up.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/441#comment:4>
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