Re: preparing 0.9.30.2

2009-10-29 Thread rhabarber1848
Am Wed, 28 Oct 2009 20:00:16 +0100 schrieb Bernhard Reutner-Fischer: > On Tue, Oct 20, 2009 at 04:10:04PM +0000, rhabarber1848 wrote: >> >>In addition to your patch I successfully used this to compile gcc: > > thanks, i've reinstated that hack for 0.9.30.x Hi, current

Re: preparing 0.9.30.2

2009-10-20 Thread rhabarber1848
N_libc || defined NOT_IN_libc) */ typedef struct { uint16_t num_weights; uint16_t num_starters; Cheers, rhabarber1848 ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: preparing 0.9.30.2

2009-10-20 Thread rhabarber1848
#x27; was not declared in this scope I know the patch[1] is not in use upstream and __global_locale is not intented to be used in user space apps. This was discussed in depth in February 2009 already. Your _LIBC_INTERNAL_H in Makefile.in hack seems not to be needed in my case. Cheers

Re: preparing 0.9.30.2

2009-10-20 Thread rhabarber1848
>"$2/$filename" --- ./include/features.h2009-10-19 08:40:55.0 +0200 +++ ./include/features.h2009-10-20 10:07:22.0 +0200 @@ -410,7 +410,7 @@ #undef _ATFILE_SOURCE #undef __USE_ATFILE -#ifdef _LIBC +#ifdef UCLIBC_INTERNAL # include #endif Cheers, rhabarber1848 ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: preparing 0.9.30.2

2009-10-15 Thread rhabarber1848
Am Thu, 15 Oct 2009 19:16:25 -0400 schrieb Mike Frysinger: > On Thursday 15 October 2009 15:39:28 rhabarber1848 wrote: > ive finally cleaned up the _dl_mmap() stuff > and things should build again. Hi, I backported this commit from git master http://git.uclibc.org/uClibc/c

Re: preparing 0.9.30.2

2009-10-15 Thread rhabarber1848
>$ make V=1 ldso/libdl/libdl.i >$ make V=1 ldso/ldso/ldso.i http://www.tuxbox-upload.de/index.php?action=downloadfile&filename=uClibc_debug.tar.bz2&directory=Temp md5sum e2f0104401b017020670274e8fb6d76e Here is the .config file used to compile git master: http://www.tuxbox-upload.d

Re: preparing 0.9.30.2

2009-10-15 Thread rhabarber1848
Am Thu, 15 Oct 2009 08:16:41 + schrieb rhabarber1848: > gcc-3.4.6, kernel 2.4.37.6 > > This commit > > http://git.uclibc.org/uClibc/commit/?h=0_9_30&id=4257e75fb11a07d4bef23ac18a65f656604e1d80 Hi, sorry, forgot to add, arch is ppc. Reverting the commit mentioned above

Re: preparing 0.9.30.2

2009-10-15 Thread rhabarber1848
ldso/dl-elf.c: In function `_dl_unmap_cache': ldso/ldso/dl-elf.c:105: error: `MAP_FAILED' undeclared (first use in this function) ldso/ldso/dl-elf.c: In function `_dl_load_shared_library': ldso/ldso/dl-elf.c:267: error: `MAP_FAILED' undeclared (first use in t

Re: Please backport a patch to branches/uClibc_0_9_30

2009-05-09 Thread rhabarber1848
you help. Cheers, rhabarber1848 ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: Please backport a patch to branches/uClibc_0_9_30

2009-04-27 Thread rhabarber1848
Christian MICHON wrote: > I still see this problem today mostly because I use gcc-3.4.6: what > version of gcc are you using ? Hi, I also use gcc-3.4.6. This problem happens only with Kernel 2.6.17, not with 2.6.9 nor with 2.6.26*. Cheers, rhabarb

Please backport a patch to branches/uClibc_0_9_30

2009-04-27 Thread rhabarber1848
2: /root/work_uclibc/compile/cdk/linux-2.6.17/include/asm/sigcontext.h:24: warning: no semicolon at end of struct or union /root/work_uclibc/compile/cdk/linux-2.6.17/include/asm/sigcontext.h:24: error: syntax error before '*' token Cheers, rhabarber1848

Re: Grim state of libpthread (needs serious cleanup)

2009-03-25 Thread rhabarber1848
ly in the embedded sector kernel 2.4 is often used because it is smaller than 2.6. Greetings, rhabarber1848 ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Compile bug in libc/sysdeps/linux/common/sendfile.os

2009-03-16 Thread rhabarber1848
types for 'sendfile64' > ./include/sys/sendfile.h:47: error: previous declaration of 'sendfile64' was here > libc/sysdeps/linux/common/sendfile.c:20: error: conflicting types for 'sendfile64' > ./include/sys/sendfile.h:47: error: previous declaration o

Re: Segfault of executables with shared libraries.

2009-02-27 Thread rhabarber1848
Colin Whittaker wrote: > uClibc 0.9.29 Hi, did you try uClibc 0.9.30 already? Cheers, rhabarber1848 ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: Adding a new config option, mind if I check this in?

2009-02-26 Thread rhabarber1848
e how the old default was because it was not mentioned in the helptext. Greetings, rhabarber1848 ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: SVN head breaks a lot of apps, 0.9.30 works

2009-02-25 Thread rhabarber1848
and report back only if I find problems, thanks for the fix! > It does not include uClibc_locale.h fix which removes "# ifdef _LIBC". I know we agree to disagree regarding this patch, but if the small patch I am using will work in the future I do not consider this a problem

Re: SVN head breaks a lot of apps, 0.9.30 works

2009-02-25 Thread rhabarber1848
nel 2.6.x? The Tuxbox project needs to support kernel 2.4 as well so we need an uClibc capable of implementing threads for kernel 2.4 as well. Cheers, rhabarber1848 ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: Adding a new config option, mind if I check this in?

2009-02-25 Thread rhabarber1848
out having to patch the source anymore? Hi, mentioning in the helptext that the old default is yes would be helpful, I think. Cheers, rhabarber1848 ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: SVN head breaks a lot of apps, 0.9.30 works

2009-02-24 Thread rhabarber1848
Denys Vlasenko wrote: > This needs to be either undone or fixed properly (using function pointer > table?). Hi, for a quick fix I suggest to remove the broken patches and put the topic onto the devs to-do list for a later well-written fix. Keep up your fine work! Cheers, rhabarb

Re: SVN head breaks a lot of apps, 0.9.30 works

2009-02-23 Thread rhabarber1848
failed. Cheers, rhabarber1848 ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

SVN head breaks a lot of apps, 0.9.30 works

2009-02-19 Thread rhabarber1848
ross-compiled to ppc: - GNU binutils 2.17.50.0.9 - gcc 3.4.6 - Linux kernel 2.4.37 Host system is Debian Lenny i686. If you need more informations please ask, but keep the questions understandable for a non-C/C++ expert;) Cheers, rhabarber1848 [1] Solved by using this patch: http://lists

Re: Compile bug in libm with busybox (patch included)

2009-02-18 Thread rhabarber1848
rhabarber1848 wrote: > This was added in rev 23582, for now I will deactivate > UCLIBC_HAS_LONG_DOUBLE_MATH and come back later with more answers to your > questions. Hi, deactivating UCLIBC_HAS_LONG_DOUBLE_MATH solved the Busybox compile bug, but why did it work with uClibc 0.9.30 b

Re: Compile bug in libm with busybox (patch included)

2009-02-18 Thread rhabarber1848
G_DOUBLE_MATH with uClibc 0.9.30 without problems. Cheers, rhabarber1848 ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: Compile bug in libm with busybox (patch included)

2009-02-18 Thread rhabarber1848
LONG_DOUBLE_MATH__ > # endif /* __WORDSIZE == 32 */ > #endif /* __UCLIBC_HAS_LONG_DOUBLE_MATH__ */ This was added in rev 23582, for now I will deactivate UCLIBC_HAS_LONG_DOUBLE_MATH and come back later with more answers to your questions. Cheers, rhabarber1848 ___

Re: Compile bug in libm with busybox (patch included)

2009-02-18 Thread rhabarber1848
n=downloadfile&filename=libm-0.9.30-svn.so.objdump.bz2&directory=Temp > powerpc-tuxbox-linux-uclibc-readelf -a -W libm.so http://www.tuxbox-upload.de/index.php?action=downloadfile&filename=libm-0.9.30-svn.so.readelf.bz2&directory=Temp I used SVN rev 25359 to compi

Re: Compile bug in libm with busybox (patch included)

2009-02-18 Thread rhabarber1848
`__GI___signbitl' > ../../lib/libm.so: undefined reference to `__GI___fpclassifyl' > ../../lib/libm.so: undefined reference to `__GI___isinfl' > collect2: ld returned 1 exit status > make[1]: *** [basic-test] Error 1 Cheers, rhabarber1848 ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: Compile bug in libm with busybox (patch included)

2009-02-17 Thread rhabarber1848
Bernhard Reutner-Fischer wrote: > Does this happen too with the 0_9_30 branch? Hi, no, using SVN branch 0_9_30 branch Busybox compiles without problems. Cheers, rhabarber1848 ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.

Re: Compile bug in libm with busybox (patch included)

2009-02-17 Thread rhabarber1848
sts. Cheers, rhabarber1848 ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: Compile bug in libm with busybox (patch included)

2009-02-17 Thread rhabarber1848
t/tuxbox/work_uclibc/image/cdk/lib/gcc/powerpc-tuxbox-linux-uclibc/3.4.6/../../../../powerpc-tuxbox-linux-uclibc/lib/nof/libm.so: undefined reference to `__GI___isinfl' As always, I started compiling from scratch in an empty directory. Cheers, rhabarber1848 ___

Re: Compile bug in libm with busybox (patch included)

2009-02-16 Thread rhabarber1848
Denys Vlasenko wrote: > Please post include/math.h file from this build environment, > unabridged (gzip it). And .config too. Attached you will find both files, thanks in advance. Cheers, rhabarber1848 .config.bz2 Description: BZip2 compressed data math.h.bz2 Description: BZip2 comp

Re: Compile bug in libm with busybox (patch included)

2009-02-16 Thread rhabarber1848
rhabarber1848 wrote: > no, I am using a buildroot-like compile environment provided by the Tuxbox > project where I rebuild everything (binutils, kernel headers, gcc...) from > scratch Hi, I forgot to note that this rebuilding takes place in an empty directory, no old stuff is p

Re: Compile bug in libm with busybox (patch included)

2009-02-16 Thread rhabarber1848
DO_C99_MATH=y is activated in uClibc .config. Btw, this bug reminds me of this bug: https://bugs.busybox.net/show_bug.cgi?id=55 Greetings, rhabarber1848 ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: libstc++ and locale issue

2009-02-15 Thread rhabarber1848
ot declared in this scope in uClibc include/langinfo.h these variables are located in a "#if 0 ... endif" section. Greetings, rhabarber1848 ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: Compile bug in libm with busybox (patch included)

2009-02-15 Thread rhabarber1848
ib/nof/libm.so: undefined reference to `__GI___isinfl' Greetings, rhabarber1848 ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Compile bug in libm with busybox (patch included)

2009-02-13 Thread rhabarber1848
linux-uclibc/lib/nof/libm.so: undefined reference to `__GI___isinfl' > collect2: ld returned 1 exit status Attached you will find a patch fixing the problem. Cheers, rhabarber1848 diff -uNr uClibc-0.9.30.org/libm/ldouble_wrappers.c uClibc-0.9.30/libm/ldouble_wrappers.c --- uClibc-0.9.30.or

Re: libstc++ and locale issue

2009-02-13 Thread rhabarber1848
Carmelo AMOROSO wrote: > My working proposal if for removing _LIBC from within uclibc_locale.h. > Ready to commit. Let me know. Hi, yes, it works. Attached you will find the patch I used. Cheers, rhabarber1848 diff -uNr uClibc-0.9.30.org/libc/sysdeps/linux/common/bits/uClibc_locale.h

Re: libstc++ and locale issue

2009-02-13 Thread rhabarber1848
" the problem I copied libc/sysdeps/linux/common/bits/uClibc_locale.h from the uClibc distribution to /include/bits in the target dir after installing uClibc, I know its a hack but it works ;) I would be happy to see a real solution to this problem, but unfortunately I can not help coding

Re: Bug tracker

2009-01-20 Thread rhabarber1848
patches to solve this problem. FYI: Despite a CC to uclibc-...@uclibc.org in bug #53 no mails from the bug tracker reach that mailing list. Cheers, rhabarber1848 ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: uClibc 0.9.30 segfault + fix

2009-01-19 Thread rhabarber1848
Hi, Rob Landley wrote: > On Sunday 18 January 2009 05:42:07 rhabarber1848 wrote: >> >> check bug report 5694 on the old Mantis bug tracker, > > Can > you suggest a method to access this data that I'm likely to bother to do? part of the long bug r

Re: Bug tracker

2009-01-18 Thread rhabarber1848
?id=53 https://bugs.busybox.net/show_bug.cgi?id=55 Cheers, rhabarber1848 ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: uClibc 0.9.30 segfault + fix

2009-01-18 Thread rhabarber1848
Rob Landley wrote: > I also don't have any test cases. Hi, check bug report 5694 on the old Mantis bug tracker, there the endianness problem was discovered, calling Busybox from kernel init resulted in a segfault. Cheers, rhabarber1848 __

Re: timer_create (__UCLIBC_MJN3_ONLY__)

2009-01-08 Thread rhabarber1848
at the glibc fallback code gets implemented in uClibc? Greetings, rhabarber1848 ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc