Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 9486] New: xorg-server 1.19 fails to compile for glibc with systems init (x86_64)
@ 2016-12-18  8:38 bugzilla at busybox.net
  2016-12-18  8:39 ` [Buildroot] [Bug 9486] xorg-server 1.19 fails to compile for glibc with systemd " bugzilla at busybox.net
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2016-12-18  8:38 UTC (permalink / raw)
  To: buildroot

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

            Bug ID: 9486
           Summary: xorg-server 1.19 fails to compile for glibc with
                    systems init (x86_64)
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: mail at waldemar-brodkorb.de
                CC: buildroot at uclibc.org
  Target Milestone: ---

when trying to compile xorg server package for x86_64 with glibc/systemd
enabled, I get
following build error:

./../../../miext/damage -I../../../../render -I../../../../randr
-I../../../../fb -I../../../../dbe -I../../../../present -fvisibility=hidden
-DHAVE_XORG_CONFIG_H -fvisibility=hidden
-I/home/wbx/buildroot/output/host/usr/x86_64-buildroot-linux-gnu/sysroot/usr/include
-I/home/wbx/buildroot/output/host/usr/x86_64-buildroot-linux-gnu/sysroot/usr/include
-DHAVE_ACPI -DHAVE_APM
-I/home/wbx/buildroot/output/host/usr/x86_64-buildroot-linux-gnu/sysroot/usr/include/dbus-1.0
-I/home/wbx/buildroot/output/host/usr/x86_64-buildroot-linux-gnu/sysroot/usr/lib/dbus-1.0/include
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os
-I/home/wbx/buildroot/output/host/usr/x86_64-buildroot-linux-gnu/sysroot/usr/include/pixman-1
-O2 -pthread -c systemd-logind.c  -fPIC -DPIC -o .libs/systemd-logind.o
systemd-logind.c: In function ?systemd_logind_vtenter?:
systemd-logind.c:248:21: error: ?xf86_num_platform_devices? undeclared (first
use in this function)
     for (i = 0; i < xf86_num_platform_devices; i++) {
                     ^~~~~~~~~~~~~~~~~~~~~~~~~
systemd-logind.c:248:21: note: each undeclared identifier is reported only once
for each function it appears in
systemd-logind.c:249:13: error: ?xf86_platform_devices? undeclared (first use
in this function)
         if (xf86_platform_devices[i].flags & XF86_PDEV_PAUSED)
             ^~~~~~~~~~~~~~~~~~~~~
Makefile:670: recipe for target 'systemd-logind.lo' failed
make[6]: *** [systemd-logind.lo] Er

Reproducible with git master from today with qemu defconfig
qemu_x86_64_defconfig. Afterwards change to glibc and enable systemd as init.

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

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

* [Buildroot] [Bug 9486] xorg-server 1.19 fails to compile for glibc with systemd init (x86_64)
  2016-12-18  8:38 [Buildroot] [Bug 9486] New: xorg-server 1.19 fails to compile for glibc with systems init (x86_64) bugzilla at busybox.net
@ 2016-12-18  8:39 ` bugzilla at busybox.net
  2016-12-18  8:41 ` bugzilla at busybox.net
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2016-12-18  8:39 UTC (permalink / raw)
  To: buildroot

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

mail at waldemar-brodkorb.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|xorg-server 1.19 fails to   |xorg-server 1.19 fails to
                   |compile for glibc with      |compile for glibc with
                   |systems init (x86_64)       |systemd init (x86_64)

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

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

* [Buildroot] [Bug 9486] xorg-server 1.19 fails to compile for glibc with systemd init (x86_64)
  2016-12-18  8:38 [Buildroot] [Bug 9486] New: xorg-server 1.19 fails to compile for glibc with systems init (x86_64) bugzilla at busybox.net
  2016-12-18  8:39 ` [Buildroot] [Bug 9486] xorg-server 1.19 fails to compile for glibc with systemd " bugzilla at busybox.net
