public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Glibc error while bootstrapping
@ 2001-12-19 14:38 Bart Verwilst
  2001-12-19 15:19 ` Daniel Robbins
  2001-12-19 18:41 ` Martin Schlemmer
  0 siblings, 2 replies; 5+ messages in thread
From: Bart Verwilst @ 2001-12-19 14:38 UTC (permalink / raw
  To: gentoo-dev

hi, while bootstrapping, i got the following error:

/linuxthreads
/var/tmp/portage/glibc-2.2.4-r4/work/glibc-2.2.4/buildhere/sunrpc/rpcgen
-Y `gcc -print-file-name=cpp | sed 's|/cpp$||'` -c
rpcsvc/bootparam_prot.x -o
/var/tmp/portage/glibc-2.2.4-r4/work/glibc-2.2.4/buildhere/sunrpc/xbootparam_prot.T
make[2]: ***
[/var/tmp/portage/glibc-2.2.4-r4/work/glibc-2.2.4/buildhere/sunrpc/xbootparam_prot.T
Illegal instruction
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory
`/var/tmp/portage/glibc-2.2.4-r4/work/glibc-2.2.4/sunrpc'
make[1]: *** [sunrpc/others] Error 2
make[1]: Leaving directory
`/var/tmp/portage/glibc-2.2.4-r4/work/glibc-2.2.4'
make: *** [all] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 20, Exitcode 2
!!! (no error message)

!!! emerge aborting on
/usr/portage/sys-libs/glibc/glibc-2.2.4-r4.ebuild .



Hope this helps....
Bye!

-- 
Bart Verwilst
Gentoo Linux Developer, Desktop Team
Gent, Belgium



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] Glibc error while bootstrapping
  2001-12-19 14:38 [gentoo-dev] Glibc error while bootstrapping Bart Verwilst
@ 2001-12-19 15:19 ` Daniel Robbins
  2001-12-19 18:41 ` Martin Schlemmer
  1 sibling, 0 replies; 5+ messages in thread
From: Daniel Robbins @ 2001-12-19 15:19 UTC (permalink / raw
  To: gentoo-dev

On Wed, Dec 19, 2001 at 03:38:04PM +0100, Bart Verwilst wrote:
> hi, while bootstrapping, i got the following error:

> !!! emerge aborting on

I have a feeling this may be caused by missing sed dependencies.
Will confirm now.

-- 
Daniel Robbins                                  <drobbins@gentoo.org>
Chief Architect/President                       http://www.gentoo.org 
Gentoo Technologies, Inc.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] Glibc error while bootstrapping
  2001-12-19 14:38 [gentoo-dev] Glibc error while bootstrapping Bart Verwilst
  2001-12-19 15:19 ` Daniel Robbins
@ 2001-12-19 18:41 ` Martin Schlemmer
  2001-12-19 19:07   ` Daniel Robbins
  1 sibling, 1 reply; 5+ messages in thread
From: Martin Schlemmer @ 2001-12-19 18:41 UTC (permalink / raw
  To: Gentoo-Dev

[-- Attachment #1: Type: text/plain, Size: 1417 bytes --]

On Wed, 2001-12-19 at 16:38, Bart Verwilst wrote:
> hi, while bootstrapping, i got the following error:
> 
> /linuxthreads
> /var/tmp/portage/glibc-2.2.4-r4/work/glibc-2.2.4/buildhere/sunrpc/rpcgen
> -Y `gcc -print-file-name=cpp | sed 's|/cpp$||'` -c
> rpcsvc/bootparam_prot.x -o
> /var/tmp/portage/glibc-2.2.4-r4/work/glibc-2.2.4/buildhere/sunrpc/xbootparam_prot.T
> make[2]: ***
> [/var/tmp/portage/glibc-2.2.4-r4/work/glibc-2.2.4/buildhere/sunrpc/xbootparam_prot.T
> Illegal instruction
> make[2]: *** Waiting for unfinished jobs....
> make[2]: Leaving directory
> `/var/tmp/portage/glibc-2.2.4-r4/work/glibc-2.2.4/sunrpc'
> make[1]: *** [sunrpc/others] Error 2
> make[1]: Leaving directory
> `/var/tmp/portage/glibc-2.2.4-r4/work/glibc-2.2.4'
> make: *** [all] Error 2
> 
> !!! ERROR: The ebuild did not complete successfully.
> !!! Function src_compile, Line 20, Exitcode 2
> !!! (no error message)
> 
> !!! emerge aborting on
> /usr/portage/sys-libs/glibc/glibc-2.2.4-r4.ebuild .
> 
> 
> 
> Hope this helps....
> Bye!
> 

No expert in the bootstrap phase, but if you look at:

	Illegal instruction
	make[2]: *** Waiting for unfinished jobs....

,my guess is that there is some i686 code still somewhere
in the build iso/image (as Verwilst have a k6-2 ..).


Greetings,
-- 

Martin Schlemmer
Gentoo Linux Developer, Desktop Team Developer
Cape Town, South Africa


[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] Glibc error while bootstrapping
  2001-12-19 18:41 ` Martin Schlemmer
@ 2001-12-19 19:07   ` Daniel Robbins
  2001-12-20  1:12     ` Bart Verwilst
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Robbins @ 2001-12-19 19:07 UTC (permalink / raw
  To: gentoo-dev

On Wed, Dec 19, 2001 at 08:41:18PM +0200, Martin Schlemmer wrote:
> No expert in the bootstrap phase, but if you look at:
> 
> 	Illegal instruction
> 	make[2]: *** Waiting for unfinished jobs....
> 
> ,my guess is that there is some i686 code still somewhere
> in the build iso/image (as Verwilst have a k6-2 ..).

This could also easily be caused by using the wrong CFLAGS (-march=i686
would do it) on a K6-class system.

Best Regards,

-- 
Daniel Robbins                                  <drobbins@gentoo.org>
Chief Architect/President                       http://www.gentoo.org 
Gentoo Technologies, Inc.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] Glibc error while bootstrapping
  2001-12-19 19:07   ` Daniel Robbins
@ 2001-12-20  1:12     ` Bart Verwilst
  0 siblings, 0 replies; 5+ messages in thread
From: Bart Verwilst @ 2001-12-20  1:12 UTC (permalink / raw
  To: gentoo-dev

On Wed, 2001-12-19 at 20:07, Daniel Robbins wrote:
> > No expert in the bootstrap phase, but if you look at:
> > 
> > 	Illegal instruction
> > 	make[2]: *** Waiting for unfinished jobs....
> > 
> > ,my guess is that there is some i686 code still somewhere
> > in the build iso/image (as Verwilst have a k6-2 ..).
> 
> This could also easily be caused by using the wrong CFLAGS (-march=i686
> would do it) on a K6-class system.
Well, i'm compiling it for a pentium 1 Gateway, but on my K6-3, with -march=i586...
it's in a chrooted env. on my pc.... But i586 wouldn't hurt the build
process wouldn't it?
 
-- 
Bart Verwilst
Gentoo Linux Developer, Desktop Team
Gent, Belgium



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-12-20  1:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-19 14:38 [gentoo-dev] Glibc error while bootstrapping Bart Verwilst
2001-12-19 15:19 ` Daniel Robbins
2001-12-19 18:41 ` Martin Schlemmer
2001-12-19 19:07   ` Daniel Robbins
2001-12-20  1:12     ` Bart Verwilst

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox