Date: Thu, 30 Jul 2020 06:46:17 -0500 From: Kyle Evans <kevans@freebsd.org> To: =?UTF-8?B?U3RlZmFuIEXDn2Vy?= <se@freebsd.org> Cc: src-committers <src-committers@freebsd.org>, svn-src-all <svn-src-all@freebsd.org>, svn-src-head <svn-src-head@freebsd.org> Subject: Re: svn commit: r363679 - in head: contrib/netbsd-tests/lib/libc/regex/data lib/libc/regex Message-ID: <CACNAnaGwJometq7ti8-G6wth50bxN%2B_pHJ=4GAxCVKxbYgkfzw@mail.gmail.com> In-Reply-To: <270c05f8-c75d-363f-c067-18c4c4773338@freebsd.org> References: <202007292321.06TNLuoq087451@repo.freebsd.org> <270c05f8-c75d-363f-c067-18c4c4773338@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jul 30, 2020 at 6:26 AM Stefan E=C3=9Fer <se@freebsd.org> wrote: > > Am 30.07.20 um 01:21 schrieb Kyle Evans: > [...] > > This change bumps the symbol version of regcomp to FBSD_1.6 and provi= des the > > old escape semantics for legacy applications, just in case one has an= older > > application that would immediately turn into a pumpkin because of an > > extraneous escape that's embedded or otherwise critical to its operat= ion. > > I get an error during make buildworld with option WITH_TESTS=3Dyes: > > =3D=3D=3D> usr.bin/bmake/tests (install) > ld-elf.so.1: /usr/src/amd64.amd64/tmp/legacy/usr/sbin/make: Undefined > symbol "regcomp@FBSD_1.6" > > Regards, STefan 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, Kyle Evans
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACNAnaGwJometq7ti8-G6wth50bxN%2B_pHJ=4GAxCVKxbYgkfzw>