---- Gerard Henry <gerard.henry at free.fr> wrote:
> hello,
> i''ve successfully installed latest qemu on Sun Ultra 20 with
S10U4, and now, i need to install it on a Sun V40z with S10 U3 only.
> Compilation went fine, but when i did "make install", it failed:
>
> "for d in x86_64-softmmu i386-softmmu; do \
> gmake -C $d install || exit 1 ; \
> done
> Assertion failed: ap <= end, file job.c, line 2412
> Abort
You''ll notice that you''re using make (unless you have
aliased gmake to make), and that is probably why
it is failing.
try "gmake install"
This is documented on the qemu project build page
that you must use gmake and not /usr/ccs/bin/make.
Are you using the source version of qemu from
the opensolaris qemu project site?
> make: *** [install] Error 1
> "
>
> Anybody can help? I don''t know what it is job.c.
> It has only installed
> nemo-henry% ll /opt/qemu/bin/
> total 304
> -rwxr-xr-x 1 root root 142992 Oct 25 21:30 qemu-img
> and nothing else
If you want, send me offline (ie, not to the list, the PATH
you''re using, and the output of gmake -d install, IFF
a "gmake install" doesn''t work.
Ben