[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCHES] Mupen64Plus
From: |
Taylan Ulrich Bayırlı/Kammer |
Subject: |
Re: [PATCHES] Mupen64Plus |
Date: |
Thu, 12 Nov 2015 15:44:28 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Efraim Flashner <address@hidden> writes:
> On hydra Mupen64plus-core fails to build on arm and mips.
>
> Mips failure message:
> starting phase `build'
> Makefile:127: *** CPU type "mips64" not supported. Please file bug report at
> 'http://code.google.com/p/mupen64plus/issues'. Stop.
> phase `build' failed after 0.3 seconds
>
> Arm failure message:
> starting phase `build'
> Makefile:116: Architecture "armv7l" not officially supported.'
> CC _obj/ai/ai_controller.o
> CC _obj/api/callbacks.o
> In file included from
> /gnu/store/q2c0kdp9rwzhhx0zksigzbpr84mfn36s-glibc-2.22/include/features.h:389:0,
> from
> /gnu/store/q2c0kdp9rwzhhx0zksigzbpr84mfn36s-glibc-2.22/include/stdint.h:25,
> from
> /gnu/store/bsl8g0m37wrarikagwp2rrbah8bn9xkc-gcc-4.9.3-lib/lib/gcc/arm-unknown-linux-gnueabihf/4.9.3/include/stdint.h:9,
> from ../../src/ai/ai_controller.h:26,
> from ../../src/ai/ai_controller.c:22:
> /gnu/store/q2c0kdp9rwzhhx0zksigzbpr84mfn36s-glibc-2.22/include/gnu/stubs.h:7:29:
> fatal error: gnu/stubs-soft.h: No such file or directory
> # include <gnu/stubs-soft.h>
> ^
> compilation terminated.
> Makefile:666: recipe for target '_obj/ai/ai_controller.o' failed
> make: *** [_obj/ai/ai_controller.o] Error 1
> make: *** Waiting for unfinished jobs....
> In file included from
> /gnu/store/q2c0kdp9rwzhhx0zksigzbpr84mfn36s-glibc-2.22/include/features.h:389:0,
> from
> /gnu/store/q2c0kdp9rwzhhx0zksigzbpr84mfn36s-glibc-2.22/include/stdio.h:27,
> from ../../src/api/callbacks.c:27:
> /gnu/store/q2c0kdp9rwzhhx0zksigzbpr84mfn36s-glibc-2.22/include/gnu/stubs.h:7:29:
> fatal error: gnu/stubs-soft.h: No such file or directory
> # include <gnu/stubs-soft.h>
> ^
> compilation terminated.
> Makefile:666: recipe for target '_obj/api/callbacks.o' failed
> make: *** [_obj/api/callbacks.o] Error 1
> make: *** wait: No child processes. Stop.
> phase `build' failed after 1.2 seconds
Aw, that's a shame. Thanks for notifying. (And maybe I should make a
habit of checking Hydra after pushing suspect packages. It's no wonder
a Nintendo emulator isn't very portable.)
I don't have any ARM machine on which I could investigate this issue,
so for now I'll just mark Mupen as only for i686 and x86_64.
Taylan