Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 427678 - sys-apps/sgabios-0.1_pre8 fails to build
Summary: sys-apps/sgabios-0.1_pre8 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-22 20:53 UTC by Cody Schafer
Modified: 2012-07-23 16:16 UTC (History)
0 users

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


Attachments
build log (sys-apps:sgabios-0.1_pre8:20120722-234427.log.gz,1.76 KB, text/plain)
2012-07-22 20:53 UTC, Cody Schafer
Details
emerge --info sgabios (emerge.info,6.67 KB, text/plain)
2012-07-22 20:54 UTC, Cody Schafer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cody Schafer 2012-07-22 20:53:32 UTC
Created attachment 318938 [details]
build log

For some reason `make clean` is run following the build, resulting in the link failing to find files.

Relevent build log excerpt:

make -j6 --load-average 6 
rm -f .depend
touch sgabios.S
cc -Wall -O2 -o csum8 csum8.c
cc -E -M -Wall -Os -m32 -nostdlib  sgabios.S >.tmpdepend && mv .tmpdepend .depend
cc -Wall -Os -m32 -nostdlib -DBUILD_DATE="\"Sun Jul 22 23:51:48 UTC 2012\"" -DBUILD_SHORT_DATE="\"07/22/12\"" -DBUILD_HOST="\"zero\"" -DBUILD_USER="\"portage\""   -c -o sgabios.o sgabios.S
make clean
make[1]: Entering directory `/var/tmp/portage/sys-apps/sgabios-0.1_pre8/work/sgabios-0.1_pre8'
rm -f sgabios.bin csum8  sgabios.o *.elf *.srec *.com version.h
make[1]: Leaving directory `/var/tmp/portage/sys-apps/sgabios-0.1_pre8/work/sgabios-0.1_pre8'
csum8.c: In function ‘main’:
csum8.c:60:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
ld -T rom16.ld -nostdlib  sgabios.o -o sgabios.elf
ld: cannot find sgabios.o: No such file or directory
make: *** [sgabios.elf] Error 1
Comment 1 Cody Schafer 2012-07-22 20:54:45 UTC
Created attachment 318940 [details]
emerge --info sgabios
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2012-07-23 16:16:00 UTC
Thanks for reporting this. I believe its fixed now in CVS.