Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40852 - Instalation of xfree86-4.3.0-r3 crashed during the src_install Line 614 Exitcode 2
Summary: Instalation of xfree86-4.3.0-r3 crashed during the src_install Line 614 Exitc...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-08 09:06 UTC by Wojciech Potentas
Modified: 2004-02-08 15:19 UTC (History)
1 user (show)

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


Attachments
that file contains output from emerge info command (emergeinfo.txt,1.17 KB, text/plain)
2004-02-08 09:08 UTC, Wojciech Potentas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wojciech Potentas 2004-02-08 09:06:37 UTC
emerge xfree - it compiles and installs every dependancy package, compiles 
xfree86-4.3.0-r3 and crashes installing the source.
 The compiler output is:

installing in lib/GL/mesa/src/OSMesa...
make[4]: Entering directory `/var/tmp/portage/xfree-4.3.0-r3/work/xc/lib/GL/mesa/src/OSmesa'
make[4]: *** No rule to make target `../../../../../lib/GL/mesa/src/swrast/unshared/s_aatriangle.o', needed by `libOSMesa.a'. Stop.
make[4]: Leaving directory [...]
make[3]: *** [install] Error 2
[...]
!!! ERROR: x11-base/xfree-4.3.0-r3 failed.
!!! Function src_install, Line 614, Exitcode 2
!!! (no error message)  


Reproducible: Always
Steps to Reproduce:
1.Unpack Gentoo Linux 2004.0 stage3-x86 20040204
2.env-update, emerge sync, emerge portage
3.emerge xfree

Actual Results:  
The emerge is compiling the source and crashes.
(the same is going with compiling xfree86-4.2.1 by hand)

Expected Results:  
The xfree should be emerged succesfully.

 My cpu has been changed, and is have Water Coller. I'm not sure about hardisk, case the system have sometimes a problems with unpacking the software.
Comment 1 Wojciech Potentas 2004-02-08 09:08:20 UTC
Created attachment 25195 [details]
that file contains output from emerge info command
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2004-02-08 11:21:19 UTC
Please attach a full compilation log.
Comment 3 Wojciech Potentas 2004-02-08 15:19:39 UTC
 I forgot to define the PATH and LD_LIBRARY_PATH, when I done this, compilation copleted succesfully by hand, now I'm wainting for results of emerge. (I'm useing 1.4.rc3 manual, where wasn't said that I have to define such variables, but I still think it is my fault).