From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jan 27 17:12:49 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C40A340B for ; Tue, 27 Jan 2015 17:12:49 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 910F58ED for ; Tue, 27 Jan 2015 17:12:49 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t0RHCncw004735 for ; Tue, 27 Jan 2015 17:12:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197127] [mips] lang/ocaml has no local asm code for mips Date: Tue, 27 Jan 2015 17:12:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform bug_file_loc op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2015 17:12:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197127 Bug ID: 197127 Summary: [mips] lang/ocaml has no local asm code for mips Product: Ports & Packages Version: Latest Hardware: mips URL: http://dirty.ysv.freebsd.org/data/11mips32-11mips32/20 15-01-26_23h32m57s/logs/errors/ocaml-4.01.0_4.log OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: sbruno@FreeBSD.org CC: freebsd-mips@FreeBSD.org, michipili@gmail.com Flags: maintainer-feedback?(michipili@gmail.com) CC: michipili@gmail.com lang/ocaml should be restricted to broken on mips due to the lack of mips ASM for now. /nxb-bin/usr/bin/cc -O -pipe -G0 -fno-strict-aliasing -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_mips -DSYS_unknown -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -O -pipe -G0 -fno-strict-aliasing -c -o meta.o meta.c ln -s ../byterun/dynlink.c dynlink.c /nxb-bin/usr/bin/cc -O -pipe -G0 -fno-strict-aliasing -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_mips -DSYS_unknown -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -O -pipe -G0 -fno-strict-aliasing -c -o dynlink.o dynlink.c gmake[4]: *** No rule to make target 'mips.o', needed by 'libasmrun.a'. Stop. gmake[4]: Leaving directory '/wrkdirs/usr/ports/lang/ocaml/work/ocaml-4.01.0/asmrun' Makefile:621: recipe for target 'makeruntimeopt' failed gmake[3]: *** [makeruntimeopt] Error 2 gmake[3]: Leaving directory '/wrkdirs/usr/ports/lang/ocaml/work/ocaml-4.01.0' Makefile:240: recipe for target 'opt-core' failed gmake[2]: *** [opt-core] Error 2 gmake[2]: Leaving directory '/wrkdirs/usr/ports/lang/ocaml/work/ocaml-4.01.0' Makefile:129: recipe for target 'world.opt' failed gmake[1]: *** [world.opt] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/ocaml/work/ocaml-4.01.0' *** Error code 1 --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug.