From owner-freebsd-current@freebsd.org Fri Jul 31 00:14:38 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 5F54A36B128 for ; Fri, 31 Jul 2020 00:14:38 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4BHnpQ1wxPz48Gw for ; Fri, 31 Jul 2020 00:14:38 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 423AA36AF71; Fri, 31 Jul 2020 00:14:38 +0000 (UTC) Delivered-To: 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 4207436B2C3 for ; Fri, 31 Jul 2020 00:14:38 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BHnpQ11nVz48Gv for ; Fri, 31 Jul 2020 00:14:38 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f169.google.com (mail-qk1-f169.google.com [209.85.222.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 01D8923989 for ; Fri, 31 Jul 2020 00:14:37 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f169.google.com with SMTP id l6so27355828qkc.6 for ; Thu, 30 Jul 2020 17:14:37 -0700 (PDT) X-Gm-Message-State: AOAM530sVi2CDM/oUWe3TXAp8nsAxrSanNyhnZRBj4nvmsyAQeSn1mXc Vo2ueF5hnUPdBXvh1ffX2s/SJ83e+l2YHsNBjBE= X-Google-Smtp-Source: ABdhPJy4xBctOMdvOTeEBQr0wwC6IYwdZv4ZG1h/GLHswWf0Wcv9m0+TFln3ZRCwOshDv3rVPykyF2Uf2XbzqigehBk= X-Received: by 2002:a05:620a:628:: with SMTP id 8mr1775104qkv.103.1596154477505; Thu, 30 Jul 2020 17:14:37 -0700 (PDT) MIME-Version: 1.0 References: <20200730112423.GL29908@albert.catwhisker.org> <20200730194800.GS29908@albert.catwhisker.org> In-Reply-To: <20200730194800.GS29908@albert.catwhisker.org> From: Kyle Evans Date: Thu, 30 Jul 2020 19:14:26 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: "make installworld" fail r363660 -> r363689 (amd64) To: current Content-Type: text/plain; charset="UTF-8" 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, 31 Jul 2020 00:14:38 -0000 On Thu, Jul 30, 2020 at 2:48 PM David Wolfskill wrote: > > On Thu, Jul 30, 2020 at 06:46:40AM -0500, Kyle Evans wrote: > > On Thu, Jul 30, 2020 at 6:24 AM David Wolfskill wrote: > > ... > > > ld-elf.so.1: /common/S4/obj/usr/src/amd64.amd64/tmp/legacy/usr/sbin/make: Undefined symbol "regcomp@FBSD_1.6" > > > .... > > > I would appreciate a suggestion. > > > > > > > Hi, > > > > Can you describe the environment in which you're running installworld, > > please? i.e. is it just a raw installworld directly in your shell, or > > something more complicated? > > > > I observed this in testing an exceptional scenario; running > > installworld in a buildenv. installworld injects .WAIT between lib and > > libexec + other subdirs, which is supposed to prevent stuff like this > > (new binary got installed linked against new libc before new libc). > > Running in a buildenv set SYSROOT and stripped out the .WAITs, leaving > > me with an annoyance where I had to installworld twice. > > > > Thanks, > > .... > > I finally just re-retried the "make installworld," and it succeeded. > To be clear, this was just a second installworld without rebuilding, correct? If so, I'm going to amend the UPDATING to add: installworld may encounter the following error: Undefined symbol "regcomp@FBSD_1.6" It is imperative that you do not interrupt the installworld, but instead let it proceed to completion, whether it succeeds or not, and run installworld again.