* [Buildroot] [Bug 155] uClibc 0.9.28.3 fails to build
2009-03-07 23:27 [Buildroot] [Bug 155] New: uClibc 0.9.28.3 fails to build bugzilla at busybox.net
@ 2009-03-08 0:02 ` bugzilla at busybox.net
2009-03-08 0:22 ` bugzilla at busybox.net
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2009-03-08 0:02 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=155
--- Comment #1 from Luke <luke_tucker@yahoo.co.uk> 2009-03-08 00:02:52 UTC ---
I looked at 0.9.29 and found an easy patch:
--- uClibc-0.9.28.3/libc/sysdeps/linux/mips/clone.S.orig 2009-03-08
01:00:30.000000000 +0100
+++ uClibc-0.9.28.3/libc/sysdeps/linux/mips/clone.S 2009-03-08
01:01:06.000000000 +0100
@@ -24,7 +24,7 @@
#include <sys/regdef.h>
#define _ERRNO_H 1
#include <bits/errno.h>
-#include <asm/asm.h>
+#include <sys/asm.h>
/* int clone(int (*fn)(void *arg), void *child_stack, int flags, void *arg) */
--
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] 7+ messages in thread* [Buildroot] [Bug 155] uClibc 0.9.28.3 fails to build
2009-03-07 23:27 [Buildroot] [Bug 155] New: uClibc 0.9.28.3 fails to build bugzilla at busybox.net
2009-03-08 0:02 ` [Buildroot] [Bug 155] " bugzilla at busybox.net
@ 2009-03-08 0:22 ` bugzilla at busybox.net
2009-03-08 0:33 ` bugzilla at busybox.net
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2009-03-08 0:22 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=155
--- Comment #2 from Luke <luke_tucker@yahoo.co.uk> 2009-03-08 00:22:35 UTC ---
Ooops, I jumped the gun a bit. The asm directory also needs patching in the
following files.
--- uClibc-0.9.28.3/libc/sysdeps/linux/mips/pipe.S.orig 2009-03-08
01:15:35.000000000 +0100
+++ uClibc-0.9.28.3/libc/sysdeps/linux/mips/pipe.S 2009-03-08
01:16:35.000000000 +0100
@@ -3,9 +3,9 @@
/*see uClibc's sh/pipe.c and glibc-2.2.4's mips/pipe.S */
#include <features.h>
-#include <asm/asm.h>
+#include <sys/asm.h>
#include <asm/unistd.h>
-#include <asm/regdef.h>
+#include <sys/regdef.h>
.globl pipe
.ent pipe, 0
--- uClibc-0.9.28.3/libc/sysdeps/linux/mips/syscall.S.orig 2009-03-08
01:07:34.000000000 +0100
+++ uClibc-0.9.28.3/libc/sysdeps/linux/mips/syscall.S 2009-03-08
01:09:24.000000000 +0100
@@ -17,8 +17,8 @@
02111-1307 USA. */
#include <features.h>
-#include <asm/asm.h>
-#include <asm/regdef.h>
+#include <sys/asm.h>
+#include <sys/regdef.h>
#ifdef __PIC__
.option pic2
--
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] 7+ messages in thread* [Buildroot] [Bug 155] uClibc 0.9.28.3 fails to build
2009-03-07 23:27 [Buildroot] [Bug 155] New: uClibc 0.9.28.3 fails to build bugzilla at busybox.net
2009-03-08 0:02 ` [Buildroot] [Bug 155] " bugzilla at busybox.net
2009-03-08 0:22 ` bugzilla at busybox.net
@ 2009-03-08 0:33 ` bugzilla at busybox.net
2009-08-07 17:23 ` bugzilla at busybox.net
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2009-03-08 0:33 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=155
Luke <luke_tucker@yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|Windows |Linux
--
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] 7+ messages in thread* [Buildroot] [Bug 155] uClibc 0.9.28.3 fails to build
2009-03-07 23:27 [Buildroot] [Bug 155] New: uClibc 0.9.28.3 fails to build bugzilla at busybox.net
` (2 preceding siblings ...)
2009-03-08 0:33 ` bugzilla at busybox.net
@ 2009-08-07 17:23 ` bugzilla at busybox.net
2010-02-21 18:51 ` bugzilla at busybox.net
2010-04-09 14:45 ` bugzilla at busybox.net
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2009-08-07 17:23 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=155
--- Comment #3 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2009-08-07 17:23:01 UTC ---
I would suggest to add
http://lists.busybox.net/pipermail/uclibc-cvs/2006-September/023471.html to our
list of patches, or to remove support for the obsolete 0.9.28.3 version of
uClibc.
--
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] 7+ messages in thread* [Buildroot] [Bug 155] uClibc 0.9.28.3 fails to build
2009-03-07 23:27 [Buildroot] [Bug 155] New: uClibc 0.9.28.3 fails to build bugzilla at busybox.net
` (3 preceding siblings ...)
2009-08-07 17:23 ` bugzilla at busybox.net
@ 2010-02-21 18:51 ` bugzilla at busybox.net
2010-04-09 14:45 ` bugzilla at busybox.net
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2010-02-21 18:51 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=155
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |2010.02
--
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] 7+ messages in thread* [Buildroot] [Bug 155] uClibc 0.9.28.3 fails to build
2009-03-07 23:27 [Buildroot] [Bug 155] New: uClibc 0.9.28.3 fails to build bugzilla at busybox.net
` (4 preceding siblings ...)
2010-02-21 18:51 ` bugzilla at busybox.net
@ 2010-04-09 14:45 ` bugzilla at busybox.net
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2010-04-09 14:45 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=155
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #4 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2010-04-09 14:45:49 UTC ---
uClibc 0.9.28 is deprecated, so I'm closing this bug. If you ever have an issue
with a more recent version (0.9.30 or 0.9.31), do not hesitate to open another
bug. 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] 7+ messages in thread