Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 262762

Summary: emerge portage fails during installation
Product: Gentoo Linux Reporter: Jim Rodgers <jrme_mail>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: major CC: dabbott
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Build.log which you requested.
Contents of emerge --info which you requested

Description Jim Rodgers 2009-03-17 03:37:20 UTC
During installation emerge --sync runs OK
Installation recommends upgrading portage so I "emerge portage"
Messages appearing on display follow:
Messages for package app-misc/pax-utils-0.1.19:
ERROR app-misc/pax-utils-0.1.19 failed.
Call stack:
     Ebuild.sh, line 49  Called src_compile
   environment, line 2458 called die
The specific snippet of code
   emake CC="$(tc-getCC)"  USE_CAP=$(use caps && echo yes) || die
The die message:
 (no error message)

After error, I restarted installation and had same results.

Reproducible: Always

Steps to Reproduce:
1.Install portage and chroot
2.emerge --sync
3.emerge portage

Actual Results:  
Emerge portage fails

Expected Results:  
Portage should have installed.
Comment 1 Rafał Mużyło 2009-03-17 16:01:21 UTC
Full build.log, please.
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-17 20:28:18 UTC
(In reply to comment #1)
> Full build.log, please.

And your "emerge --info" as well.

Reopen this bug when you provide the requested information.
Comment 3 Jim Rodgers 2009-03-20 04:40:24 UTC
Created attachment 185596 [details]
Build.log which you requested.
Comment 4 Jim Rodgers 2009-03-20 04:43:40 UTC
Created attachment 185598 [details]
Contents of emerge --info which you requested
Comment 5 Jim Rodgers 2009-03-20 04:50:44 UTC
I added contents of build.log and emerge --info.
They are located in attachments build.log and emerge_info.
Sorry about delay but it took a bit of thinking how to get the information from a
partially built system to another with web capability.
I finally mounted a usb disk and used it as an intermediate storage device.
Comment 6 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-21 02:00:44 UTC
From your build.log:

x86_64-pc-linux-gnu-gcc: march=k8: No such file or directory
x86_64-pc-linux-gnu-gcc: march=k8: No such file or directory


Please edit your /etc/make.conf file and change

  march=k8

into

  -march=k8

That should fix your problem. If it still isn't fixed, feel free to reopen this bug.