On Wed, 05/21 05:40, Liu, RongrongX wrote:
> Hi,
> 
> After download the latest 
> qemu.git(http://git.qemu.org/?p=qemu.git;a=summary), then compile the 
> qemu.git, it will build fail with error
> 
> Some build log
>   ....
>   CC    trace/generated-events.o
>   CC    trace/generated-tracers.o
>   CC    util/cutils.o
>   AR    libqemustub.a
> lt LINK vscclient
>   AR    libqemuutil.a
>   LINK  qemu-ga
>   LINK  qemu-nbd
>   LINK  qemu-img
>   LINK  qemu-io
> qemu-img.o: In function `add_format_to_seq':
> /root/qemu/qemu-img.c:73: undefined reference to `g_sequence_lookup'
> collect2: ld returned 1 exit status
> make: *** [qemu-img] Error 1
> make: *** Waiting for unfinished jobs....

Hi,

A recent change 1a443c1b8 (qemu-img: sort block formats in help message) added
a silent dependency on glib >= 2.28. Fix posted by Mike Day is already on the
way into qemu.git in Kevin's PULL request.

Please wait for it to be applied and try again, or compile QEMU against a more
recent glib.

Thanks,
Fam
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to