Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 175340 - Missing header file in gentoo-sources-2.6.19-r5
Summary: Missing header file in gentoo-sources-2.6.19-r5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: Alpha Linux
: High normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-20 12:53 UTC by Brian Evans
Modified: 2007-04-26 23:43 UTC (History)
0 users

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


Attachments
Kernel Missing header patch (gentoo-sources-missing-header.diff,312 bytes, patch)
2007-04-20 12:54 UTC, Brian Evans
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Evans 2007-04-20 12:53:41 UTC
There is a missing header file inside arch/alpha/kernel/err_titan.c

This missing header causes the kernel to error out.

Proposed patch is attached.
Comment 1 Brian Evans 2007-04-20 12:54:13 UTC
Created attachment 116793 [details, diff]
Kernel Missing header patch
Comment 2 Daniel Drake (RETIRED) gentoo-dev 2007-04-25 17:20:30 UTC
Please post the full error message.

Is this still needed for 2.6.20/2.6.21?
Comment 3 Brian Evans 2007-04-26 17:03:36 UTC
Also exists in linux-2.6.20-gentoo-r6

I will test vanilla-sources 2.6.20 and .21 later today

The exact error is:

  CC      arch/alpha/kernel/err_titan.o
cc1: warnings being treated as errors
arch/alpha/kernel/err_titan.c: In function 'titan_machine_check':
arch/alpha/kernel/err_titan.c:445: warning: implicit declaration of function 'get_irq_regs'
arch/alpha/kernel/err_titan.c:445: warning: passing argument 1 of 'dik_show_regs' makes pointer from integer without a cast
make[1]: *** [arch/alpha/kernel/err_titan.o] Error 1
make: *** [arch/alpha/kernel] Error 2
Comment 4 Brian Evans 2007-04-26 22:13:48 UTC
vanilla-sources-2.6.21 fixes this error

I'll talk to kloeri to get it rolling on alpha
Comment 5 Daniel Drake (RETIRED) gentoo-dev 2007-04-26 23:43:32 UTC
We'll be doing at least 3 weeks more support for 2.6.20, if you are interested in alpha support on that version feel free to reopen this bug and I'll backport the fix.