Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 145595 - initng-0.6.7 fails with "Unsupported Architecture!" in inotify-syscalls.h
Summary: initng-0.6.7 fails with "Unsupported Architecture!" in inotify-syscalls.h
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL: http://www.initng.org/ticket/742
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-30 06:32 UTC by Nathan Sullivan
Modified: 2006-08-30 19:22 UTC (History)
0 users

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


Attachments
initng-0.6.7 ebuild patch (initng-0.6.7_inotify_ebuild.patch,678 bytes, patch)
2006-08-30 06:34 UTC, Nathan Sullivan
Details | Diff
initng-inotify-powerpc.patch (initng-inotify-powerpc.patch,579 bytes, patch)
2006-08-30 06:34 UTC, Nathan Sullivan
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Sullivan 2006-08-30 06:32:49 UTC
fails due to __ppc__ being renamed to __powerpc__ in recent kernels/headers. patches to come...
Comment 1 Nathan Sullivan 2006-08-30 06:34:07 UTC
Created attachment 95476 [details, diff]
initng-0.6.7 ebuild patch

Ebuild Patch For initng_inotify_powerpc.patch
Comment 2 Nathan Sullivan 2006-08-30 06:34:52 UTC
Created attachment 95477 [details, diff]
initng-inotify-powerpc.patch

Patch to use __ppc__ or __powerpc__
Comment 3 Nathan Sullivan 2006-08-30 06:38:54 UTC
Spanky, if you end up dealing with this one, might be worth checking out the -9999 ebuild, to check if its worth epatching for that too. Maybe even lodge upstream if necessary?
Comment 4 SpanKY gentoo-dev 2006-08-30 07:05:51 UTC
__ppc__ is never correct

__powerpc__ is set up by the compiler
Comment 5 Nathan Sullivan 2006-08-30 15:06:22 UTC
np, care to mod the patch and commit to just use __powerpc__ ? i actually built my test using just __powerpc__ here...
Comment 6 SpanKY gentoo-dev 2006-08-30 19:22:26 UTC
ive fixed this in our 0.6.7 ebuild and submitted a bug upstream