From owner-freebsd-current@freebsd.org Thu Jul 18 12:36:47 2019 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 43637A7F26 for ; Thu, 18 Jul 2019 12:36:47 +0000 (UTC) (envelope-from Krasznai.Andras@mands.hu) Received: from mail2.mands.hu (mail2.mands.hu [93.189.114.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.mands.hu", Issuer "e-Szigno SSL CA 2014" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id DFA18881FE for ; Thu, 18 Jul 2019 12:36:45 +0000 (UTC) (envelope-from Krasznai.Andras@mands.hu) From: =?iso-8859-1?Q?M=26S_-_Krasznai_Andr=E1s?= To: "freebsd-current@freebsd.org" Subject: undefined symbol: random_source_register during kernel compilation Thread-Topic: undefined symbol: random_source_register during kernel compilation Thread-Index: AQHVPWNVH9T9TPn6IEOBhfJPBHRNtA== Date: Thu, 18 Jul 2019 12:21:32 +0000 Message-ID: <1563452492662.7098@mands.hu> Accept-Language: en-US, hu-HU Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [192.168.6.59] MIME-Version: 1.0 X-Rspamd-Queue-Id: DFA18881FE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of Krasznai.Andras@mands.hu designates 93.189.114.146 as permitted sender) smtp.mailfrom=Krasznai.Andras@mands.hu X-Spamd-Result: default: False [-2.19 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.78)[-0.784,0]; HAS_XOIP(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+a]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; DMARC_NA(0.00)[mands.hu]; NEURAL_HAM_LONG(-1.00)[-0.995,0]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE(0.00)[country: HU(0.02)]; MX_GOOD(-0.01)[mail2.mands.hu]; NEURAL_HAM_SHORT(-0.10)[-0.100,0]; RCVD_IN_DNSWL_NONE(0.00)[146.114.189.93.list.dnswl.org : 127.0.10.0]; TO_DN_EQ_ADDR_ALL(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+]; ASN(0.00)[asn:47116, ipnet:93.189.112.0/21, country:HU]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 18 Jul 2019 12:36:47 -0000 Hi I have been trying to compile a freebsd-current kernel since the 16th of Ju= ly, and keep getting the following error during "make buildkernel": Building /usr/obj/usr/src/amd64.amd64/sys/G13NEW/kernel.full linking kernel.full ld: error: undefined symbol: random_source_register >>> referenced by ivy.c:108 (/usr/src/sys/dev/random/ivy.c:108) >>> ivy.o:(rdrand_modevent) ld: error: undefined symbol: random_source_deregister >>> referenced by ivy.c:115 (/usr/src/sys/dev/random/ivy.c:115) >>> ivy.o:(rdrand_modevent) ld: error: undefined symbol: random_source_register >>> referenced by nehemiah.c:124 (/usr/src/sys/dev/random/nehemiah.c:124) >>> nehemiah.o:(nehemiah_modevent) ld: error: undefined symbol: random_source_deregister >>> referenced by nehemiah.c:133 (/usr/src/sys/dev/random/nehemiah.c:133) >>> nehemiah.o:(nehemiah_modevent) *** Error code 1 Stop. make[2]: stopped in /usr/obj/usr/src/amd64.amd64/sys/G13NEW .ERROR_TARGET=3D'kernel.full' .ERROR_META_FILE=3D'/usr/obj/usr/src/amd64.amd64/sys/G13NEW/kernel.full.met= a' .MAKE.LEVEL=3D'2' MAKEFILE=3D'' .MAKE.MODE=3D'meta missing-filemon=3Dyes missing-meta=3Dyes silent=3Dyes ve= rbose curdirOk=3D yes' I deleted and resynchronized the source tree and emptied the /usr/obj direc= tory, but it did not help. How could I get kernel compilation work again? I would like to say that the= make.conf, src.conf files as well as my kernel configuration file was not = changed since a couple of months (since I installed freebsd-current). rgds ?