[Buildroot] [Bug 2983] New: xlib_libX11 build failed

bugzilla at busybox.net bugzilla at busybox.net
Fri Dec 17 09:42:16 UTC 2010


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.


More information about the buildroot mailing list