From mboxrd@z Thu Jan 1 00:00:00 1970 From: taylanbayirli@gmail.com (Taylan Ulrich =?utf-8?Q?Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer?=) Subject: Re: [PATCHES] Mupen64Plus Date: Thu, 12 Nov 2015 15:44:28 +0100 Message-ID: <8737wbtgz7.fsf@T420.taylan> References: <8737woawim.fsf@T420.taylan> <878u6bxegy.fsf@T420.taylan> <20151112144929.7732ef85@debian-netbook> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zwt72-0002c5-MB for guix-devel@gnu.org; Thu, 12 Nov 2015 09:44:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zwt71-0001e0-MS for guix-devel@gnu.org; Thu, 12 Nov 2015 09:44:32 -0500 Received: from mail-wm0-x22f.google.com ([2a00:1450:400c:c09::22f]:37310) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zwt71-0001ds-Ge for guix-devel@gnu.org; Thu, 12 Nov 2015 09:44:31 -0500 Received: by wmww144 with SMTP id w144so91536107wmw.0 for ; Thu, 12 Nov 2015 06:44:31 -0800 (PST) In-Reply-To: <20151112144929.7732ef85@debian-netbook> (Efraim Flashner's message of "Thu, 12 Nov 2015 14:49:29 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Efraim Flashner Cc: guix-devel@gnu.org Efraim Flashner 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 > ^ > 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 > ^ > 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