Date: Wed, 22 Apr 2015 19:05:04 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 199623] lang/mlton missing RUN_DEPENDS for gcc47 Message-ID: <bug-199623-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199623-13>