Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76053 - genkernel of 2.6.9 failed: assembler died on aic7xxx_core
Summary: genkernel of 2.6.9 failed: assembler died on aic7xxx_core
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-29 11:29 UTC by offby1
Modified: 2004-12-29 11:56 UTC (History)
1 user (show)

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


Attachments
genkernel.log (genkernel.log,157.38 KB, text/plain)
2004-12-29 11:31 UTC, offby1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description offby1 2004-12-29 11:29:43 UTC
Here's a stripped-down version of /var/log/genkernel.log (because apparently I can't paste more than 64KB)

* Gentoo Linux Genkernel; Version 3.1.0c[0m

* Compiling Linux Kernel 2.6.9[0m for x86[0m...
* kernel: >> Running mrproper...
COMMAND: make -j2 CC="gcc" LD="ld" AS="as" mrproper
* config: Using config from /usr/share/genkernel/x86/kernel-config-2.6
*         Previous config backed up to .config.bak
*         >> Running oldconfig...
COMMAND: make -j2 CC="gcc" LD="ld" AS="as" oldconfig
  HOSTCC  scripts/basic/fixdep
  CC [M]  drivers/scsi/aic7xxx/aic79xx_core.o
  CC [M]  drivers/scsi/aic7xxx/aic79xx_pci.o
  CC [M]  drivers/scsi/aic7xxx/aic79xx_reg_print.o
  CC [M]  drivers/scsi/aic7xxx/aic7xxx_core.o
{standard input}: Assembler messages:
{standard input}:47324: Warning: end of file not at end of a line; newline inserted
{standard input}:49788: Error: bad register name `%'
gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <URL:http://bugs.gentoo.org/> for instructions.
make[3]: *** [drivers/scsi/aic7xxx/aic79xx_core.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [drivers/scsi/aic7xxx] Error 2
make[1]: *** [drivers/scsi] Error 2
make: *** [drivers] Error 2
* Gentoo Linux Genkernel; Version 3.1.0c[0m

* ERROR: Failed to compile the "modules" target...
* -- Grepping log... --
* -- End log... --
* Please consult /var/log/genkernel.log for more information and any
* errors that were reported above.
* Report any genkernel bugs to bugs.gentoo.org and
* assign your bug to genkernel@gentoo.org. Please include
* as much information as you can in your bug report; attaching
* /var/log/genkernel.log so that your issue can be dealt with effectively.
* 
* Please do *not* report compilation failures as genkernel bugs!
* 


Reproducible: Didn't try
Steps to Reproduce:
1.sudo emerge sync
2.sudo emerge development-sources
3.cd /usr/src
4.sudo ln -s linux-2.6.9/ linux
5.cd linux
6.sudo genkernel all

Actual Results:  
Saw an error message that pointed me to /var/log/genkernel.log

Expected Results:  
It should have built and installed the 2.6.9 kernel
Comment 1 offby1 2004-12-29 11:31:52 UTC
Created attachment 47126 [details]
genkernel.log

OK, now I've figured out how to attach files; here's the complete log
Comment 2 Andre Kloth 2004-12-29 11:36:40 UTC
> gcc: Internal error: Killed (program cc1)

This message should only appear if gcc really has an internal error or if it was out of memory. Check if you have enough memory (swap) enabled ;-)
Comment 3 offby1 2004-12-29 11:52:31 UTC
I'm mortified.  I indeed had no swap.  Thanks for the quick response.
Comment 4 Tim Yamin (RETIRED) gentoo-dev 2004-12-29 11:56:56 UTC
Closing; NOTABUG as Andre's pointed out... Thanks!