Re: devel/mongo-c-driver failed with undefined reference due to --no-allow-shlib-undefined: ERR_load_BIO_strings
- Reply: Yasuhiro Kimura : "Re: devel/mongo-c-driver failed with undefined reference due to --no-allow-shlib-undefined: ERR_load_BIO_strings"
- In reply to: Hiroo Ono : "Re: devel/mongo-c-driver failed with undefined reference due to --no-allow-shlib-undefined: ERR_load_BIO_strings"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Jul 2023 05:15:23 UTC
From: Hiroo Ono <hiroo@oikumene.net> Subject: Re: devel/mongo-c-driver failed with undefined reference due to --no-allow-shlib-undefined: ERR_load_BIO_strings Date: Thu, 27 Jul 2023 11:02:25 +0900 > It seems that default CFLAGS content contaminated CMAKE_ARGS, > but the patch should not have done such things. > Isn't there some mis-patching that makes the content of CFLAGS go > into CMAKE_ARGS? I tried build with poudriere and following 2 jails. * 13.2-RELEASE-p1 amd64 * 14.0-CURRENT main-n264279-92fd2f39e5b amd64 And build with the former succeeds but build with the latter fails with same error as KIRIYAMA-san. --- Yasuhiro Kimura