Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 284502 - error compiling glibc-2.9_p20081201-r2
Summary: error compiling glibc-2.9_p20081201-r2
Status: RESOLVED DUPLICATE of bug 201815
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-10 15:45 UTC by Juan Pablo Lopez Bergero
Modified: 2009-09-11 06:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Build file (build.out,10.00 KB, text/plain)
2009-09-10 17:56 UTC, Juan Pablo Lopez Bergero
Details
emerge --info (emerge.Info.out,2.93 KB, text/plain)
2009-09-10 17:56 UTC, Juan Pablo Lopez Bergero
Details
Build file (build.log,563.40 KB, text/plain)
2009-09-10 21:06 UTC, Juan Pablo Lopez Bergero
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Juan Pablo Lopez Bergero 2009-09-10 15:45:26 UTC
I have this error when i try to rebuild glibc:
ERROR: sys-libs/glibc-2.9_p20081201-r2 failed.
call stack:
			ebuild.sh,	line		49:	Called src_compile
			enviroment,	line 		3625:	Called eblit-run 'src_compile'
			enviroment,	line		1182:	Called eblit-glibc-src_compile
		src_compile.eblit, 	line		203:	Called toolchain-glibc_src_compile
		src_compile.eblit,	line		123:	Called die
The specific snippet of code:
			make PARALLELMFLAGS="${MAKEOPTS}" || die "make for ${ABI} failed"
The die message:
			Make for default failed

Reproducible: Always

Steps to Reproduce:
1.emerge glibc
2.
3.

Actual Results:  
ERROR: sys-libs/glibc-2.9_p20081201-r2 failed.
call stack:
			ebuild.sh,	line		49:	Called src_compile
			enviroment,	line 		3625:	Called eblit-run 'src_compile'
			enviroment,	line		1182:	Called eblit-glibc-src_compile
		src_compile.eblit, 	line		203:	Called toolchain-glibc_src_compile
		src_compile.eblit,	line		123:	Called die
The specific snippet of code:
			make PARALLELMFLAGS="${MAKEOPTS}" || die "make for ${ABI} failed"
The die message:
			Make for default failed
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-09-10 16:27:48 UTC
build.log? emerge --info? The call stack is useless because it doesn't show an actual error.
Comment 2 Juan Pablo Lopez Bergero 2009-09-10 17:56:21 UTC
Created attachment 203694 [details]
Build file

This is the build file
Comment 3 Juan Pablo Lopez Bergero 2009-09-10 17:56:59 UTC
Created attachment 203695 [details]
emerge --info

this is the emerge --info file
Comment 4 Juan Pablo Lopez Bergero 2009-09-10 17:58:39 UTC
(In reply to comment #1)
> build.log? emerge --info? The call stack is useless because it doesn't show an
> actual error.

i've just attach those files.
thanks for ur time
Comment 5 Juan Pablo Lopez Bergero 2009-09-10 18:00:22 UTC
(In reply to comment #1)
> build.log? emerge --info? The call stack is useless because it doesn't show an
> actual error.

tha call stack.... can it be changed, i fill it up because of ignorance.
Comment 6 Peter Alfredsen (RETIRED) gentoo-dev 2009-09-10 20:02:04 UTC
That build.log looks empty here.
Comment 7 Juan Pablo Lopez Bergero 2009-09-10 21:03:33 UTC
Comment on attachment 203694 [details]
Build file

this file is empty, sorry for that
Comment 8 Juan Pablo Lopez Bergero 2009-09-10 21:06:21 UTC
Created attachment 203716 [details]
Build file

SOrry there was a build file empty, this is the realone.
Comment 9 Juan Pablo Lopez Bergero 2009-09-10 21:10:15 UTC
(In reply to comment #6)
> That build.log looks empty here.
> 
oh my god!
hehe too much coffy,
there u have the real one.
thaks for the fast answers
Comment 10 Peter Alfredsen (RETIRED) gentoo-dev 2009-09-11 06:45:44 UTC
echo "sys-libs/glibc -vanilla" >> /etc/portage/package.use
USE=vanilla should not be set globally, anyway. It's provided to see if failures with a package can be reproduced without the gentoo-provided patches / tweaks.

*** This bug has been marked as a duplicate of bug 201815 ***