Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34450 - gentoo-dev-sources-2.6.0_beta10-r1 error building drivers/ide/pci/cmd640.o
Summary: gentoo-dev-sources-2.6.0_beta10-r1 error building drivers/ide/pci/cmd640.o
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: John Mylchreest (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-26 11:27 UTC by José Romildo Malaquias
Modified: 2003-11-30 09:32 UTC (History)
0 users

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


Attachments
My kernel configuration file (.config,26.88 KB, text/plain)
2003-11-26 11:29 UTC, José Romildo Malaquias
Details

Note You need to log in before you can comment on or make changes to this bug.
Description José Romildo Malaquias 2003-11-26 11:27:09 UTC
I get an error compiling gentoo-dev-sources-2.6.0_beta10-r1 on my system. Prior
ebuild release (gentoo-dev-sources-2.6.0_beta10) compiled without problems with
the same kernel configuration file.

  LD      drivers/ide/legacy/built-in.o
  CC      drivers/ide/pci/cmd640.o
{standard input}: Assembler messages:
{standard input}:37: Error: invalid character ';' in operand 2
{standard input}:45: Error: invalid character ';' in operand 2
{standard input}:60: Error: invalid character ';' in operand 2
{standard input}:67: Error: invalid character ';' in operand 2
{standard input}:85: Error: invalid character ';' in operand 2
{standard input}:93: Error: invalid character ';' in operand 2
{standard input}:99: Error: invalid character ';' in operand 2
{standard input}:116: Error: invalid character ';' in operand 2
{standard input}:123: Error: invalid character ';' in operand 2
{standard input}:131: Error: invalid character ';' in operand 2
{standard input}:145: Error: invalid character ';' in operand 2
{standard input}:151: Error: invalid character ';' in operand 2
{standard input}:162: Error: invalid character ';' in operand 2
{standard input}:167: Error: invalid character ';' in operand 2
{standard input}:181: Error: invalid character ';' in mnemonic
{standard input}:185: Error: invalid character ';' in operand 2
{standard input}:192: Error: invalid character ';' in operand 1
{standard input}:219: Error: invalid character ';' in mnemonic
{standard input}:223: Error: invalid character ';' in operand 2
{standard input}:231: Error: invalid character ';' in operand 1
{standard input}:366: Error: invalid character ';' in mnemonic
{standard input}:370: Error: invalid character ';' in operand 2
{standard input}:378: Error: invalid character ';' in operand 2
{standard input}:385: Error: invalid character ';' in operand 2
{standard input}:393: Error: invalid character ';' in operand 2
{standard input}:400: Error: invalid character ';' in operand 2
{standard input}:406: Error: invalid character ';' in operand 1
{standard input}:426: Error: invalid character ';' in operand 1
{standard input}:430: Error: invalid character ';' in operand 2
{standard input}:521: Error: invalid character ';' in mnemonic
{standard input}:525: Error: invalid character ';' in operand 2
{standard input}:549: Error: invalid character ';' in operand 1
{standard input}:570: Error: invalid character ';' in operand 1
{standard input}:590: Error: invalid character ';' in mnemonic
{standard input}:594: Error: invalid character ';' in operand 2
{standard input}:623: Error: invalid character ';' in operand 1
{standard input}:643: Error: invalid character ';' in operand 1
{standard input}:647: Error: invalid character ';' in operand 2
make[3]: *** [drivers/ide/pci/cmd640.o] Error 1
make[2]: *** [drivers/ide/pci] Error 2
make[1]: *** [drivers/ide] Error 2
make: *** [drivers] Error 2

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 José Romildo Malaquias 2003-11-26 11:29:23 UTC
Created attachment 21326 [details]
My kernel configuration file

This configuration file has been obtained by running "make oldconfig" over the
configuration file I have used with the prior ebuild release.
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-11-27 09:23:59 UTC
beta11 is out
Comment 3 John Mylchreest (RETIRED) gentoo-dev 2003-11-30 04:04:24 UTC
Could the orignal poster please update me as to the situation with beta11?
Comment 4 José Romildo Malaquias 2003-11-30 09:32:42 UTC
beta11 does compile without any problems, following the same procedure described in this bug report (that is, with the same configuration file used with beta10).

I believe the bug can be closed, as i am using beta11 now.