From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bm6nD-0007tf-Kc for qemu-devel@nongnu.org; Mon, 19 Sep 2016 18:12:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bm6n7-0005LY-Ix for qemu-devel@nongnu.org; Mon, 19 Sep 2016 18:12:02 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:56270 helo=mx0a-001b2d01.pphosted.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bm6n7-0005LM-DW for qemu-devel@nongnu.org; Mon, 19 Sep 2016 18:11:57 -0400 Received: from pps.filterd (m0098416.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id u8JM2vfO119877 for ; Mon, 19 Sep 2016 18:11:56 -0400 Received: from e33.co.us.ibm.com (e33.co.us.ibm.com [32.97.110.151]) by mx0b-001b2d01.pphosted.com with ESMTP id 25jpd2533t-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 19 Sep 2016 18:11:56 -0400 Received: from localhost by e33.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 19 Sep 2016 16:11:55 -0600 References: <7beb1c2e-ae87-f40c-a3fd-1f189dc033e7@linux.vnet.ibm.com> <2614902d-5205-aeca-05d4-d426b6665939@redhat.com> <82e22c47-c34b-24be-09b3-3cb41177b97e@redhat.com> From: Jianjun Duan Date: Mon, 19 Sep 2016 15:11:51 -0700 MIME-Version: 1.0 In-Reply-To: <82e22c47-c34b-24be-09b3-3cb41177b97e@redhat.com> Content-Type: text/plain; charset=utf-8 Message-Id: <6b990fb0-b3e8-79a8-653c-ddd909e7f620@linux.vnet.ibm.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] build failure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow , Peter Maydell Cc: QEMU Developers , =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= make distclean didn't solve the problem. Thanks, Jianjun On 09/19/2016 02:51 PM, John Snow wrote: >=20 >=20 > On 09/19/2016 05:44 PM, Peter Maydell wrote: >> On 19 September 2016 at 22:38, John Snow wrote: >>> >>> >>> On 09/19/2016 05:17 PM, Jianjun Duan wrote: >>>> >>>> Hi, >>>> I ran into the follow problems when I tried to build code based on >>>> latest master or ppc-for-2.8: >>>> >>>> hw/ide/core.c: In function =E2=80=98ide_init_ioport=E2=80=99: >>>> hw/ide/core.c:2622:39: error: =E2=80=98IDEBus=E2=80=99 has no member= named >>>> =E2=80=98portio_list=E2=80=99 >>>> isa_register_portio_list(dev, &bus->portio_list, >>>> ^ >>>> hw/ide/core.c:2626:43: error: =E2=80=98IDEBus=E2=80=99 has no member= named >>>> =E2=80=98portio2_list=E2=80=99 >>>> isa_register_portio_list(dev, &bus->portio2_list, >>>> ^ >>>> make: *** [hw/ide/core.o] Error 1 >>>> >>>> Is there a patch available for this? >>>> >>>> Thanks, >>>> Jianjun >>>> >>>> >>> >>> Introduced in e305a16510afa74eec20390479e349402e55ef4c. >>> >>> Looks related to Marc's recent work, whom I have CC'd. >> >> That commit adds the 'portio_list' and 'portio2_list' >> fields to struct IDEBus, though (and it passed build tests >> unless I messed something up testing the merge)... >> >> thanks >> -- PMM >> >=20 > Serves me right for looking quickly. >=20 > Jianjun: Can you perform a build after a make distclean? Maybe you've > got some outdated files in your tree ...? >=20 > --js >=20