From owner-freebsd-ports@freebsd.org Sat Nov 3 18:14:22 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 25ECE10E0863 for ; Sat, 3 Nov 2018 18:14:22 +0000 (UTC) (envelope-from zeising+freebsd@daemonic.se) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B43078CB07 for ; Sat, 3 Nov 2018 18:14:21 +0000 (UTC) (envelope-from zeising+freebsd@daemonic.se) Received: by mailman.ysv.freebsd.org (Postfix) id 7642110E0860; Sat, 3 Nov 2018 18:14:21 +0000 (UTC) Delivered-To: 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 64F8910E085F for ; Sat, 3 Nov 2018 18:14:21 +0000 (UTC) (envelope-from zeising+freebsd@daemonic.se) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2607:f740:d:20::25]) (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 01AAF8CB05; Sat, 3 Nov 2018 18:14:20 +0000 (UTC) (envelope-from zeising+freebsd@daemonic.se) Received: from cid.daemonic.se (localhost [IPv6:::1]) by mail.daemonic.se (Postfix) with ESMTP id 42nRsl2cKjzDj2J; Sat, 3 Nov 2018 18:14:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=daemonic.se; h= content-transfer-encoding:content-language:content-type :content-type:in-reply-to:mime-version:user-agent:date:date :message-id:from:from:references:subject:subject:received :received; s=20151023; t=1541268859; bh=73FN73/JUGysQ1ymtNzgppFf qGfodkpaXUJcuR4A6KM=; b=QQgqmJMcVedqb9qcKXW9e4eQIrhMGRyJCd6fXNVh uMCbs56onHkq5pCEd/L/V3G6z7EfioglJpm+tpM2agqccNEVvMolzMUSEGgm9xAb DdleRtqDEVVqoc4RS+N1VzcmQZ7+l6CBm6ttigX3anq44AVTH+p1ZVOQKvECbpxG RB4= X-Virus-Scanned: amavisd-new at daemonic.se Received: from mail.daemonic.se ([127.0.0.1]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by cid.daemonic.se (mailscanner.daemonic.se [127.0.0.1]) (amavisd-new, port 10587) with ESMTPS id 2j3hfbt8upnn; Sat, 3 Nov 2018 18:14:19 +0000 (UTC) Received: from garnet.daemonic.se (unknown [IPv6:2001:470:dca9:201:9eda:3eff:fe70:24c0]) by mail.daemonic.se (Postfix) with ESMTPSA id 42nRsX4M7ZzDhFd; Sat, 3 Nov 2018 18:14:08 +0000 (UTC) Subject: Re: devel/llvm60 build failure in poudriere To: Miroslav Lachman <000.fbsd@quip.cz>, Dimitry Andric Cc: ports@freebsd.org References: <2c09b23e-50f2-019c-e420-f597c8ab8637@quip.cz> <89648619-7b91-1df8-16b9-d94dae4befd9@quip.cz> From: Niclas Zeising Message-ID: <9a2001c1-ec41-fbc4-2b2a-6057950a187f@daemonic.se> Date: Sat, 3 Nov 2018 19:14:08 +0100 User-Agent: Mutt/1.5.21 MIME-Version: 1.0 In-Reply-To: <89648619-7b91-1df8-16b9-d94dae4befd9@quip.cz> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable 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: Sat, 03 Nov 2018 18:14:22 -0000 On 11/2/18 12:39 PM, Miroslav Lachman wrote: > Dimitry Andric wrote on 2018/11/02 08:26: >> You should first check whether your ports tree is cleanly checked out, >> revert any local changes, and then try again.=C2=A0 If that fails too,= delete >> the ports tree, and check it out from scratch. >=20 > Update of ports/Mk fixed the problem with llvm60 but it breaks 40+ othe= r=20 > ports dependent on old xorgproto. It seems I cannot update just iridium= =20 > and firefox. >=20 xorgproto has replaced all the old *proto ports. You need to update=20 that part of the tree if you are updating bsd.xorg.mk. Remember,=20 howerver, that having different parts of the ports tree at different=20 versions is a recipe for disaster. Regards --=20 Niclas