From nobody Tue Dec 19 21:20:30 2023 X-Original-To: dev-commits-ports-all@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 4SvqNc3yRGz54xwt; Tue, 19 Dec 2023 21:20:32 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from mailer.gwdg.de (mailer.gwdg.de [134.76.10.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4SvqNc22MXz4SbL; Tue, 19 Dec 2023 21:20:32 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Authentication-Results: mx1.freebsd.org; none Received: from mbx19-gwd-03.um.gwdg.de ([10.108.142.56] helo=email.gwdg.de) by mailer.gwdg.de with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (GWDG Mailer) (envelope-from ) id 1rFhVu-0003xd-2F; Tue, 19 Dec 2023 22:20:31 +0100 Received: from [192.168.178.23] (10.250.9.199) by MBX19-GWD-03.um.gwdg.de (10.108.142.56) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.2.1258.28; Tue, 19 Dec 2023 22:20:30 +0100 Message-ID: <54ef94fd-9cf2-46b2-9cfd-df25a491f897@gwdg.de> Date: Tue, 19 Dec 2023 22:20:30 +0100 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: git: 9adb7c18c470 - main - sysutils/slurm-wlm: upgrade to 23.11.1 Content-Language: en-US To: Dima Panov References: <202312182127.3BILR2Pk007195@gitrepo.freebsd.org> <1e689317-66a2-47b8-86a3-ff551c549536@FreeBSD.org> CC: , , Reply-To: Rainer Hurling From: Rainer Hurling In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.250.9.199] X-ClientProxiedBy: excmbx-11.um.gwdg.de (134.76.9.220) To MBX19-GWD-03.um.gwdg.de (10.108.142.56) X-Spam-Level: - X-Virus-Scanned: (clean) by clamav 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:207592, ipnet:134.76.0.0/16, country:DE] X-Spamd-Bar: ---- X-Rspamd-Queue-Id: 4SvqNc22MXz4SbL Am 19.12.23 um 22:07 schrieb Dima Panov: > > > On 19.12.2023 21:10, Thierry Thomas wrote: >> Le mar. 19 déc. 23 à 15:36:03 +0100, Dima Panov >>   écrivait : >> >>> Moin-moin! >> >> Hello Dima, >> >>> [skip] >>> It fail to build on 15/aarch64 :( >>> >>> curr_dir=/wrkdirs/usr/ports/sysutils/slurm-wlm/work/slurm-23.11.1/src/sacctmgr; cd /wrkdirs/usr/ports/sysutils/slurm-wlm/work/slurm-23.11.1/src/sacctmgr; /usr/bin/ld -r -m elf_aarch64 -o "/wrkdirs/usr/ports/sysutils/slurm-wlm/work/slurm-23.11.1/src/sacctmgr/usage.bino" -z noexecstack --format=binary "usage.txt"; cd $curr_dir >>> mv -f .deps/problem_functions.Tpo .deps/problem_functions.Po >>> mv -f .deps/tres_function.Tpo .deps/tres_function.Po >>> ld: error: unknown emulation: elf_aarch64 >>> objcopy --rename-section >>> .data=.rodata,alloc,load,readonly,data,contents "usage.bino" >>> gmake[6]: Entering directory >>> '/wrkdirs/usr/ports/sysutils/slurm-wlm/work/slurm-23.11.1/src/api' >>> objcopy: open usage.bino failed: No such file or directory >>> gmake[4]: *** [Makefile:957: usage.bino] Error 1 >>> gmake[4]: *** Waiting for unfinished jobs.... >> >> Are you running -CURRENT with clang-17 or just before with 16.0.6? > > FreeBSD 15.0-CURRENT #0 main-c711af7727: Sat Dec  9 01:13:58 MSK 2023 > > % clang --version > FreeBSD clang version 17.0.6 (https://github.com/llvm/llvm-project.git > llvmorg-17.0.6-0-g6009708b4367) > Target: aarch64-unknown-freebsd15.0 > Thread model: posix > InstalledDir: /usr/bin > > > I can try to build it with ports' llvm16 version of clang/ld/everything > Hi Dima, For me it was not necessary to switch to another compiler than the base llvm17. But, as for most versions of slurm-wlm before, it was necessary to deinstall the old version before I was able to build the new one. I am on 15.0-CURRENT 150007 amd64. HTH, Rainer