Re: [uclibc-ng-devel] uClibc-ng 1.0.23 released

2017-04-04 Thread Thomas Petazzoni
/ Best regards, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: [uclibc-ng-devel] [PATCH] arm: simplify handling of Thumb related options

2016-03-31 Thread Thomas Petazzoni
ng any work on this soon. Best regards, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: [uclibc-ng-devel] [PATCH] arm: simplify handling of Thumb related options

2016-03-20 Thread Thomas Petazzoni
on > pre-v6, and on v6, only as a coprocessor operation that's not > available in thumb1 or on uc models. Not until v7 did arm have proper > working atomics. :( Sure. But here as well, my patch is not making things worse I believe. Best regards, Thomas -

Re: [uclibc-ng-devel] [PATCH] arm: simplify handling of Thumb related options

2016-03-20 Thread Thomas Petazzoni
Hello, Thanks for your feedback! On Sun, 20 Mar 2016 13:40:40 -0400, Rich Felker wrote: > On Sun, Mar 20, 2016 at 05:58:35PM +0100, Thomas Petazzoni wrote: > > Currently, the Thumb support on ARM has three related Config.in > > options, which are not trivial for user

[PATCH] arm: simplify handling of Thumb related options

2016-03-20 Thread Thomas Petazzoni
ant. There is no reason to do otherwise for Thumb, which allows to get rid of the COMPILE_IN_THUMB option. Signed-off-by: Thomas Petazzoni <thomas.petazz...@free-electrons.com> --- Rules.mak | 1 - extra/Configs/Config.arm

Re: Coreutils cut not working with uClibc

2015-08-24 Thread Thomas Petazzoni
Hello, Any updates about this fairly serious bug? Thanks, Thomas On Thu, 6 Aug 2015 23:57:07 +0200, Thomas Petazzoni wrote: Hello, In Buildroot, we have a long standing bug report that says that the cut program from GNU coreutils doesn't work properly with uClibc: https

Coreutils cut not working with uClibc

2015-08-06 Thread Thomas Petazzoni
, and this fp-__bufpos += increment looks good to me. But still, it fails to work. Could someone more knowledgeable about uClibc internals review the gnulib implementation of this uClibc specific code? Thanks, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android

Re: Segmentation fault in __uClibc_main on m68k

2015-06-08 Thread Thomas Petazzoni
-ng project, Buildroot offers the option of using uClibc-ng, and I will propose to make that the default C library choice in the next Buildroot release. At this point, I don't think there's any hope for uClibc to ever do a release. Best regards, Thomas Petazzoni -- Thomas Petazzoni, CTO, Free

Re: wcsftime() does not work in uClibc, breaking Python 3

2014-11-20 Thread Thomas Petazzoni
if it works for you, please? Tested the latest master (as of b36422960466777495933ed1eb50befd1c34e9a9), and indeed it fixes the problem. Both the minimal test program in C works, and Python 3 datetime.strftime() function works fine as well now. Thanks, Thomas -- Thomas Petazzoni, CTO, Free Electrons

wcsftime() does not work in uClibc, breaking Python 3

2014-11-13 Thread Thomas Petazzoni
, Thomas Petazzoni -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

pulseaudio fails to load some modules with uClibc, works with glibc

2014-10-23 Thread Thomas Petazzoni
regards, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

uClibc linking against libgcc_eh.a, the right thing to do?

2014-09-30 Thread Thomas Petazzoni
on this issue? What could be the solution to this problem? Thanks, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net

Re: uClibc linking against libgcc_eh.a, the right thing to do?

2014-09-30 Thread Thomas Petazzoni
a confirmation that linking against libgcc_eh is not the right solution. It confirms that the two stage gcc build process we use in Buildroot is not at fault. Thanks! Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com

Re: [PATCH] nptl: remove duplicate vfork() in libpthread

2014-09-07 Thread Thomas Petazzoni
uclibc -g -t libc Reported-By: Thomas Petazzoni thomas.petazz...@free-electrons.com Signed-off-by: Waldemar Brodkorb w...@openadk.org Tested-by: Thomas Petazzoni thomas.petazz...@free-electrons.com I've done build testing of alsa-lib on i386, x86-64 and PowerPC, statically linked. It used to fail

Re: Multiple definitions of setregid, setresgid and setresuid between libc/libpthread

