id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
1883	'make bootstrap-ops' target broken	jkeenan		"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"	bug	closed	normal	2.11	build	2.10.0	medium	fixed					
