From nobody Sat Feb 26 16:42:39 2022 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 3E31719D0E25 for ; Sat, 26 Feb 2022 16:43:12 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) (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 4K5XWg3156z3Qqq for ; Sat, 26 Feb 2022 16:43:11 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from excmbx-03.um.gwdg.de ([134.76.9.218] helo=email.gwdg.de) by mailer.gwdg.de with esmtp (GWDG Mailer) (envelope-from ) id 1nO09v-000UqY-VX; Sat, 26 Feb 2022 17:43:03 +0100 Received: from [192.168.2.104] (10.250.9.199) by EXCMBX-03.um.gwdg.de (134.76.9.218) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P521) id 15.1.2375.18; Sat, 26 Feb 2022 17:43:03 +0100 Message-ID: <2ac89863-c9b1-6572-d44c-317b5e839e44@gwdg.de> Date: Sat, 26 Feb 2022 17:42:39 +0100 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/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 Subject: Re: Build faulure of editors/libreoffice only on src main (stable/13 is OK) Content-Language: en-US To: Tomoaki AOKI CC: "freebsd-current@freebsd.org" References: <20220226210412.f3599f415923a0b369c248bb@dec.sakura.ne.jp> <20220226221408.6717d4517fdafe15dfad2f20@dec.sakura.ne.jp> Reply-To: Rainer Hurling From: Rainer Hurling In-Reply-To: <20220226221408.6717d4517fdafe15dfad2f20@dec.sakura.ne.jp> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.250.9.199] X-ClientProxiedBy: excmbx-16.um.gwdg.de (134.76.9.227) To EXCMBX-03.um.gwdg.de (134.76.9.218) X-Virus-Scanned: (clean) by clamav X-Rspamd-Queue-Id: 4K5XWg3156z3Qqq X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of rhurlin@gwdg.de designates 134.76.10.18 as permitted sender) smtp.mailfrom=rhurlin@gwdg.de X-Spamd-Result: default: False [-2.49 / 15.00]; HAS_REPLYTO(0.00)[rhurlin@FreeBSD.org]; TO_DN_EQ_ADDR_SOME(0.00)[]; HAS_XOIP(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:134.76.10.0/23]; REPLYTO_DN_EQ_FROM_DN(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; RCVD_IN_DNSWL_MED(-0.20)[134.76.10.18:from]; RCPT_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:680, ipnet:134.76.0.0/16, country:DE]; RCVD_TLS_LAST(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FREEFALL_USER(0.00)[rhurlin]; FROM_HAS_DN(0.00)[]; NEURAL_SPAM_SHORT(0.01)[0.007]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; REPLYTO_DOM_NEQ_FROM_DOM(0.00)[]; DMARC_NA(0.00)[gwdg.de]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MLMMJ_DEST(0.00)[freebsd-current] X-ThisMailContainsUnwantedMimeParts: N Am 26.02.22 um 14:14 schrieb Tomoaki AOKI: > Thanks. > But unfortunately, as I've described at Comment 21 [2] of Bug 262008, > setting kern.elf64.aslr.enable=0 didn't help. > As I'm building on amd64 and not built for compat32, I've not touched > kern.elf32.aslr.enable. > And as these are regular writable sysctl (and also are tunables, too), > setting these in /boot/loader.conf and reboot before build is not > tested. I just tried building _after a reboot_ whith kern.elf64.aslr.enable=0 on recent CURRENT and it doesn't work for me. 14.0-CURRENT #0 main-n253393-2bfdc1ee9b1 amd64 Best wishes, Rainer > Should I set more sysctl's? I thought setting above actually disable > all aslr related features (for 64bit), regardless its 1 ro 0. > > Error messages (with "MAKE_JOBS_UNSAFE=yes") and backtraces are > described at Comment 20 [3]. > > [2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262008#c21 > > [3] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262008#c20 > > > On Sat, 26 Feb 2022 13:29:26 +0100 > Michael Gmelin wrote: > >> Maybe it’s related to ASLR? (or is it also enabled in 13/stable?) >> >>> On 26. Feb 2022, at 13:05, Tomoaki AOKI wrote: >>> >>> 〓(Re-sent as not yet delivered in more than 5 hours) >>> >>> Hi. >>> >>> I have a build failure of editors/libreoffice on src main, amd64. >>> As I've reported on Bug 262008 [1], problems on stable/13 is already >>> fixed, but still fails on main with different faulure mode. >>> >>> A tool gengal.bin, built within whole libreoffice build, coredumps but >>> it went OK on stable/13. >>> >>> Port options are now default on both main and stable/13. >>> >>> I now come to suspect the differences about toolchains within main and >>> stable/13, but as editors/libreoffivce is giant and this failure >>> happenes almost at the end of build, usual bisecting is not realistic. >>> (Would require tens of weekends, maybe.) >>> >>> Any thoughts? Or am I missing something to check for? >>> >>> Regards. >>> >>> >>> [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262008 >>> >>> -- >>> Tomoaki AOKI >> >> > >