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 that?

 By preceding the relevant command with  LC_ALL=C.  Like so:

 # LC_ALL=C  emerge -1 busybox

Cool, thanks.

-- 
Regards,
Mick


pgpEdPBTUSmhU.pgp
Description: PGP signature


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`)


--
WBR, Vladimir Rusinov aka B.


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 used gcc-config.

(Show me `gcc-config -l`)


Here we go:
# gcc-config -l
[1] i386-pc-linux-gnu-4.1.1 *



--
WBR, Vladimir Rusinov aka B.



--
http://lcl.sytes.net:3880
--
gentoo-user@gentoo.org mailing list



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 Rusinov aka B.
[EMAIL PROTECTED]
[EMAIL PROTECTED]


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 change CHOST in /etc/make.conf ?


Nope

--

WBR, Vladimir Rusinov aka B.
[EMAIL PROTECTED]
 [EMAIL PROTECTED]



--
http://lcl.sytes.net:3880
--
gentoo-user@gentoo.org mailing list



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] i386-pc-linux-gnu-4.1.1 *
 

 Hmm, this must be i686, not i 386.
 Have you ever change CHOST in /etc/make.conf ?

Nope
 --

 WBR, Vladimir Rusinov aka B.
 [EMAIL PROTECTED]
  [EMAIL PROTECTED]


--
http://lcl.sytes.net:3880



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:

* # CONFIG_DEBUG_INIT is not set
* # CONFIG_DEBUG_CROND_OPTION is not set
* # CONFIG_FEATURE_UDHCP_DEBUG is not set
* # CONFIG_TASKSET is not set

Source unpacked.
Compiling source in

/var/tmp/portage/sys-apps/busybox-1.4.1-r2/work/busybox-1.4.1 ...
 SPLIT   include/autoconf.h - include/config/*
 GEN include/bbconfigopts.h
 CC  applets/busybox.o
 HOSTCC  applets/usage
 LD  archival/built-in.o
/bin/sh: i686-pc-linux-gnu-ar: command not found
make[1]: *** [archival/built-in.o] Error 127
make: *** [archival] Error 2
make: *** Waiting for unfinished jobs
 GEN include/usage_compressed.h
 CC  applets/applets.o
 LD  applets/built-in.o

!!! ERROR: sys-apps/busybox-1.4.1-r2 failed.
Call stack:
 ebuild.sh, line 1614:   Called dyn_compile
 ebuild.sh, line 971:   Called qa_call 'src_compile'
 environment, line 3325:   Called src_compile
 busybox-1.4.1-r2.ebuild, line 183:   Called die

!!! build failed
!!! If you need support, post the topmost build error, and the call
stack if relevant.
!!! A complete build log is located at
'/var/tmp/portage/sys-apps/busybox-1.4.1-r2/temp/build.log'.

Anybody sees the same or I'm alone here so lucky?

--
http://lcl.sytes.net:3880
--
gentoo-user@gentoo.org mailing list



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: i686-pc-linux-gnu-ar: command not found
 make[1]: *** [archival/built-in.o] Error 127
 make: *** [archival] Error 2
 make: *** Waiting for unfinished jobs
   GEN include/usage_compressed.h

I had the same issue, reemerging binutils solved the problem for me.
-- 
gentoo-user@gentoo.org mailing list



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  archival/built-in.o
 /bin/sh: i686-pc-linux-gnu-ar: command not found
 make[1]: *** [archival/built-in.o] Error 127
 make: *** [archival] Error 2
 make: *** Waiting for unfinished jobs
   GEN include/usage_compressed.h

I had the same issue, reemerging binutils solved the problem for me.
--
gentoo-user@gentoo.org mailing list




Thanks, this also was my solution!!!
--
http://lcl.sytes.net:3880
--
gentoo-user@gentoo.org mailing list



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: *** [applets] Ошибка 2

 While some on the list may be able to read this, 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?
-- 
Regards,
Mick


pgprCAnyklvev.pgp
Description: PGP signature


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 Seguridad Informatica
Foros GNU/Buanzo: Respeto, Soluciones y Buena Onda: http://foros.buanzo.com.ar
Consulting and Secure Mail Hosting: http://www.buanzo.com.ar/pro/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGCr3rAlpOsGhXcE0RCtAuAJ9jbZ6D3CINzWt9jif5qYiPZCjtMQCfaou4
boG+KywK/okapsqu0xz4/Cg=
=ClZr
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



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 so:

# LC_ALL=C  emerge -1 busybox

Benno
-- 
gentoo-user@gentoo.org mailing list



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-ar: command not found
 /bin/sh: i686-pc-linux-gnu-gcc: command not found

Do you have these files anywhere?  If not, you'll probably want to 
re-emerge binutils and gcc.

 make[1]: *** [archival/built-in.o] Ошибка 127
 make: *** [archival] Ошибка 2
 make: *** Ожидание завершения заданий...
 make[1]: *** [applets/busybox.o] Ошибка 127
 make[1]: *** Ожидание завершения заданий...
 make: *** [applets] Ошибка 2

While some on the list may be able to read this, you'll normally want to 
generate your errors in the C locale before posting them here or in 
bugzilla.

-- 
Boyd Stephen Smith Jr. ,= ,-_-. =. 
[EMAIL PROTECTED]  ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy   `-'(. .)`-' 
http://iguanasuicide.org/  \_/ 


pgp9PKOxwYS2W.pgp
Description: PGP signature