[Kernel-packages] [Bug 1836045] Re: ftbfs: gnat cross targeting powerpc

2019-07-24 Thread Brad Figg
** Tags added: cscc -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1836045 Title: ftbfs: gnat cross targeting powerpc Status in gcc-8-cross package in Ubuntu: Fix Released Status in

[Kernel-packages] [Bug 1836045] Re: ftbfs: gnat cross targeting powerpc

2019-07-11 Thread Steve Langasek
If the cross-builds are working again, it sounds like this is resolved. ** Changed in: linux (Ubuntu) Status: Confirmed => Fix Released ** Changed in: gcc-9-cross (Ubuntu) Status: Confirmed => Fix Released ** Changed in: gcc-8-cross (Ubuntu) Status: Confirmed => Fix

[Kernel-packages] [Bug 1836045] Re: ftbfs: gnat cross targeting powerpc

2019-07-11 Thread Matthias Klose
now built linux-libc-dev-powerpc-cross from the linux 5.2 sources, and the cross builds are working again. I'm currently not spending time to investigate that further. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1836045] Re: ftbfs: gnat cross targeting powerpc

2019-07-10 Thread Matthias Klose
> /usr/include/powerpc64le-linux-gnu/asm/socket.h: this is the wrong header, I am talking about the powerpc-linux-gnu target. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1836045

[Kernel-packages] [Bug 1836045] Re: ftbfs: gnat cross targeting powerpc

2019-07-10 Thread Matthias Klose
gcc/ada/gsocket.h:#include so this is using the glibc header, no kernel header directly. It looks like that with linux-libc-dev built using linux 5.2, I'm able to build the cross compiler. I'll update once the build finishes. -- You received this bug notification because you are a member of

[Kernel-packages] [Bug 1836045] Re: ftbfs: gnat cross targeting powerpc

2019-07-10 Thread Seth Forshee
That's not true; most architectures don't have a match for SO_RCVTIMEO, as they're using the definition from asm-generic, just as powerpc should be. The others were updated differently because they do not include asm- generic/socket.h. And powerpc clearly does have a definition for it, since the

[Kernel-packages] [Bug 1836045] Re: ftbfs: gnat cross targeting powerpc

2019-07-10 Thread Matthias Klose
comparing the source trees of 5.0 and 5.2, it looks like all architectures except powerpc were updated (fgrep -r SO_RCVTIMEO). So this is a blocker for the powerpc cross compilers, which we need to build some firmware. ** Also affects: linux (Ubuntu) Importance: Undecided Status: New