From owner-freebsd-ports@freebsd.org Fri Nov 2 11:26:54 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0DEF10F2CE4 for ; Fri, 2 Nov 2018 11:26:54 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from smtp.burggraben.net (smtp.burggraben.net [IPv6:2a01:4f8:140:50a2::3:1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "ns.exwg.net", Issuer "Christoph Moench-Tegeder" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6028483D1A for ; Fri, 2 Nov 2018 11:26:54 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from localhost (localhost [127.0.0.1]) by smtp.burggraben.net (Postfix) with ESMTP id 6C6996002F9 for ; Fri, 2 Nov 2018 12:26:52 +0100 (CET) X-Spam-Scanned: by amavisd-new at exwg.net Received: from smtp.burggraben.net ([127.0.0.1]) by localhost (ns.burggraben.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nfMMFrzVkXFJ for ; Fri, 2 Nov 2018 12:26:42 +0100 (CET) Received: from elch.exwg.net (elch.exwg.net [IPv6:2001:470:7120:1:127b:44ff:fe4f:148d]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "elch.exwg.net", Issuer "Christoph Moench-Tegeder" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS for ; Fri, 2 Nov 2018 12:26:41 +0100 (CET) Received: by elch.exwg.net (Postfix, from userid 1000) id 75FB727382; Fri, 2 Nov 2018 12:26:41 +0100 (CET) Date: Fri, 2 Nov 2018 12:26:41 +0100 From: Christoph Moench-Tegeder To: freebsd-ports@freebsd.org Subject: Re: devel/llvm60 build failure in poudriere Message-ID: <20181102112641.GA54950@elch.exwg.net> References: <2c09b23e-50f2-019c-e420-f597c8ab8637@quip.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <2c09b23e-50f2-019c-e420-f597c8ab8637@quip.cz> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2018 11:26:54 -0000 ## Miroslav Lachman (000.fbsd@quip.cz): The whole thing looks phishy. > ===> Fetching all distfiles required by llvm60-6.0.1_3 for building > => SHA256 Checksum OK for llvm-6.0.1.src.tar.xz. > => SHA256 Checksum OK for cfe-6.0.1.src.tar.xz. Do you use non-default options? That list is much longer here, like ===> Fetching all distfiles required by llvm60-6.0.1_3 for building => SHA256 Checksum OK for llvm-6.0.1.src.tar.xz. => SHA256 Checksum OK for cfe-6.0.1.src.tar.xz. => SHA256 Checksum OK for compiler-rt-6.0.1.src.tar.xz. => SHA256 Checksum OK for clang-tools-extra-6.0.1.src.tar.xz. => SHA256 Checksum OK for lld-6.0.1.src.tar.xz. => SHA256 Checksum OK for lldb-6.0.1.src.tar.xz. => SHA256 Checksum OK for openmp-6.0.1.src.tar.xz. =========================================================================== > =================================================== > ===> Patching for llvm60-6.0.1_3 > ===> Applying extra patch /usr/ports/devel/llvm60/files/clang And that's strange as files/clang is a directory. > OS on the host is 11.2 amd64, building jail is 10.4 amd64 Ah. 10.4 went EOL on November 1st. Are you sure the older "patch" from that FreeBSD can handle the patches imported a week ago? You could try adding "gpatch:devel/patch" as PATCH_DEPENDS and setting "PATCH=${LOCALBASE}/bin/gpatch" (see math/mpfr for an example). Regards, Christoph -- Spare Space