From owner-freebsd-current@freebsd.org Fri Sep 4 18:27:56 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 19A8D3CB708 for ; Fri, 4 Sep 2020 18:27:56 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BjmPl6xWfz4QNJ for ; Fri, 4 Sep 2020 18:27:55 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from [127.0.0.1] (unknown [127.0.1.132]) by freefall.freebsd.org (Postfix) with ESMTP id A10C917EDB for ; Fri, 4 Sep 2020 18:27:55 +0000 (UTC) (envelope-from rm@FreeBSD.org) To: FreeBSD Current From: Ruslan Makhmatkhanov Subject: openzfs related kernel install fails (r365296) Message-ID: Date: Fri, 4 Sep 2020 21:27:54 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1599244076; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=uCXXDJLnGYShxTqVdvxYZLxYVf5a1gMswGZj38CTjfA=; b=UY0ESdCr1L7kI+lPUDz0m8VjqR5/beue31Rp+qBqqhD2NLo9Cr+Fot/ZdFvVKx1mPQhMWt FIIeawfFXcUBTnJoBJ0CTAmGaNLoxF7pjDjDJFbX2A+uCavqRDqbG0CObMx/OI698MWHHc wu6YmnKJbqUI88pSlnIwRLVDmVZnmoqJvlbGaeZ5Eiz5kEu7vbBSis5rOOpTXGG07BQdc4 EINieoAY98pd/6unmETBR6L3pq1AZaHn4FDcoSTk7g3rgRGFVLudCAp091zzRCciap1ZDp fJy4XnfiAXbASlvGssnAeYjJ82nTVZdMGMhaOJU1VXzW+dfzrMrPwQPbYjy+0g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1599244076; a=rsa-sha256; cv=none; b=nu2V8VBclvrROJD8GfPRwCMz+8AufMOjI69LwimfHj4zxo9GVmeIk2M3xasaL6p5t5k34q hNJWDJ4/15A3lZR1FXPdxTN+ihyTZxufo7C6f7OSJL3uI23AN9k+3cmKKgyxaYobX6C+Yd RF772NRSqZinBEt4OvKjubxel8sHHGXuvyMC3aAlvnemzCW2Bgx+4t6i0Dp/yQXQYOPY6z L7eGsfEFk4bf+6i2Wg+3q3aNca+eFLF3Qv0ECd94U8J1n6tBYqGvFNZpnP661AJMoU+ihS jHya3hrixJTzZHX8cCmRDp4YN2E9hGmJGiqYs9peP9EkoMZCL9uOfFha8KP1nA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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: Fri, 04 Sep 2020 18:27:56 -0000 Hello, tried to make world and kernel from r365296. Kernel fails at install stage in zfs module: ===> zfs (install) install -T release -o root -g wheel -m 555 zfs.ko /boot/kernel/ install -T dbg -o root -g wheel -m 555 zfs.ko.debug /usr/lib/debug/boot/kernel/ install: /usr/lib/debug/boot/kernel/: No such file or directory *** Error code 71 Stop. make[4]: stopped in /mnt/hdd/src/sys/modules/zfs *** Error code 1 *** Error code 1 Stop. make[2]: stopped in /mnt/hdd/obj/mnt/hdd/src/amd64.amd64/sys/Z1 *** Error code 1 Stop. make[1]: stopped in /mnt/hdd/src It seems `nomakeoptions DEBUG' in my kernel configuration is culprit. Worked fine before. Is there options to fix that besides enabling DEBUG? -- Regards, Ruslan T.O.S. Of Reality