Am 30.07.20 um 13:54 schrieb Kyle Evans:
> On Thu, Jul 30, 2020 at 6:48 AM Gordon Bergling <g...@freebsd.org> wrote:
>> I got the same error this morning and was able to solve it by doing a full
>> buildworld without NO_CLEAN=yes.
>>
>> You may want to try this in case you are using NO_CLEAN=yes.
>>
> 
> This is interesting; there shouldn't be any NO_CLEAN implications with
> this change. There were no dependency changes, libc should definitely
> get rebuilt because regcomp.c changed and thus, the libc in your
> objdir should have the symbol. The binary referenced above is one that
> we symlink into OBJDIR from the host system.
> 
> I think it's also likely your problem was just fixed by the second
> installworld. The first one will manage to get libc installed, but not
> before you get errors from all the other stuff.

This appears to be true: after once completing installworld with
WITHOUT_TESTS=yes the build and installation does also succeed for
subsequent runs with WITH_TESTS=yes.

My guess is that "make install" in tests tries to link against the
base system version of the library and the freshly built one with
the correct symbol version has not been installed, yet.

Regards, STefan
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to