Re: [gentoo-embedded] perl with USE=minimal and compiling automake

2005-12-06 Thread René Rhéaume
2005/12/6, Natanael Copa <[EMAIL PROTECTED]>: > I'm trying to upgrade my ~x86 kyeworded test environment to > uclibc-0.9.28. > > automkae fails to emerge. I look at the configure.log hwere i find this: > > It looks like I am missing Data::Dumper. I guess the minimal perl build > does not include it

Re: [gentoo-embedded] dansguardian and uclibc++

2005-12-15 Thread René Rhéaume
2005/12/15, Natanael Copa <[EMAIL PROTECTED]>: > I'm trying to avoid the gcc runtime dependency. What do you mean ? libgcc or libstdc++ ? -- gentoo-embedded@gentoo.org mailing list

Re: [gentoo-embedded] moving uClibc 0.9.28 to stable

2006-01-23 Thread René Rhéaume
2006/1/23, Mike Frysinger <[EMAIL PROTECTED]>: > planning on doing this wed nite (Jan/25) Will updated embedded stage be available on 2006.0 release? -- gentoo-embedded@gentoo.org mailing list

Re: [gentoo-embedded] trimming down mozilla

2006-08-24 Thread René Rhéaume
There is minimo, a Mozilla Foundation project. Unfortunately, the Linux port lags behind the Windows CE port. The build process is similar to its bigger brothers, but uses a different mozconfig. See http://www.mozilla.org/projects/minimo/build.html for details. There is no ebuild in the official

Re: [gentoo-embedded] /sbin/functions.sh missing in baselayout-lite

2006-09-22 Thread René Rhéaume
Natanael Copa develops baselayout-alpine, a busybox-based base layout able to use the standard Gentoo init scripts, in his Gentoo distribution fork, Alpine Embedded Linux. He is also a regular on this mailing list. http://www.alpinelinux.org/mediawiki/index.php/Main_Page Should we put the basela

Re: [gentoo-embedded] hardened gcc-4.1 and uclibc

2006-09-23 Thread René Rhéaume
On Monday 18 September 2006 16:41, Natanael Copa wrote: > is i possible to run hardened uclibc with gcc or should I just drop that > for now? should gcc-4.1 be masked in the uclibc/hardened profile? Where are hardened uclibc stages ? I did not find them on the download mirrors. -- gentoo-embedded

Re: [gentoo-embedded] portage on armeb-softfloat-linux-uclibc

2007-05-28 Thread René Rhéaume
On 5/28/07, Karl Hiramoto <[EMAIL PROTECTED]> wrote: Actually now i see a number of programs missing the same symbol sleep 2 sleep: can't resolve symbol '__fixdfsi' The missing fixdfsi symbol on ARM was discussed a few times last year. http://search.gmane.org/?query=__fixdfsi&author=&group=gman

Re: [gentoo-embedded] portage light?

2007-07-04 Thread René Rhéaume
On 7/4/07, Natanael Copa <[EMAIL PROTECTED]> wrote: I wonder if there is a way to filter out things in portage that you dont want. Like dev-dotnet, games-*, gnome-*, kde-*, x11-* Yes, there is. http://gentoo-wiki.com/TIP_Exclude_categories_from_emerge_sync -- [EMAIL PROTECTED] mailing list

[gentoo-embedded] Fwd: Virtualization options on Lilblue

