Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120263 - parrot 0.4.2 released
Summary: parrot 0.4.2 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Perl team
URL: http://parrotcode.org
Whiteboard:
Keywords:
: 126717 (view as bug list)
Depends on:
Blocks: 126778
  Show dependency tree
 
Reported: 2006-01-24 23:41 UTC by Porges
Modified: 2006-05-24 17:26 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Porges 2006-01-24 23:41:49 UTC
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
--------------------------------------------------------------------------------
Comment 1 Yuval Yaari (RETIRED) gentoo-dev 2006-03-11 15:50:47 UTC
You need to change BUILDPREFIX to DESTDIR.

Look here for additional information:
http://www.nntp.perl.org/group/perl.perl6.internals/33228
Comment 2 James Cloos 2006-03-16 14:44:28 UTC
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....)
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-03-18 13:54:47 UTC
*** Bug 126717 has been marked as a duplicate of this bug. ***
Comment 4 Yuval Yaari (RETIRED) gentoo-dev 2006-03-18 13:58:00 UTC
Please feel free to steal ebuild from bug 126717
(Changing BUILDPREFIX to DESTDIR isn't enough...)
Comment 5 Michael Cummings (RETIRED) gentoo-dev 2006-04-04 09:10:36 UTC
0.4.3 added :)