Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jul 2017 02:45:26 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445044 - head/lang/dmd2
Message-ID:  <201707050245.v652jQd7048970@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Jul  5 02:45:25 2017
New Revision: 445044
URL: https://svnweb.freebsd.org/changeset/ports/445044

Log:
  Fixing stack corruption in DMD=../dmd/generated/freebsd/release/64/dmd
  due to inode64 on 12-CURRENT will take more than a trivial amount of time.

Modified:
  head/lang/dmd2/Makefile

Modified: head/lang/dmd2/Makefile
==============================================================================
--- head/lang/dmd2/Makefile	Wed Jul  5 01:50:51 2017	(r445043)
+++ head/lang/dmd2/Makefile	Wed Jul  5 02:45:25 2017	(r445044)
@@ -20,6 +20,7 @@ BROKEN_armv6=		dumps core: Assertion failed: (!signbit
 BROKEN_mips64=		fails to compile: cc1: unrecognized command line option -m32
 BROKEN_powerpc64=	fails to build: can't mangle function with unknown linkage (void*())
 BROKEN_sparc64=		fails to install: divide-by-zero error
+BROKEN_FreeBSD_12=	stack corruption in generated dmd tool caused by inode64 resulting in segfault
 NOT_FOR_ARCHS=		aarch64
 NOT_FOR_ARCHS_REASON=	no cpu specified, assuming X86
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707050245.v652jQd7048970>