Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90261 - kbd won't compile using linux-headers-2.6.11
Summary: kbd won't compile using linux-headers-2.6.11
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC64 All
: High enhancement (vote)
Assignee: Tim Yamin (RETIRED)
URL:
Whiteboard:
Keywords:
: 91723 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-04-24 10:28 UTC by Markus Rothe (RETIRED)
Modified: 2005-05-09 10:39 UTC (History)
2 users (show)

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


Attachments
kbd-1.12-r3-output.txt (kbd-1.12-r3-output.txt,7.81 KB, text/plain)
2005-04-24 10:28 UTC, Markus Rothe (RETIRED)
Details
Patch (90261.patch,565 bytes, patch)
2005-04-25 12:24 UTC, Tim Yamin (RETIRED)
Details | Diff
Patch (90261.patch,567 bytes, patch)
2005-04-25 12:25 UTC, Tim Yamin (RETIRED)
Details | Diff
kbd-1.12-r4-output.txt (kbd-1.12-r4-output.txt,5.91 KB, text/plain)
2005-04-27 00:30 UTC, Markus Rothe (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Rothe (RETIRED) gentoo-dev 2005-04-24 10:28:26 UTC
Hi,

kbd-1.12-r3 (current stable one on ppc64) won't compile if I use linux-headers-2.6.11. output follows.

Best regards,

Markus
Comment 1 Markus Rothe (RETIRED) gentoo-dev 2005-04-24 10:28:49 UTC
Created attachment 57101 [details]
kbd-1.12-r3-output.txt
Comment 2 Tim Yamin (RETIRED) gentoo-dev 2005-04-24 12:05:41 UTC
Hi; could you please run:

grep u64 /usr/include/asm/iSeries/HvCallSc.h | head -n 1

Thanks.
Comment 3 Markus Rothe (RETIRED) gentoo-dev 2005-04-25 00:08:35 UTC
# grep u64 /usr/include/asm/iSeries/HvCallSc.h | head -n 1
u64 HvCall0( __u64 );
#
Comment 4 Tim Yamin (RETIRED) gentoo-dev 2005-04-25 12:24:07 UTC
Created attachment 57211 [details, diff]
Patch

Hiya, can you please try this patch on kernel-2.eclass; remerge linux-headers
and see how the compile goes after that. Thanks.
Comment 5 Tim Yamin (RETIRED) gentoo-dev 2005-04-25 12:24:52 UTC
Comment on attachment 57211 [details, diff]
Patch

>Index: kernel-2.eclass
>===================================================================
>RCS file: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v
>retrieving revision 1.122
>diff -u -r1.122 kernel-2.eclass
>--- kernel-2.eclass	14 Apr 2005 11:00:34 -0000	1.122
>+++ kernel-2.eclass	25 Apr 2005 19:22:10 -0000
>@@ -855,6 +855,7 @@
> 		-e "s/\([ "$'\t'"]\)s64\([ "$'\t'"]\)/\1__s64\2/g;" \
> 		-e 's/ \(u\|s\)\(8\|16\|32\|64\)$/ __\1\2/g' \
> 		-e 's/\([(, ]\)\(u\|s\)64\([, )]\)/\1__\264\3/g' \
>+		-e "s/^\(u\|s\)\(8\|16\|32\|64\)\([ "$'\t'"]\)/__\1\2\3/g;" \
> 		"$@"
> }
>
Comment 6 Tim Yamin (RETIRED) gentoo-dev 2005-04-25 12:25:58 UTC
Created attachment 57212 [details, diff]
Patch

Whoops, forgot to add on a trailing \
Comment 7 Markus Rothe (RETIRED) gentoo-dev 2005-04-27 00:30:25 UTC
Created attachment 57359 [details]
kbd-1.12-r4-output.txt

there are less errors, but it will still not compile..

(I'm now trying to compile -r4, as this is the latest version stable now)
Comment 8 Tim Yamin (RETIRED) gentoo-dev 2005-05-06 17:41:34 UTC
*** Bug 91723 has been marked as a duplicate of this bug. ***
Comment 9 Tim Yamin (RETIRED) gentoo-dev 2005-05-09 10:39:45 UTC
Fixed in CVS - please emerge sync and remerge headers; reopen bug if issue still persists. Thanks.