Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131664 - gentoo-sources-2.6.16-gentoo-r4: compile/link error in i386/mach-es7000/es7000plat.c
Summary: gentoo-sources-2.6.16-gentoo-r4: compile/link error in i386/mach-es7000/es700...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-29 05:06 UTC by Toralf Förster
Modified: 2006-04-29 05:07 UTC (History)
0 users

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


Attachments
kernel config (config.12,22.12 KB, text/plain)
2006-04-29 05:06 UTC, Toralf Förster
Details
make log (make.12.log,3.24 KB, text/plain)
2006-04-29 05:06 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2006-04-29 05:06:32 UTC
After a "make randconfig" I got this :

...
  CC      init/do_mounts.o
  LD      init/mounts.o
  CC      init/initramfs.o
  CC      init/calibrate.o
  LD      init/built-in.o
  CC      arch/i386/mach-es7000/es7000plat.o
In file included from arch/i386/mach-es7000/es7000plat.c:42:
arch/i386/mach-es7000/es7000.h:91: error: field `id' has incomplete type
arch/i386/mach-es7000/es7000.h:97: error: field `Header' has incomplete type
arch/i386/mach-es7000/es7000plat.c: In function `setup_unisys':
arch/i386/mach-es7000/es7000plat.c:95: error: `es7000_rename_gsi' undeclared (first use in this function)
arch/i386/mach-es7000/es7000plat.c:95: error: (Each undeclared identifier is reported only once
arch/i386/mach-es7000/es7000plat.c:95: error: for each function it appears in.)
arch/i386/mach-es7000/es7000plat.c: In function `find_unisys_acpi_oem_table':
arch/i386/mach-es7000/es7000plat.c:172: warning: implicit declaration of function `acpi_find_rsdp'
arch/i386/mach-es7000/es7000plat.c:174: error: dereferencing pointer to incomplete type
arch/i386/mach-es7000/es7000plat.c:176: error: dereferencing pointer to incomplete type
arch/i386/mach-es7000/es7000plat.c:179: warning: implicit declaration of function `__acpi_map_table'
arch/i386/mach-es7000/es7000plat.c:179: error: invalid application of `sizeof' to incomplete type `acpi_table_header'
arch/i386/mach-es7000/es7000plat.c:183: error: dereferencing pointer to incomplete type
arch/i386/mach-es7000/es7000plat.c:183: error: invalid application of `sizeof' to incomplete type `acpi_table_header'
arch/i386/mach-es7000/es7000plat.c:185: error: dereferencing pointer to incomplete type
arch/i386/mach-es7000/es7000plat.c:189: error: dereferencing pointer to incomplete type
arch/i386/mach-es7000/es7000plat.c:192: error: dereferencing pointer to incomplete type
arch/i386/mach-es7000/es7000plat.c:198: error: invalid application of `sizeof' to incomplete type `acpi_table_header'
arch/i386/mach-es7000/es7000plat.c:201: error: dereferencing pointer to incomplete type
arch/i386/mach-es7000/es7000plat.c:202: error: dereferencing pointer to incomplete type
arch/i386/mach-es7000/es7000plat.c:205: warning: implicit declaration of function `acpi_table_print'
arch/i386/mach-es7000/es7000plat.c:206: error: dereferencing pointer to incomplete type
make[1]: *** [arch/i386/mach-es7000/es7000plat.o] Error 1
make: *** [arch/i386/mach-es7000] Error 2
m
Comment 1 Toralf Förster gentoo-dev 2006-04-29 05:06:45 UTC
Created attachment 85756 [details]
kernel config
Comment 2 Toralf Förster gentoo-dev 2006-04-29 05:06:57 UTC
Created attachment 85757 [details]
make log
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-04-29 05:07:22 UTC
Reopen if you can prove that this error is caused by Gentoo kernel patchset.
Otherwise, these errors belong upstream. (And, for that matter, make randconfig
is known to produce broken .configs in 50+ % percent of cases).