From owner-freebsd-ports@freebsd.org Fri Nov 27 00:53:47 2020 Return-Path: Delivered-To: freebsd-ports@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 2C539476E88 for ; Fri, 27 Nov 2020 00:53:47 +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 4Chx2g0gFRz3sxG for ; Fri, 27 Nov 2020 00:53:47 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f181.google.com (mail-qk1-f181.google.com [209.85.222.181]) (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 0449E27513 for ; Fri, 27 Nov 2020 00:53:47 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f181.google.com with SMTP id u4so3047092qkk.10 for ; Thu, 26 Nov 2020 16:53:46 -0800 (PST) X-Gm-Message-State: AOAM5306lr3GVWPsYoi/NbXumXnJ4x1sF9o5ZuH61TWRXBgobx9dUt/X LCQ9xu/R42BaMBvQwBX6Mf4mVTjkRRFQgRSyUnY= X-Google-Smtp-Source: ABdhPJwYl1rZdOmszfbltW36jwDqfavZzRS3l9myUFEkw+miqeMnM7IjkyyzDNmVxUcTeXqiCHsHmu9SlZpmkYjyhiA= X-Received: by 2002:a37:ef05:: with SMTP id j5mr5979989qkk.120.1606438426572; Thu, 26 Nov 2020 16:53:46 -0800 (PST) MIME-Version: 1.0 References: <202011262233.0AQMXIT8099033@kx.truefc.org> In-Reply-To: From: Kyle Evans Date: Thu, 26 Nov 2020 18:53:35 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: java/openjdk8 failed with "Undefined symbol "regcomp@FBSD_1.6"" To: Jonathan Chen Cc: KIRIYAMA Kazuhiko , FreeBSD Ports Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2020 00:53:47 -0000 On Thu, Nov 26, 2020 at 6:48 PM Jonathan Chen wrote: > > On Fri, 27 Nov 2020 at 11:33, KIRIYAMA Kazuhiko wrote: > [...] > > ld-elf.so.1: /usr/local/bin/bash: Undefined symbol "regcomp@FBSD_1.6" > > Rebuild your bash port first, before attempting to build openjdk8 > This is actually backwards, their bash port was built against a newer libc than they have on their system. This is odd, too, because the FBSD_1.6 version of this symbol predates r367712 by quite a bit. Something hinky is going on with their base system, but libc must be rebuilt at a minimum. Thanks, Kyle Evans