Re: [gentoo-user] busybox/mdev as a possible alternative to udev?

2011-09-16 Thread Michael Mol
On Fri, Sep 16, 2011 at 1:16 AM, Walter Dnes waltd...@waltdnes.org wrote: On Thu, Sep 15, 2011 at 11:25:45PM -0400, Michael Mol wrote It does look like there will be some problems with Xorg and detecting input devices. I spent a few minuted digging around...and I have no leads on where Xorg

[gentoo-user] busybox/mdev as a possible alternative to udev?

2011-09-15 Thread Walter Dnes
There's another thread for complaining about the brokenness of the proposed udev implementation. This one is for doing something about it. After reading the udev-complaints thread, I joined the busybox list, and asked if busybox's simple mdev feature could replace udev. See thread

Re: [gentoo-user] busybox/mdev as a possible alternative to udev?

2011-09-15 Thread Michael Mol
On Thu, Sep 15, 2011 at 10:20 PM, Walter Dnes waltd...@waltdnes.org wrote:  There's another thread for complaining about the brokenness of the proposed udev implementation.  This one is for doing something about it. After reading the udev-complaints thread, I joined the busybox list, and asked

Re: [gentoo-user] busybox/mdev as a possible alternative to udev?

2011-09-15 Thread Walter Dnes
On Thu, Sep 15, 2011 at 11:25:45PM -0400, Michael Mol wrote It does look like there will be some problems with Xorg and detecting input devices. I spent a few minuted digging around...and I have no leads on where Xorg ties into udev or hotplug. Heading to sleep for the night. This is getting

Re: [gentoo-user] Busybox update fail

2007-03-29 Thread Mick
On Wednesday 28 March 2007 23:01, Benno Schulenberg wrote: Mick wrote: On Wednesday 28 March 2007 07:53, Boyd Stephen Smith Jr. wrote: you'll normally want to generate your errors in the C locale before posting them here or in bugzilla. Hmm, out of curiosity, how do you go about doing

Re: [gentoo-user] Busybox update fail

2007-03-28 Thread Vladimir Rusinov
On 3/28/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: /bin/sh: i686-pc-linux-gnu-ar: command not found CC applets/busybox.o /bin/sh: i686-pc-linux-gnu-gcc: command not found Seems like you have updated gcc, pruned old version and not used gcc-config. (Show me `gcc-config -l`) --

Re: [gentoo-user] Busybox update fail

2007-03-28 Thread [EMAIL PROTECTED]
2007/3/28, Vladimir Rusinov [EMAIL PROTECTED]: On 3/28/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: /bin/sh: i686-pc-linux-gnu-ar: command not found CC applets/busybox.o /bin/sh: i686-pc-linux-gnu-gcc: command not found Seems like you have updated gcc, pruned old version and not

Re: [gentoo-user] Busybox update fail

2007-03-28 Thread Vladimir Rusinov
On 3/28/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: 2007/3/28, Vladimir Rusinov [EMAIL PROTECTED]: (Show me `gcc-config -l`) Here we go: # gcc-config -l [1] i386-pc-linux-gnu-4.1.1 * Hmm, this must be i686, not i386. Have you ever change CHOST in /etc/make.conf ? -- WBR, Vladimir

Re: [gentoo-user] Busybox update fail

2007-03-28 Thread [EMAIL PROTECTED]
2007/3/28, Vladimir Rusinov [EMAIL PROTECTED]: On 3/28/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: 2007/3/28, Vladimir Rusinov [EMAIL PROTECTED] : (Show me `gcc-config -l`) Here we go: # gcc-config -l [1] i386-pc-linux-gnu-4.1.1 * Hmm, this must be i686, not i 386. Have you ever

Re: [gentoo-user] Busybox update fail

2007-03-28 Thread [EMAIL PROTECTED]
2007/3/28, [EMAIL PROTECTED] [EMAIL PROTECTED]: 2007/3/28, Vladimir Rusinov [EMAIL PROTECTED]: On 3/28/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: 2007/3/28, Vladimir Rusinov [EMAIL PROTECTED] : (Show me `gcc-config -l`) Here we go: # gcc-config -l [1]

Re: [gentoo-user] Busybox update fail

2007-03-28 Thread Etaoin Shrdlu
On Wednesday 28 March 2007 10:51, [EMAIL PROTECTED] wrote: Hello there once again, I recompiled gcc and switched to i686-pc-linux-gnu-4.1.1 but this is not solved the problem, I'm still having the same error while building busybox: [cut] LD archival/built-in.o /bin/sh:

Re: [gentoo-user] Busybox update fail

2007-03-28 Thread [EMAIL PROTECTED]
2007/3/28, Etaoin Shrdlu [EMAIL PROTECTED]: On Wednesday 28 March 2007 10:51, [EMAIL PROTECTED] wrote: Hello there once again, I recompiled gcc and switched to i686-pc-linux-gnu-4.1.1 but this is not solved the problem, I'm still having the same error while building busybox: [cut] LD

