From owner-freebsd-current@freebsd.org Sat Oct 3 08:36:33 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9778D3FF8BD for ; Sat, 3 Oct 2020 08:36:33 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C3Kw068SZz42Ks for ; Sat, 3 Oct 2020 08:36:32 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from amy.home (lfbn-idf2-1-288-247.w82-123.abo.wanadoo.fr [82.123.126.247]) by mx.blih.net (OpenSMTPD) with ESMTPSA id b3cde687 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 3 Oct 2020 08:36:30 +0000 (UTC) Date: Sat, 3 Oct 2020 10:36:30 +0200 From: Emmanuel Vadot To: Patrick McMunn Cc: freebsd-current@freebsd.org Subject: Re: Build failure Message-Id: <20201003103630.b93bcef3cf5ea163cbd4b03d@bidouilliste.com> In-Reply-To: References: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd13.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4C3Kw068SZz42Ks X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.38 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[bidouilliste.com:s=mx]; FREEFALL_USER(0.00)[manu]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx:c]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; NEURAL_HAM_LONG(-1.03)[-1.028]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[bidouilliste.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[bidouilliste.com,none]; NEURAL_HAM_SHORT(-0.83)[-0.826]; NEURAL_HAM_MEDIUM(-1.03)[-1.030]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Sat, 03 Oct 2020 08:36:33 -0000 On Fri, 2 Oct 2020 19:53:44 -0500 Patrick McMunn wrote: > I update the sources today and ran "make -j24 buildworld buildkernel > KERNCONF=GENERIC-NODEBUG", and the build failed. I made sure to "make > clean" and "make cleanworld" and try again, and I got the same result. > > -- > Patrick McMunn > > - Learn more about the Catholic Faith: http://www.catholic.com/ > - Pray with the Church: http://www.universalis.com/ Hi, You need to update your ports tree. the drm-current-kmod ports install it's sources so the module will be rebuilt when you build a kernel. This works as long as no changes in base need changes in those sources too. If there is needed changes in drm-kmod sources this unfortunatelly fails to compile, not much we can do here. Cheers, -- Emmanuel Vadot