* [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
* [Buildroot] [Bug 2983] xlib_libX11 build failed
2010-12-17 9:42 [Buildroot] [Bug 2983] New: xlib_libX11 build failed bugzilla at busybox.net
@ 2010-12-17 9:44 ` bugzilla at busybox.net
2010-12-21 11:01 ` bugzilla at busybox.net
2010-12-21 13:52 ` bugzilla at busybox.net
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2010-12-17 9:44 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=2983
meegoTeam <miroslav.ignjatovic@rt-rk.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |miroslav.ignjatovic at rt-rk.c
| |om
Host| |PC Linux
Target| |mipsel
--- Comment #1 from meegoTeam <miroslav.ignjatovic@rt-rk.com> ---
The build was cross compiled for mipsel architecture, using CodeSourcery's
toolchain
--
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
* [Buildroot] [Bug 2983] xlib_libX11 build failed
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
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2010-12-21 11:01 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=2983
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at buildroot.uclibc |thomas.petazzoni at free-elect
|.org |rons.com
--- Comment #2 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Bug reproduced, fix written, going to send to the list soon.
--
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
* [Buildroot] [Bug 2983] xlib_libX11 build failed
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
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2010-12-21 13:52 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=2983
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #3 from Peter Korsgaard <jacmet@uclibc.org> ---
Fix by Thomas in git, thanks.
--
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