Re: [PATCH v3 10/10] travis: Disable IA64 target

2019-06-04 Thread Leif Lindholm
On Tue, Jun 04, 2019 at 03:37:39PM +0200, John Paul Adrian Glaubitz wrote: > On 6/4/19 3:34 PM, Leif Lindholm wrote: > > I am reasonably convinced this was simply neglected when d8901e3ba1 > > ("cache: Fix compilation for ppc, sparc and arm64") was pushed. > > (And I don't believe ia64 has been bui

Re: [PATCH v3 10/10] travis: Disable IA64 target

2019-06-04 Thread Alexander Graf
On 04.06.19 15:37, John Paul Adrian Glaubitz wrote: > On 6/4/19 3:34 PM, Leif Lindholm wrote: >> I am reasonably convinced this was simply neglected when d8901e3ba1 >> ("cache: Fix compilation for ppc, sparc and arm64") was pushed. >> (And I don't believe ia64 has been buildable since.) > *cross*

Re: [PATCH v3 10/10] travis: Disable IA64 target

2019-06-04 Thread John Paul Adrian Glaubitz
On 6/4/19 3:34 PM, Leif Lindholm wrote: > I am reasonably convinced this was simply neglected when d8901e3ba1 > ("cache: Fix compilation for ppc, sparc and arm64") was pushed. > (And I don't believe ia64 has been buildable since.) *cross*-buildable. It's build absolutely fine naively. Daniel expl

Re: [PATCH v3 10/10] travis: Disable IA64 target

2019-06-04 Thread Leif Lindholm
On Tue, Jun 04, 2019 at 12:27:34PM +0200, Alexander Graf wrote: > The IA64 target currently does not compile due to the following error > message: > > grub-mkimage: error: undefined symbol grub_arch_sync_dma_caches. > > If anyone cares enough about IA64 to fix it up, be my guest and revert > thi

Re: [PATCH v3 10/10] travis: Disable IA64 target

2019-06-04 Thread Alexander Graf
On 04.06.19 13:35, John Paul Adrian Glaubitz wrote: > On 6/4/19 12:27 PM, Alexander Graf wrote: >> The IA64 target currently does not compile due to the following error >> message: >> >> grub-mkimage: error: undefined symbol grub_arch_sync_dma_caches. >> >> If anyone cares enough about IA64 to

Re: [PATCH v3 10/10] travis: Disable IA64 target

2019-06-04 Thread John Paul Adrian Glaubitz
On 6/4/19 1:46 PM, Alexander Graf wrote: > Travis doesn't lie :). Maybe it's something about the toolchain used? > > https://travis-ci.org/agraf/grub/jobs/541099309 I don't lie either :P. Toolchain and kernel are recent: root@titanium:~# gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_W

Re: [PATCH v3 10/10] travis: Disable IA64 target

2019-06-04 Thread Alexander Graf
On 04.06.19 13:35, John Paul Adrian Glaubitz wrote: > On 6/4/19 12:27 PM, Alexander Graf wrote: >> The IA64 target currently does not compile due to the following error >> message: >> >> grub-mkimage: error: undefined symbol grub_arch_sync_dma_caches. >> >> If anyone cares enough about IA64 to

Re: [PATCH v3 10/10] travis: Disable IA64 target

2019-06-04 Thread John Paul Adrian Glaubitz
On 6/4/19 12:27 PM, Alexander Graf wrote: > The IA64 target currently does not compile due to the following error > message: > > grub-mkimage: error: undefined symbol grub_arch_sync_dma_caches. > > If anyone cares enough about IA64 to fix it up, be my guest and revert > this commit afterwards.

[PATCH v3 10/10] travis: Disable IA64 target

2019-06-04 Thread Alexander Graf
The IA64 target currently does not compile due to the following error message: grub-mkimage: error: undefined symbol grub_arch_sync_dma_caches. If anyone cares enough about IA64 to fix it up, be my guest and revert this commit afterwards. For now, we really need to move forward with a fully suc