@ 2016-12-18  8:41 ` bugzilla at busybox.net
  2016-12-18  9:53 ` bugzilla at busybox.net
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2016-12-18  8:41 UTC (permalink / raw)
  To: buildroot

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

--- Comment #1 from mail at waldemar-brodkorb.de ---
Created attachment 6826
  --> https://bugs.busybox.net/attachment.cgi?id=6826&action=edit
buildroot config

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

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

* [Buildroot] [Bug 9486] xorg-server 1.19 fails to compile for glibc with systemd init (x86_64)
  2016-12-18  8:38 [Buildroot] [Bug 9486] New: xorg-server 1.19 fails to compile for glibc with systems init (x86_64) bugzilla at busybox.net
  2016-12-18  8:39 ` [Buildroot] [Bug 9486] xorg-server 1.19 fails to compile for glibc with systemd " bugzilla at busybox.net
  2016-12-18  8:41 ` bugzilla at busybox.net
@ 2016-12-18  9:53 ` bugzilla at busybox.net
  2016-12-18  9:55 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2016-12-18  9:53 UTC (permalink / raw)
  To: buildroot

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

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] 7+ messages in thread

* [Buildroot] [Bug 9486] xorg-server 1.19 fails to compile for glibc with systemd init (x86_64)
  2016-12-18  8:38 [Buildroot] [Bug 9486] New: xorg-server 1.19 fails to compile for glibc with systems init (x86_64) bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2016-12-18  9:53 ` bugzilla at busybox.net
@ 2016-12-18  9:55 ` bugzilla at busybox.net
  2016-12-18 12:23 ` bugzilla at busybox.net
  2016-12-18 13:26 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2016-12-18  9:55 UTC (permalink / raw)
  To: buildroot

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

--- Comment #2 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
I think this would be fixed by https://patchwork.ozlabs.org/patch/700551/.

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

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

* [Buildroot] [Bug 9486] xorg-server 1.19 fails to compile for glibc with systemd init (x86_64)
  2016-12-18  8:38 [Buildroot] [Bug 9486] New: xorg-server 1.19 fails to compile for glibc with systems init (x86_64) bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  2016-12-18  9:55 ` bugzilla at busybox.net
@ 2016-12-18 12:23 ` bugzilla at busybox.net
  2016-12-18 13:26 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2016-12-18 12:23 UTC (permalink / raw)
  To: buildroot

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

--- Comment #3 from Bernd Kuhls <bernd.kuhls@t-online.de> ---
(In reply to Thomas Petazzoni from comment #2)

Confirmed.

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

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

* [Buildroot] [Bug 9486] xorg-server 1.19 fails to compile for glibc with systemd init (x86_64)
  2016-12-18  8:38 [Buildroot] [Bug 9486] New: xorg-server 1.19 fails to compile for glibc with systems init (x86_64) bugzilla at busybox.net
                   ` (4 preceding siblings ...)
  2016-12-18 12:23 ` bugzilla at busybox.net
@ 2016-12-18 13:26 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2016-12-18 13:26 UTC (permalink / raw)
  To: buildroot

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

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

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

--- Comment #4 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Fixed by
https://git.buildroot.org/buildroot/commit/?id=cd4af31dd86c475482770f9ce9ccb583485c6449

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

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

end of thread, other threads:[~2016-12-18 13:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-18  8:38 [Buildroot] [Bug 9486] New: xorg-server 1.19 fails to compile for glibc with systems init (x86_64) bugzilla at busybox.net
2016-12-18  8:39 ` [Buildroot] [Bug 9486] xorg-server 1.19 fails to compile for glibc with systemd " bugzilla at busybox.net
2016-12-18  8:41 ` bugzilla at busybox.net
2016-12-18  9:53 ` bugzilla at busybox.net
2016-12-18  9:55 ` bugzilla at busybox.net
2016-12-18 12:23 ` bugzilla at busybox.net
2016-12-18 13:26 ` 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