Ticket #1977 (closed bug: fixed)

Opened 11 years ago

Last modified 11 years ago

parrot requires fresh install directory

Reported by: coke Owned by:
Priority: normal Milestone:
Component: install Version: 3.0.0
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

The 3.0.0 install caused me to be unable to build latest rakudo:

  • build & install 2.11.0-devel (or earlier, presumably)
  • build & install 3.0.0-devel
  • build rakudo:
Reading configuration information from parrot_config ...
PARROT VM: Could not initialize new interpreterPackFile_Header_validate: This Parrot cannot read bytecode files with version 10.0.

If you remove the parrot install directory & reinstall 3.0.0, rakudo can build again.

Change History

in reply to: ↑ description   Changed 11 years ago by doughera

Replying to coke:

The 3.0.0 install caused me to be unable to build latest rakudo:

If you remove the parrot install directory & reinstall 3.0.0, rakudo can build again.

Is this the same issue as TT #1960 , or are there also other files causing conflict?

  Changed 11 years ago by coke

Probably the same issue - did no diagnosis other than "it fails".

  Changed 11 years ago by cotto

  • status changed from new to closed
  • resolution set to fixed

This is fixed in c327bc, which updates the libparrot symlink to point at whichever version of Parrot is being installed.

Note: See TracTickets for help on using tickets.