Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 2983] New: xlib_libX11 build failed
@ 2010-12-17  9:42 bugzilla at busybox.net
  2010-12-17  9:44 ` [Buildroot] [Bug 2983] " bugzilla at busybox.net
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2010-12-17  9:42 UTC (permalink / raw)
  To: buildroot

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

           Summary: xlib_libX11 build failed
           Product: buildroot
           Version: 2010.05
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: miroslav.ignjatovic at rt-rk.com
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


Build stops for cross-building on libX11. release 2010.11
A minor bug (maybe copy-paste error).

file(buildroot-2010.11/package/x11r7/xlib_libX11/xlib_libX11.mk)
-- before -----------------------------------------------------------
define XLIB_LIBX11_BUILD_MAKEKEYS_FOR_HOST
    cd $(@D)/src/util && $(HOSTCC) $(HOSTCFLAGS) \
        -I$(STAGING_DIR)/usr/include -o makekeys makekeys.c
endef
-- after ------------------------------------------------------------
define XLIB_LIBX11_BUILD_MAKEKEYS_FOR_HOST
    cd $(@D)/src/util && $(HOSTCC) $(HOSTCFLAGS) \
         -o makekeys makekeys.c
endef
---------------------------------------------------------------------

-I$(STAGING_DIR)/usr/include should be replaced with "maybe" something else.
In our case just removing it, solved the problem.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

end of thread, other threads:[~2010-12-21 13:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-17  9:42 [Buildroot] [Bug 2983] New: xlib_libX11 build failed bugzilla at busybox.net
2010-12-17  9:44 ` [Buildroot] [Bug 2983] " bugzilla at busybox.net
2010-12-21 11:01 ` bugzilla at busybox.net
2010-12-21 13:52 ` 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