2014-08-30 Thread Thomas Petazzoni
Dear Bernhard Reutner-Fischer, On Fri, 29 Aug 2014 17:00:49 +0200, Bernhard Reutner-Fischer wrote: On 29 August 2014 16:50, Thomas Petazzoni thomas.petazz...@free-electrons.com wrote: Hello, Similar problem than with vfork() (redefinition of symbols between libpthread.a and libc.a

Multiple definition of vfork() when linking statically

2014-08-29 Thread Thomas Petazzoni
/d5b7ac84dde0e4e26cd7cc46d79e66c39ed5cd53/build-end.log Any idea? Best regards, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman

Re: [OpenWrt-Devel] uClibc-ng

2014-07-21 Thread Thomas Petazzoni
(as the significant number of uClibc patches that we all carry around indicates), and therefore having a central upstream that is alive remains useful. Best regards, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com

Re: multiple definitions of setreuid and __lll_lock_wait_private

2014-06-27 Thread Thomas Petazzoni
here collect2: error: ld returned 1 exit status -- Full build log: http://www.pastebin.ca/2792067 Distribution: BuildRoot Platform: MIPS32 LittleEndian -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free

Re: multiple definitions of setreuid and __lll_lock_wait_private

2014-06-12 Thread Thomas Petazzoni
/build-end.log for a more detailed output. Best regards, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman

Re: Switching from uClibc to glibc as the default in Buildroot?

2014-06-11 Thread Thomas Petazzoni
the only solution. However, this requires someone having a good knowledge of the uClibc internals and the time to maintain a new project, which is not that easy to find. Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com

Re: Switching from uClibc to glibc as the default in Buildroot?

2014-06-10 Thread Thomas Petazzoni
Hello all, On Tue, 18 Feb 2014 23:14:47 +0100, Thomas Petazzoni wrote: The uClibc project has not released any new version since almost two years, despite the fact that there are numerous known issues and limitations in 0.9.33.2, and a good set of fixes in the 0.9.33 branch that have never

Re: Switching from uClibc to glibc as the default in Buildroot?

2014-02-19 Thread Thomas Petazzoni
translate directly to a yes or no but would be an important part of considerations. It would probably help to have someone familiar with the technical aspects of supporting non-MMU archs discuss it with us on our mailing list or IRC channel. Ok. Thanks! Thomas -- Thomas Petazzoni, CTO, Free

Re: Switching from uClibc to glibc as the default in Buildroot?

2014-02-19 Thread Thomas Petazzoni
) to regularly upgrade, and therefore reduce the fragmentation. Thanks, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net

Re: Switching from uClibc to glibc as the default in Buildroot?

2014-02-19 Thread Thomas Petazzoni
, there's also no reason not to put out a tarball to go with it, right? it needs some work whereas with git you can download the tars from cgit, but not a big issue. We can release tar balls too. As I said earlier, I believe tarballs are still useful today. Best regards, Thomas -- Thomas

Switching from uClibc to glibc as the default in Buildroot?

2014-02-18 Thread Thomas Petazzoni
-- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: Switching from uClibc to glibc as the default in Buildroot?

2014-02-18 Thread Thomas Petazzoni
-- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: [PATCH] uclibc: add a special Xtensa version

2013-12-22 Thread Thomas Petazzoni
. Aaah, yes, I need to have a look into this one. Thanks for the reminder. Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ___ uClibc mailing list uClibc@uclibc.org http

Re: Doing a release?

2013-12-06 Thread Thomas Petazzoni
Hello all, On Wed, 6 Nov 2013 19:57:09 +0100, Thomas Petazzoni wrote: On Wed, 18 Sep 2013 06:49:44 +0200, Thomas Petazzoni wrote: Dear uClibc developers, The last release of uClibc, 0.9.33.2, has been made well over a year ago. However, there is fairly big number of improvements/fixes

Re: Doing a release?

2013-11-07 Thread Thomas Petazzoni
pre-built toolchains have these features. If the uClibc community was doing more regular releases, then hopefully providers of pre-built toolchains would update their uClibc version, and make life easier for uClibc users. Best regards, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded

Re: Doing a release?

2013-11-07 Thread Thomas Petazzoni
in buildroot - even for the extreme case of a new arch port. Agreed! Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ___ uClibc mailing list uClibc@uclibc.org http

