Parrot 0.4.1 is out, the current version in portage is 0.4.0. Simply bumping the number doesn't work, the ebuild dies with an access violation: ...blahblahblah... /var/tmp/portage/parrot-0.4.1/image/usr/lib/parrot-0.4.1/lib/parrot/include/tm.pasm /var/tmp/portage/parrot-0.4.1/image/usr/lib/parrot-0.4.1/lib/parrot/include/vtable_methods.pasm /var/tmp/portage/parrot-0.4.1/image/usr/lib/parrot-0.4.1/lib/parrot/include/warnings.pasm ACCESS DENIED open_wr: /usr/lib/parrot-0.4.1/bin/disassemble copy installable_disassemble to /usr/lib/parrot-0.4.1/bin/disassemble: Permission denied make: *** [install] Error 13 !!! ERROR: dev-lang/parrot-0.4.1 failed. !!! Function src_install, Line 33, Exitcode 2 !!! (no error message) !!! If you need support, post the topmost build error, NOT this status message. --------------------------- ACCESS VIOLATION SUMMARY --------------------------- LOG FILE = "/var/log/sandbox/sandbox-dev-lang_-_parrot-0.4.1-19439.log" open_wr: /usr/lib/parrot-0.4.1/bin/disassemble --------------------------------------------------------------------------------
You need to change BUILDPREFIX to DESTDIR. Look here for additional information: http://www.nntp.perl.org/group/perl.perl6.internals/33228
And 0.4.2 is now out. (The s/BUILDPREFIX/DESTDIR/ in make install is still required.) (I don't think I can change the Summary from 0.4.1 to 0.4.2; someone with more bugz privs'll have to do that....)
*** Bug 126717 has been marked as a duplicate of this bug. ***
Please feel free to steal ebuild from bug 126717 (Changing BUILDPREFIX to DESTDIR isn't enough...)
0.4.3 added :)