Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21903 - vi-3.7-r3 fails to emerge in 'emerge -e world' with file/directory not found error on exrecover.c
Summary: vi-3.7-r3 fails to emerge in 'emerge -e world' with file/directory not found ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-29 11:44 UTC by Donnie Berkholz (RETIRED)
Modified: 2003-05-29 13:04 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Donnie Berkholz (RETIRED) gentoo-dev 2003-05-29 11:44:17 UTC
I moved to ~x86 and upgraded to gcc 3.2.3 with 'emerge -e system' and am now
trying to recompile everything with -march=pentium4 instead of p3 with 'emerge
-e world'. vi fails right after unpacking with a file/directory not found error.
Log below. Note that ccache is not installed. I'm unable to finish 'emerge -e
world' and can't emerge anything else without losing --resume on this until this
problem is solved.

Reproducible: Always
Steps to Reproduce:
1. emerge -e world on ~x86
2. vi fails
3. emerge --resume, vi keeps failing

Actual Results:  
vi fails to compile so I can't emerge anything without losing the 'emerge
--resume' of an 'emerge -e world'.

Expected Results:  
Emerged.

make.conf info (if I emerge info, I'm afraid of losing ability to --resume):
USE="aalib acpi apache2 directfb dvd ethereal fbcon flash gtk2 icc imap jikes
maildir mozilla mpi odbc pcmcia radeon samba socks5 sse tiff trusted xml -gnome"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium4 -pipe -fomit-frame-pointer -mfpmath=sse,387 "
I tried CFLAGS="-O3 -march=pentium4 -pipe" but that also failed.
Also tried CFLAGS="-O3 -march=pentium3 -pipe" but it failed as well.
ACCEPT_KEYWORDS="~x86"
MAKEOPTS="-j4"  also tried with -j2
FEATURES="fixpackages"
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2003-05-29 13:04:13 UTC
Fixed in cvs without a revision bump.  Emerge sync in a half-hour or so to get the new version.  Thanks for the bug report.