Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 116368 - kernel 2.6.14.4 fails to build
Summary: kernel 2.6.14.4 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: MIPS Linux
: High normal (vote)
Assignee: Joshua Kinard
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-22 02:34 UTC by Alan Hourihane
Modified: 2006-01-03 08:36 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Hourihane 2005-12-22 02:34:36 UTC
Building the kernel fails to build the impactsr.c and odyssey.c drivers because it's trying to include "platform_device.h" which no longer exists.

Changing this include from this...

#include <linux/platform_device.h>

to this

#include <linux/device.h>

in both of the above files fixes the build problem.
Comment 1 Joshua Kinard gentoo-dev 2005-12-29 00:47:51 UTC
Blasted upstream changes...

Will be fixed in a soon-to-be-released-2.6.14.5 mips-sources.  Figures I miss this one.
Comment 2 Joshua Kinard gentoo-dev 2006-01-02 18:28:43 UTC
2.6.14.5 is in CVS.  Should fix this little quirk.  It'll hit the mirrors in ~45min-1hr.
Comment 3 Alan Hourihane 2006-01-03 07:59:11 UTC
There doesn't appear to be a mips-sources-2.6.14.5.ebuild yet...
Comment 4 Stephen Becker (RETIRED) gentoo-dev 2006-01-03 08:29:52 UTC
(In reply to comment #3)
> There doesn't appear to be a mips-sources-2.6.14.5.ebuild yet...
> 
Sure there is, I've got it from a sync sometime yesterday:

*mips-sources-2.6.14.5 (03 Jan 2006)

  03 Jan 2006; Joshua Kinard <kumba@gentoo.org>
  -mips-sources-2.6.14.4.ebuild, +mips-sources-2.6.14.5.ebuild:
  Bump to 2.6.14.5 to plug a number of security holes, plug a compile error on
  IP30 (Bug #116368), and roll in a new IP28 patchset that fixes some IMpactSR
  DMA issues.
Comment 5 Alan Hourihane 2006-01-03 08:36:37 UTC
mmm. just synced now and it's not there. I guess I'll go and check with another mirror site. Thanks.