Ticket #2105 (closed bug: fixed)
New build failure on darwin/PPC at runtime/parrot/library/YAML/Tiny.pir
| Reported by: | jkeenan | Owned by: | jkeenan |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | build | Version: | 3.3.0 |
| Severity: | medium | Keywords: | |
| Cc: | Language: | ||
| Patch status: | applied | Platform: | darwin |
Description
This failure of master to build on Darwin/PPC has emerged in the last 24 hours. On this platform, Parrot built and PASSed make test as recently as 04f0b74 on May 05, and yesterday it built and PASSed all tests at fc6299d except for one that had been deliberately broken.
Here is the tail of the build log. The complete build log is attached.
./parrot-nqp --target=pir runtime/parrot/library/YAML/Tiny.pm >
runtime/parrot/library/YAML/Tiny.pir
make: *** [runtime/parrot/library/YAML/Tiny.pir] Error 139
./parrot -o runtime/parrot/library/YAML/Tiny.pbc
runtime/parrot/library/YAML/Tiny.pir
error:imcc:syntax error, unexpected $end
in file 'runtime/parrot/library/YAML/Tiny.pir' line 1
error:imcc:syntax error ... somewhere
in file 'runtime/parrot/library/YAML/Tiny.pir' line 1
syntax error ... somewhere
make: *** [runtime/parrot/library/YAML/Tiny.pbc] Error 1
Finished
[parrot] 506 $ git branch | grep \*; git show | head -1
* master
commit 5bcdb0a0e876fd7b71a0d1dde259ff83df659f1b
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

