From owner-freebsd-current@freebsd.org Sun Aug 26 12:05:33 2018 Return-Path: Delivered-To: freebsd-current@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 1E9171074761 for ; Sun, 26 Aug 2018 12:05:33 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.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 BFBF87DE6D for ; Sun, 26 Aug 2018 12:05:32 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 56CE721AE8; Sun, 26 Aug 2018 08:05:32 -0400 (EDT) Received: from web4 ([10.202.2.214]) by compute4.internal (MEProxy); Sun, 26 Aug 2018 08:05:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=l2iia9t2Z8FZDvWhMBZjfNRdw6lC9 PQieE7doT46X3s=; b=l2CItYdKj3Rh2nzxtNTq5NSg9zBx4uWVOcgf09y6kBvKi ecpYrbG4Y04EDFyIWYOJOL6MSbzAwRv5YSi8weZfw8alPFFGqrAGmy3YEmRAMra6 R5Z9q/q8zIG5GPaAk7iXRcHlypXotWEB8I+zJrn/p8bjSsl/uXZ/zXRfS/aVzZ7k gc+d7S4RzSXWnsvCR4mxY87ChSnHTmyGl2Vewf9imxiA7YfCkm6RWokZOxPe2XMj BHjLER4YGQHRFbQcMbVf4S8bQ7et/iOYlp+Sc0OVi7BT+DcHbhkf64PHRs53JBAZ VK53TFuts4yH3jhuXIYco/ysvWfMPB6ThkN+rhGBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=l2iia9 t2Z8FZDvWhMBZjfNRdw6lC9PQieE7doT46X3s=; b=JvcsN+GVsk76wAvGe2wLCw DpVxHG9mEdtBsJtKY96137BqMcMvO8af3K44Z8+2aHd7teAMeXZkP1yS62VzpaLP gJaWCW9oL2ucTZde3FY4DsSqEppElnnSU3yTRr8kxEtNSyL1bqHkxKon05RQGYYQ /ERoZMhSdKlA12Ng08OEYl5uvD1ZNeNkNj79ZCr0xOWkGojs3y1I2YuqVzmhOwOK +91lepwsULz7JnhToFxcx0azHivWz0HmNI3ZwjLirimtDBwCopVOe9myASEaSz09 FhA4ILhluGbwuplytPrDybDOF5fOJPGRpR0iasDPmGwU1O0Iput3vxx/CfppLW2Q == X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id A0FD0BA4CF; Sun, 26 Aug 2018 08:05:31 -0400 (EDT) Message-Id: <1535285131.1737567.1486488128.7A65F2EE@webmail.messagingengine.com> From: John To: Tomoaki AOKI , freebsd-current@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-7b72137a Subject: Re: x11/nvidia-driver no longer works under -current (r338323) References: <1535281625.1725665.1486454640.7CAD1BE5@webmail.messagingengine.com> <20180826210220.0aa918e00589c94b48e354df@dec.sakura.ne.jp> Date: Sun, 26 Aug 2018 13:05:31 +0100 In-Reply-To: <20180826210220.0aa918e00589c94b48e354df@dec.sakura.ne.jp> X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Aug 2018 12:05:33 -0000 Hi, On Sun, 26 Aug 2018, at 13:02, Tomoaki AOKI wrote: > Hi, John. > It's broken again by r338318. (Previously broken by r338107.) > > If your previous src rev is older, you could be bitten by these. > If so, update ports tree at latest rev and try the latest single patch > below [1]. The patch itself is [2], applicable on top of /usr/ports. > > [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230780 > [2] https://bz-attachments.freebsd.org/attachment.cgi?id=196559 awesome, thank you I'll try that and let you know how I get on. -- J.