[MacPorts] #29238: parrot new version 3.3.0

MacPorts noreply at macports.org
Fri Apr 22 14:29:34 PDT 2011


#29238: parrot new version 3.3.0
------------------------------+---------------------------------------------
 Reporter:  l2g@…             |       Owner:  bfulgham@…           
     Type:  update            |      Status:  new                  
 Priority:  Normal            |   Milestone:                       
Component:  ports             |     Version:                       
 Keywords:                    |        Port:  parrot               
------------------------------+---------------------------------------------

Comment(by l2g@…):

 This is the PIR code run by the test:

 {{{
 .sub main :main
         $P0 = loadlib 'os'
         $P1 = new ['OS']

         $P1.'chdir'('my-super-chroot')
         $P1.'chroot'('.')
         $S0 = $P1.'cwd'()
         say $S0

         $P1.'chroot'('loop')
 .end
 }}}

 So I think the point of the test is just to make sure chroot fails
 appropriately in event of a loop, not to see how specific the error
 message is. So if it were me, I'd go ahead and patch the test.

 I'll attach the changes I've made: a patch for the portfile, and a new
 patch to put in the files/ directory.

-- 
Ticket URL: <https://trac.macports.org/ticket/29238#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list