Adam C Powell IV wrote: > Branden Robinson wrote: > >> The latest prerelease of 4.1.0 .debs is now available at the X Strike >> Force repository (see the URL in my .sig). >> > Great! I tried to build -0pre1v4 on ARM, but it failed; build log at > http://lyre.mit.edu/~powell/debs/xfree86_4.1.0-0pre1v4.log . I'll try > -0pre1v5, but it'll take a few hours. :-) That failed too, same error. Okay, isolated the problem. One-line patch attached for the relevant Imakefile. Are there any other PCI-based arches (HPPA)? If so, you'll need lines for those as well... It's building now with the patch put in as debian/patches/999_z_arm_pci.diff (you'll probably give it a different number, or merge it with another patch?), log-in-progress at http://lyre.mit.edu/~powell/debs/xfree86_4.1.0-0pre1v5b.log . I hope this works, we haven't had a working X server since 4.0.2! Zeen, -- -Adam P. GPG fingerprint: D54D 1AEE B11C CE9B A02B C5DD 526F 01E8 564E E4B6 Welcome to the best software in the world today cafe! <http://lyre.mit.edu/%7Epowell/The_Best_Stuff_In_The_World_Today_Cafe.ogg>
--- xc/programs/Xserver/hw/xfree86/os-support/bus/Imakefile~ Wed Jul 18 09:39:34 2001 +++ xc/programs/Xserver/hw/xfree86/os-support/bus/Imakefile Wed Jul 18 09:44:43 +2001 @@ -36,6 +36,7 @@ (defined(PpcArchitecture) || \ defined(MipsArchitecture) || \ defined(ia64Architecture) || \ + defined(Arm32Architecture) || \ defined(Mc68020Architecture)) XCOMM generic linux PCI driver (using /proc/bus/pci, requires kernel 2.2)