* [Buildroot] [PATCH 1/5] mesa3d: fix build failure bug #3313
@ 2011-03-10 13:44 Gustavo Zacarias
2011-03-10 13:44 ` [Buildroot] [PATCH 2/5] xterm: fix dependencies and bump to version 267 Gustavo Zacarias
` (4 more replies)
0 siblings, 5 replies; 10+ messages in thread
From: Gustavo Zacarias @ 2011-03-10 13:44 UTC (permalink / raw)
To: buildroot
Add patch to fix the build failure as reported in bug #3313
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/x11r7/mesa3d/mesa3d-uclibc.patch | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
create mode 100644 package/x11r7/mesa3d/mesa3d-uclibc.patch
diff --git a/package/x11r7/mesa3d/mesa3d-uclibc.patch b/package/x11r7/mesa3d/mesa3d-uclibc.patch
new file mode 100644
index 0000000..37f620b
--- /dev/null
+++ b/package/x11r7/mesa3d/mesa3d-uclibc.patch
@@ -0,0 +1,12 @@
+diff -Nura Mesa-7.6.1/src/mesa/main/imports.c Mesa-7.6.1.uclibc/src/mesa/main/imports.c
+--- Mesa-7.6.1/src/mesa/main/imports.c 2009-12-21 23:08:13.000000000 -0300
++++ Mesa-7.6.1.uclibc/src/mesa/main/imports.c 2011-03-02 15:09:56.342618892 -0300
+@@ -915,7 +915,7 @@
+ double
+ _mesa_strtod( const char *s, char **end )
+ {
+-#ifdef _GNU_SOURCE
++#if defined(_GNU_SOURCE) && !defined(__UCLIBC__)
+ static locale_t loc = NULL;
+ if (!loc) {
+ loc = newlocale(LC_CTYPE_MASK, "C", NULL);
--
1.7.3.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 2/5] xterm: fix dependencies and bump to version 267
2011-03-10 13:44 [Buildroot] [PATCH 1/5] mesa3d: fix build failure bug #3313 Gustavo Zacarias
@ 2011-03-10 13:44 ` Gustavo Zacarias
2011-03-14 21:42 ` Peter Korsgaard
2011-03-10 13:44 ` [Buildroot] [PATCH 3/5] xf86-video-sis: bump to version 0.10.3 Gustavo Zacarias
` (3 subsequent siblings)
4 siblings, 1 reply; 10+ messages in thread
From: Gustavo Zacarias @ 2011-03-10 13:44 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/xterm/Config.in | 1 +
package/xterm/xterm.mk | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/package/xterm/Config.in b/package/xterm/Config.in
index 9473fad..99c89cf 100644
--- a/package/xterm/Config.in
+++ b/package/xterm/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_XTERM
bool "xterm"
+ select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_XLIB_LIBXAW
depends on BR2_PACKAGE_XORG7
help
diff --git a/package/xterm/xterm.mk b/package/xterm/xterm.mk
index 8952e24..ab3fc10 100644
--- a/package/xterm/xterm.mk
+++ b/package/xterm/xterm.mk
@@ -4,10 +4,10 @@
#
#############################################################
-XTERM_VERSION:=262
-XTERM_SOURCE:=xterm-$(XTERM_VERSION).tgz
-XTERM_SITE:=ftp://invisible-island.net/xterm
-XTERM_DEPENDENCIES = xserver_xorg-server xlib_libXaw
+XTERM_VERSION = 267
+XTERM_SOURCE = xterm-$(XTERM_VERSION).tgz
+XTERM_SITE = ftp://invisible-island.net/xterm
+XTERM_DEPENDENCIES = ncurses xserver_xorg-server xlib_libXaw
XTERM_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
$(eval $(call AUTOTARGETS,package,xterm))
--
1.7.3.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 3/5] xf86-video-sis: bump to version 0.10.3
2011-03-10 13:44 [Buildroot] [PATCH 1/5] mesa3d: fix build failure bug #3313 Gustavo Zacarias
2011-03-10 13:44 ` [Buildroot] [PATCH 2/5] xterm: fix dependencies and bump to version 267 Gustavo Zacarias
@ 2011-03-10 13:44 ` Gustavo Zacarias
2011-03-10 13:44 ` [Buildroot] [PATCH 4/5] webkit: bump to version 1.2.7 Gustavo Zacarias
` (2 subsequent siblings)
4 siblings, 0 replies; 10+ messages in thread
From: Gustavo Zacarias @ 2011-03-10 13:44 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
.../xdriver_xf86-video-sis.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xdriver_xf86-video-sis/xdriver_xf86-video-sis.mk b/package/x11r7/xdriver_xf86-video-sis/xdriver_xf86-video-sis.mk
index 0fb335c..4cc3e13 100644
--- a/package/x11r7/xdriver_xf86-video-sis/xdriver_xf86-video-sis.mk
+++ b/package/x11r7/xdriver_xf86-video-sis/xdriver_xf86-video-sis.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XDRIVER_XF86_VIDEO_SIS_VERSION = 0.10.2
+XDRIVER_XF86_VIDEO_SIS_VERSION = 0.10.3
XDRIVER_XF86_VIDEO_SIS_SOURCE = xf86-video-sis-$(XDRIVER_XF86_VIDEO_SIS_VERSION).tar.bz2
XDRIVER_XF86_VIDEO_SIS_SITE = http://xorg.freedesktop.org/releases/individual/driver
XDRIVER_XF86_VIDEO_SIS_AUTORECONF = YES
--
1.7.3.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 4/5] webkit: bump to version 1.2.7
2011-03-10 13:44 [Buildroot] [PATCH 1/5] mesa3d: fix build failure bug #3313 Gustavo Zacarias
2011-03-10 13:44 ` [Buildroot] [PATCH 2/5] xterm: fix dependencies and bump to version 267 Gustavo Zacarias
2011-03-10 13:44 ` [Buildroot] [PATCH 3/5] xf86-video-sis: bump to version 0.10.3 Gustavo Zacarias
@ 2011-03-10 13:44 ` Gustavo Zacarias
2011-03-31 13:23 ` Peter Korsgaard
2011-03-31 21:38 ` Sergio Monteiro Basto
2011-03-10 13:44 ` [Buildroot] [PATCH 5/5] midori: bump to version 0.3.2 Gustavo Zacarias
2011-03-16 16:40 ` [Buildroot] [PATCH 1/5] mesa3d: fix build failure bug #3313 Peter Korsgaard
4 siblings, 2 replies; 10+ messages in thread
From: Gustavo Zacarias @ 2011-03-10 13:44 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/webkit/webkit.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/webkit/webkit.mk b/package/webkit/webkit.mk
index 6ab609b..f764eea 100644
--- a/package/webkit/webkit.mk
+++ b/package/webkit/webkit.mk
@@ -4,7 +4,7 @@
#
#############################################################
-WEBKIT_VERSION = 1.2.6
+WEBKIT_VERSION = 1.2.7
WEBKIT_SITE = http://www.webkitgtk.org
WEBKIT_INSTALL_STAGING = YES
WEBKIT_DEPENDENCIES = host-flex host-gperf icu libcurl libxml2 libxslt \
--
1.7.3.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 5/5] midori: bump to version 0.3.2
2011-03-10 13:44 [Buildroot] [PATCH 1/5] mesa3d: fix build failure bug #3313 Gustavo Zacarias
` (2 preceding siblings ...)
2011-03-10 13:44 ` [Buildroot] [PATCH 4/5] webkit: bump to version 1.2.7 Gustavo Zacarias
@ 2011-03-10 13:44 ` Gustavo Zacarias
2011-03-31 13:23 ` Peter Korsgaard
2011-03-16 16:40 ` [Buildroot] [PATCH 1/5] mesa3d: fix build failure bug #3313 Peter Korsgaard
4 siblings, 1 reply; 10+ messages in thread
From: Gustavo Zacarias @ 2011-03-10 13:44 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/midori/midori.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/midori/midori.mk b/package/midori/midori.mk
index af227d4..5f6315f 100644
--- a/package/midori/midori.mk
+++ b/package/midori/midori.mk
@@ -4,9 +4,9 @@
#
#############################################################
-MIDORI_VERSION = 0.2.9
+MIDORI_VERSION = 0.3.2
MIDORI_SOURCE = midori-$(MIDORI_VERSION).tar.bz2
-MIDORI_SITE = http://archive.xfce.org/src/apps/midori/0.2/
+MIDORI_SITE = http://archive.xfce.org/src/apps/midori/0.3/
MIDORI_INSTALL_TARGET = YES
MIDORI_DEPENDENCIES = host-pkg-config host-intltool webkit libsexy libgtk2
--
1.7.3.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 2/5] xterm: fix dependencies and bump to version 267
2011-03-10 13:44 ` [Buildroot] [PATCH 2/5] xterm: fix dependencies and bump to version 267 Gustavo Zacarias
@ 2011-03-14 21:42 ` Peter Korsgaard
0 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2011-03-14 21:42 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 1/5] mesa3d: fix build failure bug #3313
2011-03-10 13:44 [Buildroot] [PATCH 1/5] mesa3d: fix build failure bug #3313 Gustavo Zacarias
` (3 preceding siblings ...)
2011-03-10 13:44 ` [Buildroot] [PATCH 5/5] midori: bump to version 0.3.2 Gustavo Zacarias
@ 2011-03-16 16:40 ` Peter Korsgaard
4 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2011-03-16 16:40 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Add patch to fix the build failure as reported in bug #3313
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Gustavo> ---
Gustavo> package/x11r7/mesa3d/mesa3d-uclibc.patch | 12 ++++++++++++
Gustavo> 1 files changed, 12 insertions(+), 0 deletions(-)
Gustavo> create mode 100644 package/x11r7/mesa3d/mesa3d-uclibc.patch
Gustavo> diff --git a/package/x11r7/mesa3d/mesa3d-uclibc.patch b/package/x11r7/mesa3d/mesa3d-uclibc.patch
Gustavo> new file mode 100644
Gustavo> index 0000000..37f620b
Gustavo> --- /dev/null
Gustavo> +++ b/package/x11r7/mesa3d/mesa3d-uclibc.patch
Gustavo> @@ -0,0 +1,12 @@
Gustavo> +diff -Nura Mesa-7.6.1/src/mesa/main/imports.c Mesa-7.6.1.uclibc/src/mesa/main/imports.c
Gustavo> +--- Mesa-7.6.1/src/mesa/main/imports.c 2009-12-21 23:08:13.000000000 -0300
Gustavo> ++++ Mesa-7.6.1.uclibc/src/mesa/main/imports.c 2011-03-02 15:09:56.342618892 -0300
Gustavo> +@@ -915,7 +915,7 @@
Gustavo> + double
Gustavo> + _mesa_strtod( const char *s, char **end )
Gustavo> + {
Gustavo> +-#ifdef _GNU_SOURCE
Gustavo> ++#if defined(_GNU_SOURCE) && !defined(__UCLIBC__)
Gustavo> + static locale_t loc = NULL;
Gustavo> + if (!loc) {
Gustavo> + loc = newlocale(LC_CTYPE_MASK, "C", NULL);
Hmm, that looks wrong - uClibc has newlocale() if you have locale
support enabled, so I guess you'll need something like:
#ifdef _GNU_SOURCE
#if !defined(__UCLIBC__) || defined(__UCLIBC_HAS_LOCALE__)
..
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 5/5] midori: bump to version 0.3.2
2011-03-10 13:44 ` [Buildroot] [PATCH 5/5] midori: bump to version 0.3.2 Gustavo Zacarias
@ 2011-03-31 13:23 ` Peter Korsgaard
0 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2011-03-31 13:23 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 4/5] webkit: bump to version 1.2.7
2011-03-10 13:44 ` [Buildroot] [PATCH 4/5] webkit: bump to version 1.2.7 Gustavo Zacarias
@ 2011-03-31 13:23 ` Peter Korsgaard
2011-03-31 21:38 ` Sergio Monteiro Basto
1 sibling, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2011-03-31 13:23 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 4/5] webkit: bump to version 1.2.7
2011-03-10 13:44 ` [Buildroot] [PATCH 4/5] webkit: bump to version 1.2.7 Gustavo Zacarias
2011-03-31 13:23 ` Peter Korsgaard
@ 2011-03-31 21:38 ` Sergio Monteiro Basto
1 sibling, 0 replies; 10+ messages in thread
From: Sergio Monteiro Basto @ 2011-03-31 21:38 UTC (permalink / raw)
To: buildroot
Hi,
About webkit, I found that we still can't compile it
with uClibc 0.9.32-rc3 and Thread library implementation, linuxthreads
(stable/old)
giving this error:
JavaScriptCore/runtime/Collector.cpp: In function 'void*
JSC::currentThreadStackBase()':
JavaScriptCore/runtime/Collector.cpp:667: error: 'pthread_getattr_np'
was not declared in this scope
CXX JavaScriptCore/runtime/libJavaScriptCore_la-DateConstructor.lo
http://git.buildroot.net/buildroot/tree/package/webkit/webkit-pthread_getattr_np.patch
webkit-pthread_getattr_np.patch, is for uClibc <= 0.9.31, but should be
also applied if Thread library implementation is linuxthreads
(stable/old) on 0.9.32.
if I change for Native POSIX Threading (NPTL)
BR2_PTHREADS_NATIVE=y
I could compile webkit successfully
hope that helps something,
On Thu, 2011-03-10@10:44 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/webkit/webkit.mk | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/package/webkit/webkit.mk b/package/webkit/webkit.mk
> index 6ab609b..f764eea 100644
> --- a/package/webkit/webkit.mk
> +++ b/package/webkit/webkit.mk
> @@ -4,7 +4,7 @@
> #
> #############################################################
>
> -WEBKIT_VERSION = 1.2.6
> +WEBKIT_VERSION = 1.2.7
> WEBKIT_SITE = http://www.webkitgtk.org
> WEBKIT_INSTALL_STAGING = YES
> WEBKIT_DEPENDENCIES = host-flex host-gperf icu libcurl libxml2 libxslt \
--
S?rgio M. B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3309 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20110331/5c250bef/attachment.bin>
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2011-03-31 21:38 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-10 13:44 [Buildroot] [PATCH 1/5] mesa3d: fix build failure bug #3313 Gustavo Zacarias
2011-03-10 13:44 ` [Buildroot] [PATCH 2/5] xterm: fix dependencies and bump to version 267 Gustavo Zacarias
2011-03-14 21:42 ` Peter Korsgaard
2011-03-10 13:44 ` [Buildroot] [PATCH 3/5] xf86-video-sis: bump to version 0.10.3 Gustavo Zacarias
2011-03-10 13:44 ` [Buildroot] [PATCH 4/5] webkit: bump to version 1.2.7 Gustavo Zacarias
2011-03-31 13:23 ` Peter Korsgaard
2011-03-31 21:38 ` Sergio Monteiro Basto
2011-03-10 13:44 ` [Buildroot] [PATCH 5/5] midori: bump to version 0.3.2 Gustavo Zacarias
2011-03-31 13:23 ` Peter Korsgaard
2011-03-16 16:40 ` [Buildroot] [PATCH 1/5] mesa3d: fix build failure bug #3313 Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox