Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 9606] New: xorg-server cannot build for ARM target
@ 2017-01-20  3:46 bugzilla at busybox.net
  2017-01-20  5:45 ` [Buildroot] [Bug 9606] " bugzilla at busybox.net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2017-01-20  3:46 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=9606

            Bug ID: 9606
           Summary: xorg-server cannot build for ARM target
           Product: buildroot
           Version: 2016.11
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: icenowy at aosc.xyz
                CC: buildroot at uclibc.org
  Target Milestone: ---

Created attachment 6861
  --> https://bugs.busybox.net/attachment.cgi?id=6861&action=edit
Compressed .config file

make[6]: Entering directory
'/home/icenowy/sda9/buildroot/buildroot-2016.11.1/output/build/xserver_xorg-server-1.18.4/hw/xfree86/os-support/linux'
  CC       lnx_init.lo
In file included from lnx_init.c:33:0:
../../../../hw/xfree86/common/compiler.h: In function 'xf_outb':
../../../../hw/xfree86/common/compiler.h:770:5: error: implicit declaration of
function 'outb' [-Werror=implicit-function-declaration]
     outb(val, port);
     ^
../../../../hw/xfree86/common/compiler.h:770:5: warning: nested extern
declaration of 'outb' [-Wnested-externs]
../../../../hw/xfree86/common/compiler.h: In function 'xf_outw':
../../../../hw/xfree86/common/compiler.h:776:5: error: implicit declaration of
function 'outw' [-Werror=implicit-function-declaration]
     outw(val, port);
     ^
../../../../hw/xfree86/common/compiler.h:776:5: warning: nested extern
declaration of 'outw' [-Wnested-externs]
../../../../hw/xfree86/common/compiler.h: In function 'xf_outl':
../../../../hw/xfree86/common/compiler.h:782:5: error: implicit declaration of
function 'outl' [-Werror=implicit-function-declaration]
     outl(val, port);
     ^
../../../../hw/xfree86/common/compiler.h:782:5: warning: nested extern
declaration of 'outl' [-Wnested-externs]
cc1: some warnings being treated as errors

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 9606] xorg-server cannot build for ARM target
  2017-01-20  3:46 [Buildroot] [Bug 9606] New: xorg-server cannot build for ARM target bugzilla at busybox.net
@ 2017-01-20  5:45 ` bugzilla at busybox.net
  2017-01-20 13:55 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2017-01-20  5:45 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=9606

Bernd Kuhls <bernd.kuhls@t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at buildroot.uclibc |bernd.kuhls at t-online.de
                   |.org                        |

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 9606] xorg-server cannot build for ARM target
  2017-01-20  3:46 [Buildroot] [Bug 9606] New: xorg-server cannot build for ARM target bugzilla at busybox.net
  2017-01-20  5:45 ` [Buildroot] [Bug 9606] " bugzilla at busybox.net
@ 2017-01-20 13:55 ` bugzilla at busybox.net
  2017-01-20 15:27 ` bugzilla at busybox.net
  2017-01-21 12:58 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2017-01-20 13:55 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=9606

Peter Korsgaard <jacmet@uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from Peter Korsgaard <jacmet@uclibc.org> ---
Are you building with musl? From a quick look, the logic in compiler.h hasn't
changed since ~2004. The problem is that musl doesn't implement the
ioperm/inb/outb interface on ARM.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 9606] xorg-server cannot build for ARM target
  2017-01-20  3:46 [Buildroot] [Bug 9606] New: xorg-server cannot build for ARM target bugzilla at busybox.net
  2017-01-20  5:45 ` [Buildroot] [Bug 9606] " bugzilla at busybox.net
  2017-01-20 13:55 ` bugzilla at busybox.net
@ 2017-01-20 15:27 ` bugzilla at busybox.net
  2017-01-21 12:58 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2017-01-20 15:27 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=9606

--- Comment #2 from Peter Korsgaard <jacmet@uclibc.org> ---
I've sent a patch do disallow ARM+MUSL:

http://lists.busybox.net/pipermail/buildroot/2017-January/181737.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 9606] xorg-server cannot build for ARM target
  2017-01-20  3:46 [Buildroot] [Bug 9606] New: xorg-server cannot build for ARM target bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2017-01-20 15:27 ` bugzilla at busybox.net
@ 2017-01-21 12:58 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2017-01-21 12:58 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=9606

Peter Korsgaard <jacmet@uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Peter Korsgaard <jacmet@uclibc.org> ---
Patch has now been applied to git, thanks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-01-21 12:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-20  3:46 [Buildroot] [Bug 9606] New: xorg-server cannot build for ARM target bugzilla at busybox.net
2017-01-20  5:45 ` [Buildroot] [Bug 9606] " bugzilla at busybox.net
2017-01-20 13:55 ` bugzilla at busybox.net
2017-01-20 15:27 ` bugzilla at busybox.net
2017-01-21 12:58 ` bugzilla at busybox.net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox