when ../configure, cannot find Ninjia

Bug #1903712 reported by Trudy McClendon
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
QEMU
Expired
Undecided
Unassigned

Bug Description

On unbuntu18.04, after finishing

wget https://download.qemu.org/qemu-5.2.0-rc0.tar.xz
tar xvJf qemu-5.2.0-rc0.tar.xz
cd qemu-5.2.0-rc0

when I input

mkdir build
cd build
../configure

Return Error:
cannot find Ninjia

description: updated
Revision history for this message
Daniel Berrange (berrange) wrote :

Can you confirm whether you have installed the "ninja-build" package ? It is a new build requirement for QEMU in 5.2.0

Changed in qemu:
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for QEMU because there has been no activity for 60 days.]

Changed in qemu:
status: Incomplete → Expired
Revision history for this message
Shi (tao1992) wrote :

1、install re2c。[url:http://re2c.org/index.html]
tar -xvzf re2c-1.0.3.tar.gz
    cd re2c-1.0.3/
    autoreconf -i -W all
    ./configure
    make&&make install
2、git clone git://github.com/ninja-build/ninja.git && cd ninja
    ./configure.py --bootstrap
    cp ninja /usr/bin/

[root@aix7 ~]# ninja --version
1.10.2.git

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.