#1883: 'make bootstrap-ops' target broken
---------------------+------------------------------------------------------
Reporter: jkeenan | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 2.11
Component: build | Version: 2.10.0
Severity: medium | Keywords:
Lang: | Patch:
Platform: |
---------------------+------------------------------------------------------
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
--
Ticket URL: <https://trac.parrot.org/parrot/ticket/1883>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets