Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 262762 - emerge portage fails during installation
Summary: emerge portage fails during installation
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-17 03:37 UTC by Jim Rodgers
Modified: 2009-03-21 02:00 UTC (History)
1 user (show)

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


Attachments
Build.log which you requested. (build.log,1.41 KB, text/plain)
2009-03-20 04:40 UTC, Jim Rodgers
Details
Contents of emerge --info which you requested (emerge_info,2.88 KB, text/plain)
2009-03-20 04:43 UTC, Jim Rodgers
Details

Note You need to log in before you can comment on or make changes to this bug.
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.