Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 222571 - sys-kernel/gentoo-sources-2.6.25-r4 fails while compiling ohci-hcd.o
Summary: sys-kernel/gentoo-sources-2.6.25-r4 fails while compiling ohci-hcd.o
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL: http://bugzilla.kernel.org/show_bug.c...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-18 02:18 UTC by teidakankan
Modified: 2008-06-29 15:56 UTC (History)
0 users

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


Attachments
emerge --info (emerge-info,10.40 KB, text/plain)
2008-05-18 02:20 UTC, teidakankan
Details
config file (config,50.87 KB, text/plain)
2008-05-18 02:22 UTC, teidakankan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description teidakankan 2008-05-18 02:18:53 UTC
see below

Reproducible: Always




 LD      drivers/usb/core/usbcore.o
  LD      drivers/usb/core/built-in.o
  CC      drivers/usb/host/pci-quirks.o
  CC      drivers/usb/host/ehci-hcd.o
  CC      drivers/usb/host/ohci-hcd.o
In file included from drivers/usb/host/ohci-hcd.c:973:
drivers/usb/host/ohci-pci.c: In function ‘ohci_pci_start’:
drivers/usb/host/ohci-pci.c:222: warning: unused variable ‘pdev’
In file included from drivers/usb/host/ohci-hcd.c:1056:
drivers/usb/host/ohci-sm501.c: In function ‘ohci_sm501_resume’:
drivers/usb/host/ohci-sm501.c:242: error: ‘hcd’ undeclared (first use in this function)
drivers/usb/host/ohci-sm501.c:242: error: (Each undeclared identifier is reported only once
drivers/usb/host/ohci-sm501.c:242: error: for each function it appears in.)
make[3]: *** [drivers/usb/host/ohci-hcd.o] Error 1
make[2]: *** [drivers/usb/host] Error 2
make[1]: *** [drivers/usb] Error 2
make: *** [drivers] Error 2
Comment 1 teidakankan 2008-05-18 02:20:55 UTC
Created attachment 153479 [details]
emerge --info
Comment 2 teidakankan 2008-05-18 02:22:45 UTC
Created attachment 153481 [details]
config file
Comment 4 teidakankan 2008-05-19 23:00:58 UTC
(In reply to comment #3)
> Patch fix referenced in bug:
> 
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff_plain;h=9a3df1f7de0ecaf77a1dde86f2a4dc020f37f87e
> 

Thanks.  ohci-hcd.o compiles okay in vanilla-sources-2.6.26-rc3 so I'll use that for now.
Comment 5 Daniel Drake (RETIRED) gentoo-dev 2008-06-29 15:55:37 UTC
The referenced bug is unrelated (concerns a warning, not a compile error). This was fixed in gentoo-sources-2.6.25-r5, thanks for reporting.