Re: [gentoo-user] Busybox update fail

2007-03-28 Thread Mick
On Wednesday 28 March 2007 07:53, Boyd Stephen Smith Jr. wrote: make[1]: *** [archival/built-in.o] Ошибка 127 make: *** [archival] Ошибка 2 make: *** Ожидание завершения заданий... make[1]: *** [applets/busybox.o] Ошибка 127 make[1]: *** Ожидание завершения заданий... make: ***

Re: [gentoo-user] Busybox update fail

2007-03-28 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Mick wrote: Hmm, out of curiosity, how do you go about doing that? By setting the different LC_ and LANG environment variables one can achieve different levels of internationalization. - -- Arturo Buanzo Busleiman - Consultor Independiente en

Re: [gentoo-user] Busybox update fail

2007-03-28 Thread Benno Schulenberg
Mick wrote: On Wednesday 28 March 2007 07:53, Boyd Stephen Smith Jr. wrote: you'll normally want to generate your errors in the C locale before posting them here or in bugzilla. Hmm, out of curiosity, how do you go about doing that? By preceding the relevant command with LC_ALL=C. Like

[gentoo-user] Busybox update fail

2007-03-27 Thread [EMAIL PROTECTED]
Hello list! I'm truing to update my Gentoo box, ut its failed on busybox. So what I have: My info # emerge --info Portage 2.1.2.2 (default-linux/x86/no-nptl, gcc-4.1.1, glibc-2.5-r0, 2.6.19-gentoo-r5-work i686) = System uname:

Re: [gentoo-user] Busybox update fail

2007-03-27 Thread Boyd Stephen Smith Jr.
On Wednesday 28 March 2007, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote about '[gentoo-user] Busybox update fail': I'm truing to update my Gentoo box, ut its failed on busybox. My info ACCEPT_KEYWORDS=x86 CBUILD=i686-pc-linux-gnu CHOST=i686-pc-linux-gnu My error: /bin/sh: i686-pc-linux-gnu

[gentoo-user] busybox

2005-06-07 Thread Devon Miller
I just did an 'emerge sync' and now 'emerge -pDuv world' wants to install busybox. I've only seen busybox used in small/embedded systems, of which this machine is neither. Nothing installed depends on it. So, why does portage insist I need it? dcm

Re: [gentoo-user] busybox

2005-06-07 Thread Peter Gaži
busybox replaced sash in the profile, there was a thread on it a few days ago, check the archives... after you emerge busybox, emerge --depclean will unmerge sash. HTH Peter On 6/7/05, Devon Miller [EMAIL PROTECTED] wrote: I just did an 'emerge sync' and now 'emerge -pDuv world' wants to

Re: [gentoo-user] busybox

2005-06-07 Thread Norberto Bensa
Peter Gai wrote: busybox replaced sash in the profile, there was a thread on it a few days ago, check the archives... after you emerge busybox, emerge --depclean will unmerge sash. What is not mentioned is the motivation to replace sash with busybox. So my question is: why? Thanks --

Re: [gentoo-user] busybox

2005-06-07 Thread Zac Medico
Norberto Bensa wrote: What is not mentioned is the motivation to replace sash with busybox. So my question is: why? I don't know about sash but busybox is very very cool. It's a complete userland in one executable! Check it out: http://busybox.net Zac

Re: [gentoo-user] busybox

2005-06-07 Thread Sami Samhuri
* On Tue Jun-07-2005 at 08:34:32 AM -0300, Norberto Bensa said: [...] What is not mentioned is the motivation to replace sash with busybox. So my question is: why? On 2005-06-04 14:12:21 GMT Jason Stubbs wrote: I believe it's been added to system in place of sash. It's similarly very small

[gentoo-user] busybox/e2fsprogs compile error

2005-06-06 Thread Bogo Mipps
Hi Guys Real stupid question I know. Undoubtedly very simple answer. Searches reveal nothing. So why only me? I've tried all available Busybox versions under Portage. All give same error. snip sys-apps/busybox-1.00-r4 failed. d=`dirname e2fsprogs/Makefile`; [ -d $d ] || mkdir -p $d; cp

Re: [gentoo-user] busybox/e2fsprogs compile error

2005-06-06 Thread Zac Medico
--- Bogo Mipps [EMAIL PROTECTED] wrote: e2fsprogs/Makefile make[1]: *** No rule to make target `.config`, needed by `include/config.h`. Stop I'm guessing that maybe you are using USE=savedconfig improperly which requires you to provide your own .config? Look in the ebuild: if use

Re: [gentoo-user] busybox/e2fsprogs compile error

2005-06-06 Thread Bogo Mipps
On Mon, 06 Jun 2005 19:17, Zac Medico wrote: --- Bogo Mipps [EMAIL PROTECTED] wrote: e2fsprogs/Makefile make[1]: *** No rule to make target `.config`, needed by `include/config.h`. Stop I'm guessing that maybe you are using USE=savedconfig improperly which requires you to provide your