Ticket #1883 (closed bug: fixed)
'make bootstrap-ops' target broken
| Reported by: | jkeenan | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.11 |
| Component: | build | Version: | 2.10.0 |
| Severity: | medium | Keywords: | |
| Cc: | Language: | ||
| Patch status: | Platform: |
Description
In the course of debugging today, I had occasion to run:
make realclean && perl Configure.pl && make bootstrap-ops
It repeatedly failed here:
cc -o parrot \
src/main.o src/parrot_config.o \
-Wl,-rpath="/home/jimk/gitwork/parrot"/blib/lib -L/home/jimk/gitwork/parrot/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lnsl -ldl -lm -lcrypt -lutil -lpthread -lrt -lgmp -lreadline -lffi -fstack-protector -L/usr/local/lib -Wl,-E -Wl,-E
./parrot -o runtime/parrot/library/Regex.pbc ext/nqp-rx/src/stage0/Regex-s0.pir
error:imcc:No such file or directory
in file 'ext/nqp-rx/src/stage0/Regex-s0.pir' line 28
make: *** [runtime/parrot/library/Regex.pbc] Error 1
According to the Makefile, the purpose of the bootstrap-ops target is:
@echo " bootstrap-ops: Generate C code from .ops files."
... and it is defined as:
bootstrap-ops : $(OPS2C)
$(OPS2C) --core --quiet
$(MAKE) .
Can anyone clarify? (I have no previous familiarity with this target).
Thank you very much.
kid51
Change History
Note: See
TracTickets for help on using
tickets.
