Ticket #979 (new bug) — at Initial Version

Opened 12 years ago

Last modified 12 years ago

Invalid charset number '8' on darwin during PCT.pbc bytecode generation

Reported by: dukeleto Owned by:
Priority: critical Milestone: 1.6
Component: build Version: 1.5.0
Severity: medium Keywords:
Cc: Language:
Patch status: Platform: darwin

Description

during a normal "make test" on darwin

gmake -C compilers/pct
gmake[1]: Entering directory `/Users/leto/work/parrot-git-svn/compilers/pct'
../../parrot -o ../../runtime/parrot/library/PCT.pbc --output-pbc PCT.pir

Invalid charset number '8' specified
gmake[1]: *** [../../runtime/parrot/library/PCT.pbc] Error 1
gmake[1]: Leaving directory `/Users/leto/work/parrot-git-svn/compilers/pct'
make: *** [compilers.dummy] Error 2

This also means that the parrot that it generates is borked:

./parrot examples/pir/hanoi.pir 

Invalid charset number '8' specified
Note: See TracTickets for help on using tickets.