From nobody Sat May 29 10:34:12 2021 X-Original-To: current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 3BC9FD7B24E for ; Sat, 29 May 2021 10:35:42 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FsdHf0kF1z4dXM for ; Sat, 29 May 2021 10:35:41 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2020.home.selasky.org (unknown [178.17.145.105]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id A9152260102; Sat, 29 May 2021 12:35:33 +0200 (CEST) Subject: Re: Problem compiling world To: filippomore@yahoo.com, FreeBSD Current References: <1156078884.1465271.1622276741796.ref@mail.yahoo.com> <1156078884.1465271.1622276741796@mail.yahoo.com> From: Hans Petter Selasky Message-ID: Date: Sat, 29 May 2021 12:34:12 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 In-Reply-To: <1156078884.1465271.1622276741796@mail.yahoo.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4FsdHf0kF1z4dXM X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On 5/29/21 10:25 AM, Filippo Moretti via current wrote: > I have the following error while compiling world:--- linux_genalloc.o ---In file included from /usr/local/sys/modules/drm-current-kmod/linuxkpi/gplv2/src /linux_genalloc.c:35:In file included from /usr/src/sys/compat/linuxkpi/common/include/linux/interrup t.h:35:In file included from /usr/local/sys/modules/drm-current-kmod/linuxkpi/gplv2/inc lude/linux/device.h:4:In file included from /usr/src/sys/compat/linuxkpi/common/include/linux/device.h :36:In file included from /usr/src/sys/compat/linuxkpi/common/include/linux/kobject. h:36:/usr/local/sys/modules/drm-current-kmod/linuxkpi/gplv2/include/linux/kernel.h:12 :10: fatal error: 'linux/kconfig.h' file not found#include ^~~~~~~~~~~~~~~~~--- linux_compat.o ---1 error generated.*** [linux_compat.o] Error code 1make[4]: stopped in /usr/local/sys/modules/drm-current-kmod/linuxkpimake[1]: stopped in /usr/srcmake: stopped in /usr/src[root@sting /usr/src]# > > > > > FreeBSD sting 14.0-CURRENT FreeBSD 14.0-CURRENT #38 main-n246776-f17a5900850: Thu May 20 20:40:36 CEST 2021 root@sting:/usr/obj/usr/src/amd64.amd64/sys/STING amd64 The error is repeatable and make cleandir did not solve the problem.Filippo > Hi, Are you using the latest version of the drm-current-kmod from ports? --HPS