Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 16:12:15 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r484107 - branches/2018Q4/lang/swift
Message-ID:  <201811041612.wA4GCFJ2009399@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  4 16:12:14 2018
New Revision: 484107
URL: https://svnweb.freebsd.org/changeset/ports/484107

Log:
  MFH: r484106
  
  Mark BROKEN: fails to build
  
  In file included from /wrkdirs/usr/ports/lang/swift/work/swift-3.1.1/swift/lib/SILGen/SILGenProfiling.cpp:13:
  In file included from /wrkdirs/usr/ports/lang/swift/work/swift-3.1.1/swift/lib/SILGen/SILGenProfiling.h:16:
  In file included from /wrkdirs/usr/ports/lang/swift/work/swift-3.1.1/llvm/include/llvm/ADT/DenseMap.h:17:
  In file included from /wrkdirs/usr/ports/lang/swift/work/swift-3.1.1/llvm/include/llvm/ADT/DenseMapInfo.h:17:
  In file included from /wrkdirs/usr/ports/lang/swift/work/swift-3.1.1/llvm/include/llvm/ADT/ArrayRef.h:13:
  In file included from /wrkdirs/usr/ports/lang/swift/work/swift-3.1.1/llvm/include/llvm/ADT/Hashing.h:48:
  In file included from /wrkdirs/usr/ports/lang/swift/work/swift-3.1.1/build/Ninja-ReleaseAssert+stdlib-Release/llvm-freebsd-x86_64/include/llvm/Support/DataTypes.h:33:
  In file included from /usr/include/c++/v1/cmath:305:
  In file included from /usr/include/c++/v1/math.h:309:
  /usr/include/c++/v1/type_traits:1366:38: error: incomplete type 'swift::Expr' used in type trait expression
      : public integral_constant<bool, __is_abstract(_Tp)> {};
                                       ^
  
  Reported by:	pkg-fallout

Modified:
  branches/2018Q4/lang/swift/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/lang/swift/Makefile
==============================================================================
--- branches/2018Q4/lang/swift/Makefile	Sun Nov  4 16:11:55 2018	(r484106)
+++ branches/2018Q4/lang/swift/Makefile	Sun Nov  4 16:12:14 2018	(r484107)
@@ -13,6 +13,8 @@ COMMENT=	Swift programing language
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/swift/LICENSE.txt
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	cmake:devel/cmake \
 		bash:shells/bash \
 		swig3.0:devel/swig30 \



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