2015-02-21 Thread René Rhéaume
For a year, Lilblue is my main desktop Linux distro and I would like to use it as my virtualization HOST system. VMware is out of question (its binaries are linked against the bloated and bug-ridden glibc) and VirtualBox too (I only managed to build one of its dependencies, kbuild, with ugly hacks

[gentoo-embedded] dev-libs/link-grammar and uclibc mbsrtowcs

2016-06-26 Thread René Rhéaume
The attached source code is MIT-licensed, so I can put in any open source project I want without worrying about the license issues, so do you. -- René Rhéaume /* MIT License Copyright (c) 2016 René Rhéaume Permission is hereby granted, free of charge, to any person obtaining a copy of thi

Re: [gentoo-embedded] Comments on uclibc-ng install

2016-09-30 Thread René Rhéaume
2016-09-30 1:22 GMT-04:00 : > > > 1) Timezone uclibc will not use the zoneinfo database. This is why the package is masked. You have to use use a POSIX timezone, like EST5EDT (I don't remember the variant to take into account the North American daylight saving change of 2009). The syntax is describ

Re: [gentoo-embedded] Comments on uclibc-ng install

2016-10-16 Thread René Rhéaume
> One further question; the messages after "emerge" say... > > /sbin/ldconfig: You should remove `/lib' from `/etc/ld.so.conf' > /sbin/ldconfig: You should remove `/usr/lib' from `/etc/ld.so.conf' > > My /etc/ld.so.conf file is... > > # ld.so.conf autogenerated by env-update; make all changes t

[gentoo-embedded] Problems migrating from uclibc to uclibc-ng

2016-12-11 Thread René Rhéaume
ee/tools-uclibc/portage.amd64.hardened/savedconfig/sys-libs/uclibc-ng . And my kernel is configured to obey PaX flags from XATTR only. What is going on here? -- René Rhéaume

Re: [gentoo-embedded] Problems migrating from uclibc to uclibc-ng

2016-12-26 Thread René Rhéaume
2016-12-21 7:06 GMT-05:00 Anthony G. Basile : > > First, can you run `readelf -l` on libuClibc-0.1.0.19.so and several > binaries that fail. drener@l.pedro 0 ~ $ readelf -l /lib/libuClibc-0.1.0.19.so Elf file type is DYN (Shared object file) Entry point 0x14bc0 There are 10 program headers, start

Re: [gentoo-embedded] Problems upgrading python 3.4.3-r1 to 3.4.5 on uclibc-ng

2017-02-05 Thread René Rhéaume
fo". Any ideas what's going wrong? > > -- > Walter Dnes I also experience this on baremetal Lilblue (hardened amd64) with uclibc-ng 1.0.17. Time to file a bug report. -- René Rhéaume

Re: [gentoo-embedded] python 3.5 in stage3-*-uclibc-*-20170105.tar.bz2

2017-02-05 Thread René Rhéaume
2017-01-23 4:53 GMT-05:00 Anthony G. Basile : > Hi everyone, > > Because of a problem with python3.4 on uclibc-ng I switch prematurely to > python3.5. Is it because of bug 608312? -- René Rhéaume

[gentoo-embedded] Fwd: uclibc-ng on x32

2017-10-01 Thread René Rhéaume
Hello, Is a port to x32 planned for uclibc-ng? I would see a size improvement over both x86 and amd64 by using 16 32-bit registers and addresses. More registers means less moves around with the stack and smaller addresses means smaller executables both on disk and in memory, something we like for

[gentoo-embedded] Making a stripped-down version of Perl

2005-05-31 Thread René Rhéaume
It is a shame to see Perl tbz2 package is two and an half times bigger than Python one, yet we use Perl almost only for autotools on embedded Gentoo. I did some research on the Web about reducing Perl size. I found out at least three distributions shipping a binary package named "perl-base": Debia

Re: [gentoo-embedded] Making a stripped-down version of Perl

2005-06-01 Thread René Rhéaume
> Still probably no harm in having a minimalistic perl around in the > portage tree. We just cant promote such ideas and being any part of > proper embedded solutions due to file size and memory/cpu consumption > that goes along with using perl itself. Exactly, I would like a minimalistic Perl, no

Re: [gentoo-embedded] The uclibc USE flag is now obsolete.

2005-06-01 Thread René Rhéaume
>From solar: > It's been replaced by taking advantage of the ELIBC=uclibc in the > profiles/uclibc/make.default which later gets automatically expanded in > the ebuilds to "elibc_uclibc" by profiles/base/make.defaults USE_EXPAND Are the two migration steps are 1- remove uclibc from IUSE 2- sed

Re: [gentoo-embedded] vim and less segfaulting

2005-06-07 Thread René Rhéaume
2005/6/7, Peter S. Mazinger <[EMAIL PROTECTED]>: > ncurses, less are ok. I do not think ncurses is all correct. nano and top (they are using it) are segfaulting on launch since I updated ncurses. Emerging an older version did not help. It's strange that nano does not always crash, only very often.

Re: [gentoo-embedded] Making a stripped-down version of Perl

2005-06-07 Thread René Rhéaume
2005/6/7, Peter S. Mazinger <[EMAIL PROTECTED]>: > ncurses, less are ok. I do not think ncurses is all correct. nano and top (they are using it) are segfaulting on launch since I updated ncurses. Emerging an older version did not help. It's strange that nano does not always crash, only very often.

Re: [gentoo-embedded] naim closes

2005-06-12 Thread René Rhéaume
Do you use hardened stuff? If so, can you put the output of dmesg | egrep -i "PAX|grsec" here? -- gentoo-embedded@gentoo.org mailing list

Re: [gentoo-embedded] naim closes

2005-06-16 Thread René Rhéaume
Hmm, the n in naim stands for ncurses and ncurses seems unstable with some USE and CFLAGS combinations these days. I had to reformat my root partitition to reinstall from a stage3 to remove get rid of the breakage. Segfaulting nano and less are very bad things. > 1.) My regular user gets a respons

Re: [gentoo-embedded] vim and less segfaulting

2005-06-16 Thread René Rhéaume
2005/6/7, René Rhéaume <[EMAIL PROTECTED]>: > 2005/6/7, Peter S. Mazinger <[EMAIL PROTECTED]>: > > ncurses, less are ok. > I do not think ncurses is all correct. nano and top (they are using > it) are segfaulting on launch since I updated ncurses. Emerging an > ol

Re: [gentoo-embedded] porting runscript to embedded

2005-08-17 Thread René Rhéaume
2005/8/17, Natanael Copa <[EMAIL PROTECTED]>: > Is there anyone that is porting /sbin/runscript to embedded so the > native gentoo init.d scripts can be used? My /sbin/runscript is running OK on my embedded Gentoo installation. Services start, their dependencies are resolved, etc. Note that I use t

Re: [gentoo-embedded] problems with localization uclibc

2005-09-05 Thread René Rhéaume
2005/9/5, Peter S. Mazinger <[EMAIL PROTECTED]>: > Localization in gentoo-uclibc: > glibc's localization provides iconv (what libiconv would provide) and > libintl functionality (the latter one is what is covered really by > USE=nls), it additionally requires gettext mostly to build packages but >

[gentoo-embedded] Building a mini desktop on uclibc

2005-09-15 Thread René Rhéaume
I am trying to build a mini desktop on a uclibc-based system. At first, I tried to get XFCE running but got into serious GTK+ issues, I broke ncurses during an update and had to start over. With this in mind, I separated the plan into three phases, get the smallest desktop with a basic set of appli

Re: [gentoo-embedded] Building a mini desktop on uclibc

2005-10-05 Thread René Rhéaume
2005/9/19, Peter S. Mazinger <[EMAIL PROTECTED]>: > XFCE runs fine for me, GPE would also be an alternative (bugs.g.o has a > tarball w/ ebuilds), although it also relies on glib2. Currently I am > testing a better iconv() replacement/patch for glib2 that could solve the > glib2 dillemma, but someo

Re: [gentoo-embedded] mount /usr/portage considered harmful?

2005-10-14 Thread René Rhéaume
Here is the fstab of my uclibc development system. As you see, I also /usr/portage in a different partition too. fstab Description: Binary data

Re: [gentoo-embedded] uClibc and PHP

2005-10-26 Thread René Rhéaume
This is something you should file on http://bugs.gentoo.org. A mailing list is not meant for bug tracking. Nevertheless, I think you have enough information for the bug report and you will only need to perform a smart copy-and-paste. -- gentoo-embedded@gentoo.org mailing list

Re: [gentoo-embedded] Problem with build of a small x11 system

2005-12-02 Thread René Rhéaume
2005/12/1, Mike Frysinger <[EMAIL PROTECTED]>: > you should emerge the 'xorg-server' package rather than 'xorg-x11' as > the modular version (xorg-server) contains a lot of bugfixes which > affect uClibc envs What kind of fixes? I am able to run xorg-x11 on a uclibc-based system. -- gentoo-embedd