Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14622 - Spice ebuild
Summary: Spice ebuild
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-27 10:09 UTC by John Byrnes
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
Build script that fixes problem (build,4.16 KB, text/plain)
2003-01-29 15:56 UTC, John Byrnes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Byrnes 2003-01-27 10:09:24 UTC
Spice ebuild used to work.  now the build completes without building binaries.   
 
Calculating dependencies ...done! 
>>> emerge (1 of 1) app-sci/spice-3.5.5 to / 
>>> md5 ;-) spice3f5sfix.tar.gz 
>>> Unpacking source... 
>>> Unpacking spice3f5sfix.tar.gz 
>>> Source unpacked. 
Begin build on ducktape.alfred.edu for linux on Mon Jan 27 11:09:15 EST 2003: 
Making "all" in spice3f5sfix 
make[1]: Entering directory `/var/tmp/portage/spice-3.5.5/work/spice3f5sfix' 
mkdir -p /var/tmp/portage/spice-3.5.5/work/spice3f5sfix/tmp 
UPDATING /var/tmp/portage/spice-3.5.5/work/spice3f5sfix/tmp/spice 
UPDATING /var/tmp/portage/spice-3.5.5/work/spice3f5sfix/tmp/spice-cc 
UPDATING /var/tmp/portage/spice-3.5.5/work/spice3f5sfix/tmp/spice-cx 
UPDATING /var/tmp/portage/spice-3.5.5/work/spice3f5sfix/tmp/spice-ld 
Making "all" in src 
make[2]: Entering directory `/var/tmp/portage/spice-3.5.5/work/spice3f5sfix/obj' 
Making "all" in lib 
make[3]: Entering directory `/var/tmp/portage/spice-3.5.5/work/spice3f5sfix/obj/lib' 
Making "all" in dev 
make[4]: Entering directory `/var/tmp/portage/spice-3.5.5/work/spice3f5sfix/obj/lib/dev' 
Making "all" in disto 
make[5]: Entering directory 
`/var/tmp/portage/spice-3.5.5/work/spice3f5sfix/obj/lib/dev/disto' 
cc -mcpu=athlon-xp -O3 -pipe -fomit-frame-pointer  
-I/var/tmp/portage/spice-3.5.5/work/spice3f5sfix/src/include -c 
/var/tmp/portage/spice-3.5.5/work/spice3f5sfix/src/lib/dev/disto//atander.c 
/usr/bin/cc: line 3: gcc: command not found 
make[5]: *** [atander.o] Error 127 
cc -mcpu=athlon-xp -O3 -pipe -fomit-frame-pointer  
-I/var/tmp/portage/spice-3.5.5/work/spice3f5sfix/src/include -c 
/var/tmp/portage/spice-3.5.5/work/spice3f5sfix/src/lib/dev/disto//cosderiv.c 
/usr/bin/cc: line 3: gcc: command not found 
make[5]: *** [cosderiv.o] Error 127 
cc -mcpu=athlon-xp -O3 -pipe -fomit-frame-pointer  
-I/var/tmp/portage/spice-3.5.5/work/spice3f5sfix/src/include -c 
/var/tmp/portage/spice-3.5.5/work/spice3f5sfix/src/lib/dev/disto//cubeder.c 
/usr/bin/cc: line 3: gcc: command not found 
make[5]: *** [cubeder.o] Error 127 
cc -mcpu=athlon-xp -O3 -pipe -fomit-frame-pointer  
-I/var/tmp/portage/spice-3.5.5/work/spice3f5sfix/src/include -c 
/var/tmp/portage/spice-3.5.5/work/spice3f5sfix/src/lib/dev/disto//divderiv.c 
/usr/bin/cc: line 3: gcc: command not found 
make[5]: *** [divderiv.o] Error 127 
cc -mcpu=athlon-xp -O3 -pipe -fomit-frame-pointer  
-I/var/tmp/portage/spice-3.5.5/work/spice3f5sfix/src/include -c 
/var/tmp/portage/spice-3.5.5/work/spice3f5sfix/src/lib/dev/disto//equalder.c 
 
This continues through the rest of the build.   
 
 
In my opinion, the greater problem is that portage does not realize that there was a 
problem, and continues on without stoppinng.  The end result is that i have the man pages 
and spice libraries, but no binaries.   
 
I seem to remember this happening with another build, but I'm not sure which one. 
 
Perhaps portage should check to make sure that the files are in their appropriate places 
before reporting a success. 
 
 
Otherwise, Gentoo is the best distro I've used!! 
 
Great job!! 
 
John
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-01-28 01:00:54 UTC
please emerge gcc-config
Comment 2 John Byrnes 2003-01-29 15:38:47 UTC
Reemerging gcc-config doesn't fix the problem.  Portage should pick up that the build is 
failing.   
Comment 3 John Byrnes 2003-01-29 15:56:08 UTC
Created attachment 7737 [details]
Build script that fixes problem
Comment 4 John Byrnes 2003-01-29 15:58:11 UTC
The build script i uploaded a minute ago, should be copied over the build script in  
/var/tmp/portage/spice-3.5.5/work/spice3f5sfix/util/  
 
 
Sorry about not specifying earlier. 
 
Comment 5 Seemant Kulleen (RETIRED) gentoo-dev 2003-02-03 04:25:20 UTC
this shouldn't be an issue with the newer gcc-config's (1.3.1)