Ticket #23401 (closed update: fixed)
lang/parrot port update to 2.0.0 with build fix
| Reported by: | horus.li@… | Owned by: | bfulgham@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.2 |
| Keywords: | haspatch | Cc: | will@…, tommyd@… |
| Port: | parrot |
Description
Hi,
It's been a long time since the last update...and Parrot 2.0.0 released a couple of days ago.
It (2.0.0) has a build problem on various version of Mac OS X, but it's fixable.
The patch is build-tested:
[~/.test]$ sudo port build parrot Portfile changed since last build; discarding previous state. ---> Computing dependencies for parrot ---> Fetching parrot ---> Attempting to fetch parrot-2.0.0.tar.gz from ftp://ftp.parrot.org/pub/parrot/releases/stable/2.0.0/ ---> Verifying checksum(s) for parrot ---> Extracting parrot ---> Configuring parrot ---> Building parrot [~/.test]$ echo $? 0
(I know there will be some problem with the hard-coded path in configure.args)
Attachments
Change History
comment:1 Changed 3 years ago by macsforever2000@…
- Cc will@… added
- Owner changed from macports-tickets@… to bfulgham@…
- Port changed from lang/parrot to parrot
- Keywords haspatch added; update parrot removed
comment:2 Changed 3 years ago by will@…
Thanks; I've also pinged the parrot development team to take a look at this: http://trac.parrot.org/parrot/ticket/1415
comment:4 Changed 3 years ago by tommyd@…
- Status changed from new to closed
- Resolution set to fixed
Since I'm in the process of packaging rakudo, I needed to upgrade parrot to 2.6.0 first in r70102. Apparently the build fix you supplied here is no longer needed in this version, as it has built cleanly for me. All I had to update was the list of executables which need the install_tool call, as the pbc_info binary apparently vanished and several others have been added in the meantime.


the dirty patch, some work-around included.