* [BUG] building multiple versions of a single platform is broken again
@ 2019-12-06 14:29 Ard Biesheuvel
2019-12-06 14:40 ` Leif Lindholm
0 siblings, 1 reply; 8+ messages in thread
From: Ard Biesheuvel @ 2019-12-06 14:29 UTC (permalink / raw)
To: edk2-devel-groups-io, Gao, Liming, Leif Lindholm, Laszlo Ersek,
Feng, Bob C, Kinney, Michael D
When I build DEBUG and RELEASE versions of the same platform in one go, like
build -b DEBUG -b RELEASE -a X64 -p OvmfPkg/OvmfPkgX64.dsc -t GCC5
the first build completes, but the second one fails immediately like below.
This appears to have gotten broken between edk2-stable201905 and
edk2-stable201908, but it would be nice to fix nonetheless.
Thanks,
Ard.
Processing meta-data .
Architecture(s) = X64
Build target = RELEASE
Toolchain = GCC5
Active Platform = /home/ardbie01/build/edk2/OvmfPkg/OvmfPkgX64.dsc
Flash Image Definition = /home/ardbie01/build/edk2/OvmfPkg/OvmfPkgX64.fdf
.... done!
Building ... /home/ardbie01/build/edk2/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
[X64]
Building ... /home/ardbie01/build/edk2/MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
[X64]
Building ... /home/ardbie01/build/edk2/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
[X64]
Building ... /home/ardbie01/build/edk2/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
[X64]
make: *** No rule to make target 'tbuild'. Stop.
build.py...
: error 7000: Failed to execute command
make tbuild [/home/ardbie01/build/edk2-workspace/Build/OvmfX64/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib]
build.py...
: error 7000: Failed to execute command
make tbuild [/home/ardbie01/build/edk2-workspace/Build/OvmfX64/RELEASE_GCC5/X64/MdePkg/Library/UefiUsbLib/UefiUsbLib]
build.py...
: error 7000: Failed to execute command
make tbuild [/home/ardbie01/build/edk2-workspace/Build/OvmfX64/RELEASE_GCC5/X64/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint]
build.py...
: error 7000: Failed to execute command
make tbuild [/home/ardbie01/build/edk2-workspace/Build/OvmfX64/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib]
build.py...
: error F002: Failed to build module
/home/ardbie01/build/edk2/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
[X64, GCC5, RELEASE]
- Failed -
Build end time: 14:16:43, Dec.06 2019
Build total time: 00:01:30
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [BUG] building multiple versions of a single platform is broken again
2019-12-06 14:29 [BUG] building multiple versions of a single platform is broken again Ard Biesheuvel
@ 2019-12-06 14:40 ` Leif Lindholm
2019-12-06 14:45 ` Ard Biesheuvel
0 siblings, 1 reply; 8+ messages in thread
From: Leif Lindholm @ 2019-12-06 14:40 UTC (permalink / raw)
To: Ard Biesheuvel
Cc: edk2-devel-groups-io, Gao, Liming, Laszlo Ersek, Feng, Bob C,
Kinney, Michael D
On Fri, Dec 06, 2019 at 14:29:28 +0000, Ard Biesheuvel wrote:
> When I build DEBUG and RELEASE versions of the same platform in one go, like
>
> build -b DEBUG -b RELEASE -a X64 -p OvmfPkg/OvmfPkgX64.dsc -t GCC5
>
> the first build completes, but the second one fails immediately like below.
>
> This appears to have gotten broken between edk2-stable201905 and
> edk2-stable201908, but it would be nice to fix nonetheless.
https://bugzilla.tianocore.org/show_bug.cgi?id=2371 ?
Does the second one build if you re-run the build command?
Regards,
Leif
> Thanks,
> Ard.
>
>
>
> Processing meta-data .
> Architecture(s) = X64
> Build target = RELEASE
> Toolchain = GCC5
>
> Active Platform = /home/ardbie01/build/edk2/OvmfPkg/OvmfPkgX64.dsc
> Flash Image Definition = /home/ardbie01/build/edk2/OvmfPkg/OvmfPkgX64.fdf
> .... done!
> Building ... /home/ardbie01/build/edk2/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
> [X64]
> Building ... /home/ardbie01/build/edk2/MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
> [X64]
> Building ... /home/ardbie01/build/edk2/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
> [X64]
> Building ... /home/ardbie01/build/edk2/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
> [X64]
> make: *** No rule to make target 'tbuild'. Stop.
>
>
> build.py...
> : error 7000: Failed to execute command
> make tbuild [/home/ardbie01/build/edk2-workspace/Build/OvmfX64/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib]
>
>
> build.py...
> : error 7000: Failed to execute command
> make tbuild [/home/ardbie01/build/edk2-workspace/Build/OvmfX64/RELEASE_GCC5/X64/MdePkg/Library/UefiUsbLib/UefiUsbLib]
>
>
> build.py...
> : error 7000: Failed to execute command
> make tbuild [/home/ardbie01/build/edk2-workspace/Build/OvmfX64/RELEASE_GCC5/X64/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint]
>
>
> build.py...
> : error 7000: Failed to execute command
> make tbuild [/home/ardbie01/build/edk2-workspace/Build/OvmfX64/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib]
>
>
> build.py...
> : error F002: Failed to build module
> /home/ardbie01/build/edk2/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
> [X64, GCC5, RELEASE]
>
> - Failed -
> Build end time: 14:16:43, Dec.06 2019
> Build total time: 00:01:30
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [BUG] building multiple versions of a single platform is broken again
2019-12-06 14:40 ` Leif Lindholm
@ 2019-12-06 14:45 ` Ard Biesheuvel
2019-12-10 8:31 ` Ard Biesheuvel
0 siblings, 1 reply; 8+ messages in thread
From: Ard Biesheuvel @ 2019-12-06 14:45 UTC (permalink / raw)
To: Leif Lindholm
Cc: edk2-devel-groups-io, Gao, Liming, Laszlo Ersek, Feng, Bob C,
Kinney, Michael D
On Fri, 6 Dec 2019 at 14:40, Leif Lindholm <leif.lindholm@linaro.org> wrote:
>
> On Fri, Dec 06, 2019 at 14:29:28 +0000, Ard Biesheuvel wrote:
> > When I build DEBUG and RELEASE versions of the same platform in one go, like
> >
> > build -b DEBUG -b RELEASE -a X64 -p OvmfPkg/OvmfPkgX64.dsc -t GCC5
> >
> > the first build completes, but the second one fails immediately like below.
> >
> > This appears to have gotten broken between edk2-stable201905 and
> > edk2-stable201908, but it would be nice to fix nonetheless.
>
> https://bugzilla.tianocore.org/show_bug.cgi?id=2371 ?
>
> Does the second one build if you re-run the build command?
>
Yes. So it is the exact same issue, and it is still broken.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [BUG] building multiple versions of a single platform is broken again
2019-12-06 14:45 ` Ard Biesheuvel
@ 2019-12-10 8:31 ` Ard Biesheuvel
2019-12-10 13:46 ` [edk2-devel] " Bob Feng
0 siblings, 1 reply; 8+ messages in thread
From: Ard Biesheuvel @ 2019-12-10 8:31 UTC (permalink / raw)
To: Leif Lindholm, Feng, Bob C
Cc: edk2-devel-groups-io, Gao, Liming, Laszlo Ersek,
Kinney, Michael D
Bob, is there any progress on this issue?
On Fri, 6 Dec 2019 at 15:45, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
>
> On Fri, 6 Dec 2019 at 14:40, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> >
> > On Fri, Dec 06, 2019 at 14:29:28 +0000, Ard Biesheuvel wrote:
> > > When I build DEBUG and RELEASE versions of the same platform in one go, like
> > >
> > > build -b DEBUG -b RELEASE -a X64 -p OvmfPkg/OvmfPkgX64.dsc -t GCC5
> > >
> > > the first build completes, but the second one fails immediately like below.
> > >
> > > This appears to have gotten broken between edk2-stable201905 and
> > > edk2-stable201908, but it would be nice to fix nonetheless.
> >
> > https://bugzilla.tianocore.org/show_bug.cgi?id=2371 ?
> >
> > Does the second one build if you re-run the build command?
> >
>
> Yes. So it is the exact same issue, and it is still broken.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [edk2-devel] [BUG] building multiple versions of a single platform is broken again
2019-12-10 8:31 ` Ard Biesheuvel
@ 2019-12-10 13:46 ` Bob Feng
2019-12-10 14:11 ` Ard Biesheuvel
0 siblings, 1 reply; 8+ messages in thread
From: Bob Feng @ 2019-12-10 13:46 UTC (permalink / raw)
To: devel@edk2.groups.io, ard.biesheuvel@linaro.org, Leif Lindholm
Cc: Gao, Liming, Laszlo Ersek, Kinney, Michael D
Hi Ard,
I checked this issue. this bug was introduced by the patch set from 0e7e7a264 to 94459080c
And the patch set 91f6c533f8 - a80032dc44a, which are pushed to master today, fixed this issue.
Thanks,
Bob
-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Ard Biesheuvel
Sent: Tuesday, December 10, 2019 4:31 PM
To: Leif Lindholm <leif.lindholm@linaro.org>; Feng, Bob C <bob.c.feng@intel.com>
Cc: edk2-devel-groups-io <devel@edk2.groups.io>; Gao, Liming <liming.gao@intel.com>; Laszlo Ersek <lersek@redhat.com>; Kinney, Michael D <michael.d.kinney@intel.com>
Subject: Re: [edk2-devel] [BUG] building multiple versions of a single platform is broken again
Bob, is there any progress on this issue?
On Fri, 6 Dec 2019 at 15:45, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
>
> On Fri, 6 Dec 2019 at 14:40, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> >
> > On Fri, Dec 06, 2019 at 14:29:28 +0000, Ard Biesheuvel wrote:
> > > When I build DEBUG and RELEASE versions of the same platform in
> > > one go, like
> > >
> > > build -b DEBUG -b RELEASE -a X64 -p OvmfPkg/OvmfPkgX64.dsc -t GCC5
> > >
> > > the first build completes, but the second one fails immediately like below.
> > >
> > > This appears to have gotten broken between edk2-stable201905 and
> > > edk2-stable201908, but it would be nice to fix nonetheless.
> >
> > https://bugzilla.tianocore.org/show_bug.cgi?id=2371 ?
> >
> > Does the second one build if you re-run the build command?
> >
>
> Yes. So it is the exact same issue, and it is still broken.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [edk2-devel] [BUG] building multiple versions of a single platform is broken again
2019-12-10 13:46 ` [edk2-devel] " Bob Feng
@ 2019-12-10 14:11 ` Ard Biesheuvel
2019-12-10 14:24 ` Bob Feng
[not found] ` <15DF08A04D983467.14068@groups.io>
0 siblings, 2 replies; 8+ messages in thread
From: Ard Biesheuvel @ 2019-12-10 14:11 UTC (permalink / raw)
To: Feng, Bob C
Cc: devel@edk2.groups.io, Leif Lindholm, Gao, Liming, Laszlo Ersek,
Kinney, Michael D
On Tue, 10 Dec 2019 at 14:46, Feng, Bob C <bob.c.feng@intel.com> wrote:
>
> Hi Ard,
>
> I checked this issue. this bug was introduced by the patch set from 0e7e7a264 to 94459080c
> And the patch set 91f6c533f8 - a80032dc44a, which are pushed to master today, fixed this issue.
>
OK, so it was fixed by accident? That is fine, good to know.
Thanks!
Ard.
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Ard Biesheuvel
> Sent: Tuesday, December 10, 2019 4:31 PM
> To: Leif Lindholm <leif.lindholm@linaro.org>; Feng, Bob C <bob.c.feng@intel.com>
> Cc: edk2-devel-groups-io <devel@edk2.groups.io>; Gao, Liming <liming.gao@intel.com>; Laszlo Ersek <lersek@redhat.com>; Kinney, Michael D <michael.d.kinney@intel.com>
> Subject: Re: [edk2-devel] [BUG] building multiple versions of a single platform is broken again
>
> Bob, is there any progress on this issue?
>
>
> On Fri, 6 Dec 2019 at 15:45, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
> >
> > On Fri, 6 Dec 2019 at 14:40, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> > >
> > > On Fri, Dec 06, 2019 at 14:29:28 +0000, Ard Biesheuvel wrote:
> > > > When I build DEBUG and RELEASE versions of the same platform in
> > > > one go, like
> > > >
> > > > build -b DEBUG -b RELEASE -a X64 -p OvmfPkg/OvmfPkgX64.dsc -t GCC5
> > > >
> > > > the first build completes, but the second one fails immediately like below.
> > > >
> > > > This appears to have gotten broken between edk2-stable201905 and
> > > > edk2-stable201908, but it would be nice to fix nonetheless.
> > >
> > > https://bugzilla.tianocore.org/show_bug.cgi?id=2371 ?
> > >
> > > Does the second one build if you re-run the build command?
> > >
> >
> > Yes. So it is the exact same issue, and it is still broken.
>
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [edk2-devel] [BUG] building multiple versions of a single platform is broken again
2019-12-10 14:11 ` Ard Biesheuvel
@ 2019-12-10 14:24 ` Bob Feng
[not found] ` <15DF08A04D983467.14068@groups.io>
1 sibling, 0 replies; 8+ messages in thread
From: Bob Feng @ 2019-12-10 14:24 UTC (permalink / raw)
To: Ard Biesheuvel
Cc: devel@edk2.groups.io, Leif Lindholm, Gao, Liming, Laszlo Ersek,
Kinney, Michael D
I think so.
-----Original Message-----
From: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Sent: Tuesday, December 10, 2019 10:12 PM
To: Feng, Bob C <bob.c.feng@intel.com>
Cc: devel@edk2.groups.io; Leif Lindholm <leif.lindholm@linaro.org>; Gao, Liming <liming.gao@intel.com>; Laszlo Ersek <lersek@redhat.com>; Kinney, Michael D <michael.d.kinney@intel.com>
Subject: Re: [edk2-devel] [BUG] building multiple versions of a single platform is broken again
On Tue, 10 Dec 2019 at 14:46, Feng, Bob C <bob.c.feng@intel.com> wrote:
>
> Hi Ard,
>
> I checked this issue. this bug was introduced by the patch set from
> 0e7e7a264 to 94459080c And the patch set 91f6c533f8 - a80032dc44a, which are pushed to master today, fixed this issue.
>
OK, so it was fixed by accident? That is fine, good to know.
Thanks!
Ard.
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Ard
> Biesheuvel
> Sent: Tuesday, December 10, 2019 4:31 PM
> To: Leif Lindholm <leif.lindholm@linaro.org>; Feng, Bob C
> <bob.c.feng@intel.com>
> Cc: edk2-devel-groups-io <devel@edk2.groups.io>; Gao, Liming
> <liming.gao@intel.com>; Laszlo Ersek <lersek@redhat.com>; Kinney,
> Michael D <michael.d.kinney@intel.com>
> Subject: Re: [edk2-devel] [BUG] building multiple versions of a single
> platform is broken again
>
> Bob, is there any progress on this issue?
>
>
> On Fri, 6 Dec 2019 at 15:45, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
> >
> > On Fri, 6 Dec 2019 at 14:40, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> > >
> > > On Fri, Dec 06, 2019 at 14:29:28 +0000, Ard Biesheuvel wrote:
> > > > When I build DEBUG and RELEASE versions of the same platform in
> > > > one go, like
> > > >
> > > > build -b DEBUG -b RELEASE -a X64 -p OvmfPkg/OvmfPkgX64.dsc -t
> > > > GCC5
> > > >
> > > > the first build completes, but the second one fails immediately like below.
> > > >
> > > > This appears to have gotten broken between edk2-stable201905 and
> > > > edk2-stable201908, but it would be nice to fix nonetheless.
> > >
> > > https://bugzilla.tianocore.org/show_bug.cgi?id=2371 ?
> > >
> > > Does the second one build if you re-run the build command?
> > >
> >
> > Yes. So it is the exact same issue, and it is still broken.
>
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [edk2-devel] [BUG] building multiple versions of a single platform is broken again
[not found] ` <15DF08A04D983467.14068@groups.io>
@ 2019-12-10 15:25 ` Bob Feng
0 siblings, 0 replies; 8+ messages in thread
From: Bob Feng @ 2019-12-10 15:25 UTC (permalink / raw)
To: devel@edk2.groups.io, Feng, Bob C, Ard Biesheuvel
Cc: Leif Lindholm, Gao, Liming, Laszlo Ersek, Kinney, Michael D
Ard,
Sorry about my incorrect information. This bug is still there. My previous workspace was not clean.
I'll work on this bug tomorrow.
-Bob
-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Bob Feng
Sent: Tuesday, December 10, 2019 10:25 PM
To: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: devel@edk2.groups.io; Leif Lindholm <leif.lindholm@linaro.org>; Gao, Liming <liming.gao@intel.com>; Laszlo Ersek <lersek@redhat.com>; Kinney, Michael D <michael.d.kinney@intel.com>
Subject: Re: [edk2-devel] [BUG] building multiple versions of a single platform is broken again
I think so.
-----Original Message-----
From: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Sent: Tuesday, December 10, 2019 10:12 PM
To: Feng, Bob C <bob.c.feng@intel.com>
Cc: devel@edk2.groups.io; Leif Lindholm <leif.lindholm@linaro.org>; Gao, Liming <liming.gao@intel.com>; Laszlo Ersek <lersek@redhat.com>; Kinney, Michael D <michael.d.kinney@intel.com>
Subject: Re: [edk2-devel] [BUG] building multiple versions of a single platform is broken again
On Tue, 10 Dec 2019 at 14:46, Feng, Bob C <bob.c.feng@intel.com> wrote:
>
> Hi Ard,
>
> I checked this issue. this bug was introduced by the patch set from
> 0e7e7a264 to 94459080c And the patch set 91f6c533f8 - a80032dc44a, which are pushed to master today, fixed this issue.
>
OK, so it was fixed by accident? That is fine, good to know.
Thanks!
Ard.
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Ard
> Biesheuvel
> Sent: Tuesday, December 10, 2019 4:31 PM
> To: Leif Lindholm <leif.lindholm@linaro.org>; Feng, Bob C
> <bob.c.feng@intel.com>
> Cc: edk2-devel-groups-io <devel@edk2.groups.io>; Gao, Liming
> <liming.gao@intel.com>; Laszlo Ersek <lersek@redhat.com>; Kinney,
> Michael D <michael.d.kinney@intel.com>
> Subject: Re: [edk2-devel] [BUG] building multiple versions of a single
> platform is broken again
>
> Bob, is there any progress on this issue?
>
>
> On Fri, 6 Dec 2019 at 15:45, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
> >
> > On Fri, 6 Dec 2019 at 14:40, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> > >
> > > On Fri, Dec 06, 2019 at 14:29:28 +0000, Ard Biesheuvel wrote:
> > > > When I build DEBUG and RELEASE versions of the same platform in
> > > > one go, like
> > > >
> > > > build -b DEBUG -b RELEASE -a X64 -p OvmfPkg/OvmfPkgX64.dsc -t
> > > > GCC5
> > > >
> > > > the first build completes, but the second one fails immediately like below.
> > > >
> > > > This appears to have gotten broken between edk2-stable201905 and
> > > > edk2-stable201908, but it would be nice to fix nonetheless.
> > >
> > > https://bugzilla.tianocore.org/show_bug.cgi?id=2371 ?
> > >
> > > Does the second one build if you re-run the build command?
> > >
> >
> > Yes. So it is the exact same issue, and it is still broken.
>
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2019-12-10 15:25 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-06 14:29 [BUG] building multiple versions of a single platform is broken again Ard Biesheuvel
2019-12-06 14:40 ` Leif Lindholm
2019-12-06 14:45 ` Ard Biesheuvel
2019-12-10 8:31 ` Ard Biesheuvel
2019-12-10 13:46 ` [edk2-devel] " Bob Feng
2019-12-10 14:11 ` Ard Biesheuvel
2019-12-10 14:24 ` Bob Feng
[not found] ` <15DF08A04D983467.14068@groups.io>
2019-12-10 15:25 ` Bob Feng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox