From nobody Sun Dec 24 13:22:31 2023 X-Original-To: freebsd-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 4SyhYC6TYXz54c1b for ; Sun, 24 Dec 2023 13:22:55 +0000 (UTC) (envelope-from vladimir@kondratyev.su) Received: from corp.infotel.ru (corp.infotel.ru [195.170.219.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4SyhYC1hzyz3dZD; Sun, 24 Dec 2023 13:22:54 +0000 (UTC) (envelope-from vladimir@kondratyev.su) Authentication-Results: mx1.freebsd.org; none Received: from corp (corp.infotel.ru [195.170.219.3]) by corp.infotel.ru (Postfix) with ESMTP id 41C4A48D7CC; Sun, 24 Dec 2023 16:22:52 +0300 (MSK) X-Virus-Scanned: amavisd-new at corp.infotel.ru Received: from corp.infotel.ru ([195.170.219.3]) by corp (corp.infotel.ru [195.170.219.3]) (amavisd-new, port 10024) with ESMTP id WDRlyBWJ8aUm; Sun, 24 Dec 2023 16:22:47 +0300 (MSK) Received: from mail.cicgroup.ru (unknown [195.170.219.74]) by corp.infotel.ru (Postfix) with ESMTP id F062F48D9B8; Sun, 24 Dec 2023 16:22:46 +0300 (MSK) Received: from mail.cicgroup.ru (localhost [127.0.0.1]) by mail.cicgroup.ru (Postfix) with ESMTP id B47C042211F; Sun, 24 Dec 2023 16:22:42 +0300 (MSK) Received: from mail.cicgroup.ru ([127.0.0.1]) by mail.cicgroup.ru (mail.cicgroup.ru [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 1ujNx1jJKMex; Sun, 24 Dec 2023 16:22:35 +0300 (MSK) Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail.cicgroup.ru (Postfix) with ESMTPA id DD59842211C; Sun, 24 Dec 2023 16:22:35 +0300 (MSK) Message-ID: <94ce5e46-36aa-4479-9f98-59471bc36b63@kondratyev.su> Date: Sun, 24 Dec 2023 16:22:31 +0300 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 User-Agent: Mozilla Thunderbird Subject: Re: Problem building kernel To: tuexen@freebsd.org Cc: freebsd-current@freebsd.org References: <85D0FE30-E9D0-4758-9D93-8BCD5DE321C3@freebsd.org> <1e0697b2-c1cf-4b63-91f5-f6a5a4853f48@kondratyev.su> <4E6D563C-7975-4C7E-9D68-967F79B3E617@freebsd.org> Content-Language: en-US From: Vladimir Kondratyev In-Reply-To: <4E6D563C-7975-4C7E-9D68-967F79B3E617@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:8299, ipnet:195.170.192.0/19, country:RU] X-Spamd-Bar: ---- X-Rspamd-Queue-Id: 4SyhYC1hzyz3dZD On 24.12.2023 15:47, tuexen@freebsd.org wrote: >> On Dec 24, 2023, at 12:27, Vladimir Kondratyev wrote: >> >> On 24.12.2023 14:18, tuexen@freebsd.org wrote: >>> Dear all, >>> I just tried to build world and kernel on a 64-bit PPC system. >>> make -j 32 buildworld >>> ran without problems. >>> However >>> make kernel KERNCONF=GENERIC >>> breaks with >>> .. >>> --- all_subdir_accf_data --- >>> --- accf_data.kld --- >>> ld -m elf32ppc_fbsd -warn-common --build-id=sha1 --no-toc-optimize -r -o accf_data.kld accf_data.o >>> --- all_subdir_acl_nfs4 --- >>> --- offset.inc --- >>> sh /usr/home/tuexen/freebsd-src/sys/kern/genoffset.sh genoffset.o > offset.inc >>> --- all_subdir_accf_data --- >>> ld: error: accf_data.o is incompatible with elf32ppc_fbsd >>> *** [accf_data.kld] Error code 1 >>> make[4]: stopped in /usr/home/tuexen/freebsd-src/sys/modules/accf_data >>> 5.79 real 22.37 user 15.35 sys >>> make[1]: stopped in /usr/home/tuexen/freebsd-src >>> make: stopped in /usr/home/tuexen/freebsd-src >>> tuexen@blackbird: >>> Any idea what is going wrong? >>> Best regards >>> Michael >> Latest LKPI changes broke 32 bit archs and powerpc. >> >> I am going to fix them. Sorry for breakage. > No problem. If you want me to test a fix, drop me an e-mail. > > Best regards > Michael Hopefully it is fixed now. -- WBR Vladimir Kondratyev