From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 22 19:05:04 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 74A95784 for ; Wed, 22 Apr 2015 19:05:04 +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 56C9B179D for ; Wed, 22 Apr 2015 19:05:04 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3MJ54Eo047934 for ; Wed, 22 Apr 2015 19:05:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 199623] lang/mlton missing RUN_DEPENDS for gcc47 Date: Wed, 22 Apr 2015 19:05:04 +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 Only Me X-Bugzilla-Who: brooks@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 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.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2015 19:05:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199623 Bug ID: 199623 Summary: lang/mlton missing RUN_DEPENDS for gcc47 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: brooks@FreeBSD.org CC: beyert@cs.ucr.edu Flags: maintainer-feedback?(beyert@cs.ucr.edu) CC: beyert@cs.ucr.edu The current package for 10.1-amd64 uses gcc47 at runtime, but does not depend on it. Example successful build after install gcc47 package: MLton 20100608 (built Wed Aug 20 23:44:59 UTC 2014 on 10amd64-default-job-01) MLton starting Compile SML starting pre codegen starting pre codegen finished in 42.05 + 16.71 (28% GC) amd64 code gen starting amd64 code gen finished in 97.93 + 14.95 (13% GC) Compile SML finished in 139.98 + 31.66 (18% GC) Compile and Assemble starting gcc47 -std=gnu99 -c -I/usr/local/lib/mlton/targets/self/include \ -I/usr/local/lib/mlton/include -O1 -fno-common -fno-strict-aliasing \ -fomit-frame-pointer -w -m64 -I/usr/local/include -o \ /tmp/fileX2jhBP.o /tmp/fileyWRtDs.13.c gcc47 -c -m64 -o /tmp/file59kEO8.o /tmp/fileUXL5yl.12.s gcc47 -c -m64 -o /tmp/file7PArD4.o /tmp/filekwi0rg.11.s gcc47 -c -m64 -o /tmp/filewvgKk0.o /tmp/fileNxZJea.10.s gcc47 -c -m64 -o /tmp/filef1paLo.o /tmp/fileMpnhKl.9.s gcc47 -c -m64 -o /tmp/fileFQS00N.o /tmp/filexRsUNL.8.s gcc47 -c -m64 -o /tmp/filehJpXa6.o /tmp/filebMM2uL.7.s gcc47 -c -m64 -o /tmp/fileP6ffb5.o /tmp/filegPcCCh.6.s gcc47 -c -m64 -o /tmp/fileaxVOju.o /tmp/file8z5ou9.5.s gcc47 -c -m64 -o /tmp/fileFGbAxw.o /tmp/fileh1MWWg.4.s gcc47 -c -m64 -o /tmp/files21e5H.o /tmp/filevRyAoY.3.s gcc47 -c -m64 -o /tmp/fileblq4Bk.o /tmp/file89dfec.2.s gcc47 -c -m64 -o /tmp/filegSEWZf.o /tmp/fileFK3rBB.1.s gcc47 -c -m64 -o /tmp/fileAx5QDt.o /tmp/fileZPhCzU.0.s Compile and Assemble finished in 6.41 + 0.00 (0% GC) Link starting gcc47 -o l3mips-cheri128 /tmp/fileX2jhBP.o /tmp/file59kEO8.o \ /tmp/file7PArD4.o /tmp/filewvgKk0.o /tmp/filef1paLo.o \ /tmp/fileFQS00N.o /tmp/filehJpXa6.o /tmp/fileP6ffb5.o \ /tmp/fileaxVOju.o /tmp/fileFGbAxw.o /tmp/files21e5H.o \ /tmp/fileblq4Bk.o /tmp/filegSEWZf.o /tmp/fileAx5QDt.o \ -L/usr/local/lib/mlton/targets/self -lmlton -lgdtoa -lm -lgmp -m64 \ -L/usr/local/lib/ Link finished in 0.14 + 0.00 (0% GC) MLton finished in 148.03 + 31.68 (18% GC) -- You are receiving this mail because: You are the assignee for the bug.