Re: Doing a release?

2013-11-06 Thread Thomas Petazzoni
Hello, On Wed, 18 Sep 2013 06:49:44 +0200, Thomas Petazzoni wrote: Dear uClibc developers, The last release of uClibc, 0.9.33.2, has been made well over a year ago. However, there is fairly big number of improvements/fixes in the master branch that would be interesting to have in a release

Re: Doing a release?

2013-11-06 Thread Thomas Petazzoni
be good to make a release out of it, and as soon as 0.9.34-rc1 is out, re-open the tree to merge more features: stabilization of 0.9.34 and integration of additional features for 0.9.35 can take place in parallel. Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android

Re: Doing a release?

2013-09-18 Thread Thomas Petazzoni
starts to have :-) Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net

Doing a release?

2013-09-17 Thread Thomas Petazzoni
. Thanks a lot! Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman

Re: [Buildroot] Confused by the fenv implementation, causing gsl build issues

2012-10-18 Thread Thomas Petazzoni
on architectures where it is not supported? Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com ___ uClibc mailing list uClibc@uclibc.org http

Confused by the fenv implementation, causing gsl build issues

2012-10-14 Thread Thomas Petazzoni
the entire build log of gsl. Am I misunderstanding something? Thanks, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com ___ uClibc mailing

Re: Upgrading uClibc in uClinux distro

2011-07-07 Thread Thomas Petazzoni
is a possible alternative to uClinux-dist, not uClinux. I was in fact replying to your question about gentoo-embedded. Regards, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com

Re: Upgrading uClibc in uClinux distro

2011-07-06 Thread Thomas Petazzoni
to Buildroot. So Buildroot should be an alternative to uClinux to build embedded Linux systems for Blackfin based systems. The non-MMU support in Buildroot is still fairly new, but we are interested in fixing any problem that you may encounter. Regards, Thomas -- Thomas Petazzoni, Free Electrons

Buildroot and bitbake

2011-06-11 Thread Thomas Petazzoni
in anyway. Buildroot is completely written in make and does not use any other external tool to process the package recipes. Regards, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com

Re: head branch broken (SH4 at least)

2011-03-04 Thread Thomas Petazzoni
the corresponding patches being sent on the list. Shouldn't all patches be sent to the list for community approval before being applied ? Regards, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free

utils/getconf.c fails to build with old host libc

2010-12-04 Thread Thomas Petazzoni
-- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com From 1b36ac390724a83455e349fdf6487dd513aeac05 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni thomas.petazz...@free-electrons.com Date: Sat, 4 Dec 2010

Re: How to build a toolchain into the target

2010-09-29 Thread Thomas Petazzoni
, the native toolchain on target option is only lightly tested, and may have issues. Regards, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com

Re: Delay in dropbear login since 0.9.31

2010-09-10 Thread Thomas Petazzoni
, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Small fixes for gen_wc8bit

2010-08-11 Thread Thomas Petazzoni
Hello, Here is a small set of two patches to fix minor issues in gen_wc8bit, when detecting if an UTF-8 locale is available or not. Thanks, Thomas ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

[PATCH 1/2] Show the error of gen_wc8bit no stderr when no UTF-8 locale present

2010-08-11 Thread Thomas Petazzoni
The stdout of gen_wc8bit is redirected to a file, so an user doesn't see the error. The build just fails, with no explanation. So let's show the error through stderr instead. Signed-off-by: Thomas Petazzoni thomas.petazz...@free-electrons.com --- extra/locale/gen_wc8bit.c |2 +- 1 files

[PATCH 2/2] en_US.UTF-8 is not mandatory, just one UTF-8 locale

2010-08-11 Thread Thomas Petazzoni
Signed-off-by: Thomas Petazzoni thomas.petazz...@free-electrons.com --- extra/locale/gen_wc8bit.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/extra/locale/gen_wc8bit.c b/extra/locale/gen_wc8bit.c index 30b4ec9..d2b8090 100644 --- a/extra/locale/gen_wc8bit.c +++ b

uClibc 0.9.31 causing build failure in libstdc++ with gcc 4.2

2010-08-11 Thread Thomas Petazzoni
not be used with old versions of gcc such as 4.2 ? Or is it a real problem that should be fixed in uClibc ? Thanks, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com