сб, 11 янв. 2020 г. в 08:06, Pavel Timofeev <timp87_at_gmail.com>: > > пт, 10 янв. 2020 г. в 22:05, Kyle Evans <kevans_at_freebsd.org>: > > > > On Fri, Jan 10, 2020 at 12:59 PM Pavel Timofeev <timp87_at_gmail.com> wrote: > > > > > > пт, 10 янв. 2020 г. в 17:48, Kyle Evans <kevans_at_freebsd.org>: > > > > > > > > On Fri, Jan 10, 2020 at 12:31 AM Pavel Timofeev <timp87_at_gmail.com> wrote: > > > > > > > > > > чт, 9 янв. 2020 г. в 16:52, Pavel Timofeev <timp87_at_gmail.com>: > > > > > > > > > > > > Hello > > > > > > > > > > > > I'm trying to cross-compile HEAD r356551 for mips on my FreeBSD-12.1 amd64. > > > > > > I'm using mips-gcc6-6.5.0 and this > > > > > > https://github.com/freebsd/freebsd-wifi-build nice project to build > > > > > > image for my tl-wdr3600 > > > > > > > > > > > > The error I'm getting is: > > > > > > ... > > > > > > ===> usr.sbin/fmtree (all) > > > > > > ===> usr.bin/vi (all) > > > > > > ===> usr.sbin/freebsd-update (all) > > > > > > ===> usr.sbin/gpioctl (all) > > > > > > ===> usr.sbin/inetd (all) > > > > > > /usr/home/pavel.timofeev/mips/head/usr.sbin/inetd/inetd.c: In function > > > > > > 'getconfigent': > > > > > > /usr/home/pavel.timofeev/mips/head/usr.sbin/inetd/inetd.c:1614:6: > > > > > > warning: variable 'v4bind' set but not used > > > > > > [-Wunused-but-set-variable] > > > > > > int v4bind; > > > > > > ^~~~~~ > > > > > > At top level: > > > > > > /usr/home/pavel.timofeev/mips/head/usr.sbin/inetd/inetd.c:33:19: > > > > > > warning: 'copyright' defined but not used [-Wunused-const-variable=] > > > > > > static const char copyright[] = > > > > > > ^~~~~~~~~ > > > > > > /usr/home/pavel.timofeev/mips/head/usr.sbin/inetd/inetd.c: In function 'setup': > > > > > > /usr/home/pavel.timofeev/mips/head/usr.sbin/inetd/inetd.c:1368:4: > > > > > > error: 'netid' may be used uninitialized in this function > > > > > > [-Werror=maybe-uninitialized] > > > > > > rpcb_set(sep->se_rpc_prog, i, netid, &nbuf); > > > > > > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > > > > > cc1: all warnings being treated as errors > > > > > > --- inetd.o --- > > > > > > *** [inetd.o] Error code 1 > > > > > > > > > > > > > > > > > > Could anybody please help fix that? > > > > > > > > > > > > > > > > > > > > Terribly sorry, I forgot to mention a very important detail. > > > > > My src.conf has the only option now. > > > > > It's WITHOUT_INET6="YES" > > > > > > > > Thanks for that addition- you saved me a little bit of effort > > > > examining why it's unused. =-) > > > > > > > > The inetd build should be clear after r356602, but you'll need to > > > > build WITHOUT_GOOGLETEST=yes for now with the gcc ports. There are > > > > some fundamental issues with mips-gcc{6,9} trying to emit > > > > __floatunsidf references, but that's a hidden symbol in our libgcc. > > > > > > > > I expect to, by the end of the day, either have a fix pending or mark > > > > it as a BROKEN_OPTION on mips+gcc while we hash out the details , as > > > > gcc{6,9} is the only option we support for building mips at the > > > > moment. > > > > > > > > Thanks, > > > > > > > > Kyle Evans > > > > > > Thanks a lot, Kyle! > > > Build process passes further! > > > Now I'm on r356606 and have these in src.conf > > > WITHOUT_GOOGLETEST=yes > > > WITHOUT_INET6="YES" > > > > > > Getting different error: > > > .... > > > > I'm re-running the build WITHOUT_GOOGLETEST here outside of a > > freebsd-wifi-build context, but CC'ing Adrian in case he's already > > familiar since he's been battling libarchive stuff recently. Leaving > > the context below intact in case he's not received this. > > > > > ===> usr.sbin/sendmail (all) > > > /usr/home/pavel.timofeev/mips/head/libexec/getty/main.c:33:19: > > > warning: 'copyright' defined but not used [-Wunused-const-variable=] > > > static const char copyright[] = > > > ^~~~~~~~~ > > > /usr/home/pavel.timofeev/mips/head/libexec/getty/main.c: In function > > > 'getname': > > > /usr/home/pavel.timofeev/mips/head/libexec/getty/main.c:520:6: > > > warning: variable 'ppp_state' might be clobbered by 'longjmp' or > > > 'vfork' [-Wclobbered] > > > int ppp_state = 0; > > > ^~~~~~~~~ > > > /usr/home/pavel.timofeev/mips/head/libexec/getty/main.c:521:6: > > > warning: variable 'ppp_connection' might be clobbered by 'longjmp' or > > > 'vfork' [-Wclobbered] > > > int ppp_connection = 0; > > > ^~~~~~~~~~~~~~ > > > /usr/home/pavel.timofeev/mips/head/libexec/getty/main.c: In function > > > 'main': > > > /usr/home/pavel.timofeev/mips/head/libexec/getty/main.c:183:6: > > > warning: variable 'first_sleep' might be clobbered by 'longjmp' or > > > 'vfork' [-Wclobbered] > > > int first_sleep = 1, first_time = 1; > > > ^~~~~~~~~~~ > > > /usr/home/pavel.timofeev/mips/head/libexec/getty/main.c:183:23: > > > warning: variable 'first_time' might be clobbered by 'longjmp' or > > > 'vfork' [-Wclobbered] > > > int first_sleep = 1, first_time = 1; > > > ^~~~~~~~~~ > > > /usr/home/pavel.timofeev/mips/head/libexec/getty/init.c:36:19: > > > warning: 'rcsid' defined but not used [-Wunused-const-variable=] > > > static const char rcsid[] = > > > ^~~~~ > > > /usr/home/pavel.timofeev/mips/head/libexec/getty/subr.c:36:19: > > > warning: 'rcsid' defined but not used [-Wunused-const-variable=] > > > static const char rcsid[] = > > > ^~~~~ > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: nc.lo: in function `main': > > > /usr/home/pavel.timofeev/mips/head/contrib/netcat/netcat.c:365: > > > warning: warning: mktemp() possibly used unsafely; consider using > > > mkstemp() > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/../obj/mips_ap//usr/home/pavel.timofeev/mips/head/mips.mips/tmp/usr/lib/libarchive.a(archive_write_add_filter_zstd.o): > > > in fun > > > ction `archive_compressor_zstd_free': > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:128: > > > undefined reference to `ZSTD_freeCStream' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:128: > > > undefined reference to `ZSTD_freeCStream' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/../obj/mips_ap//usr/home/pavel.timofeev/mips/head/mips.mips/tmp/usr/lib/libarchive.a(archive_write_add_filter_zstd.o): > > > in fun > > > ction `archive_compressor_zstd_options': > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:150: > > > undefined reference to `ZSTD_maxCLevel' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:150: > > > undefined reference to `ZSTD_maxCLevel' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/../obj/mips_ap//usr/home/pavel.timofeev/mips/head/mips.mips/tmp/usr/lib/libarchive.a(archive_write_add_filter_zstd.o): > > > in fun > > > ction `archive_compressor_zstd_open': > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:200: > > > undefined reference to `ZSTD_initCStream' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:200: > > > undefined reference to `ZSTD_initCStream' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:200: > > > undefined reference to `ZSTD_isError' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:200: > > > undefined reference to `ZSTD_isError' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:177: > > > undefined reference to `ZSTD_CStreamOutSize' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:177: > > > undefined reference to `ZSTD_CStreamOutSize' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/../obj/mips_ap//usr/home/pavel.timofeev/mips/head/mips.mips/tmp/usr/lib/libarchive.a(archive_write_add_filter_zstd.o): > > > in fun > > > ction `drive_compressor': > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:270: > > > undefined reference to `ZSTD_compressStream' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:270: > > > undefined reference to `ZSTD_compressStream' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:272: > > > undefined reference to `ZSTD_isError' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:272: > > > undefined reference to `ZSTD_isError' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:273: > > > undefined reference to `ZSTD_getErrorName' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:273: > > > undefined reference to `ZSTD_getErrorName' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:270: > > > undefined reference to `ZSTD_endStream' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:270: > > > undefined reference to `ZSTD_endStream' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:272: > > > undefined reference to `ZSTD_isError' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:272: > > > undefined reference to `ZSTD_isError' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:273: > > > undefined reference to `ZSTD_getErrorName' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:273: > > > undefined reference to `ZSTD_getErrorName' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/../obj/mips_ap//usr/home/pavel.timofeev/mips/head/mips.mips/tmp/usr/lib/libarchive.a(archive_write_add_filter_zstd.o): > > > in fun > > > ction `archive_write_add_filter_zstd': > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:101: > > > undefined reference to `ZSTD_createCStream' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:101: > > > undefined reference to `ZSTD_createCStream' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/../obj/mips_ap//usr/home/pavel.timofeev/mips/head/mips.mips/tmp/usr/lib/libarchive.a(archive_read_support_filter_zstd.o): > > > in > > > function `zstd_filter_close': > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:285: > > > undefined reference to `ZSTD_freeDStream' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:285: > > > undefined reference to `ZSTD_freeDStream' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/../obj/mips_ap//usr/home/pavel.timofeev/mips/head/mips.mips/tmp/usr/lib/libarchive.a(archive_read_support_filter_zstd.o): > > > in > > > function `zstd_bidder_init': > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:166: > > > undefined reference to `ZSTD_DStreamOutSize' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:166: > > > undefined reference to `ZSTD_DStreamOutSize' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:175: > > > undefined reference to `ZSTD_createDStream' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:175: > > > undefined reference to `ZSTD_createDStream' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:180: > > > undefined reference to `ZSTD_freeDStream' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:180: > > > undefined reference to `ZSTD_freeDStream' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/../obj/mips_ap//usr/home/pavel.timofeev/mips/head/mips.mips/tmp/usr/lib/libarchive.a(archive_read_support_filter_zstd.o): > > > in > > > function `zstd_filter_read': > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:247: > > > undefined reference to `ZSTD_decompressStream' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:247: > > > undefined reference to `ZSTD_decompressStream' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:250: > > > undefined reference to `ZSTD_isError' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:250: > > > undefined reference to `ZSTD_isError' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:217: > > > undefined reference to `ZSTD_initDStream' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:217: > > > undefined reference to `ZSTD_initDStream' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:218: > > > undefined reference to `ZSTD_isError' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:218: > > > undefined reference to `ZSTD_isError' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:219: > > > undefined reference to `ZSTD_getErrorName' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:219: > > > undefined reference to `ZSTD_getErrorName' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:251: > > > undefined reference to `ZSTD_getErrorName' > > > /usr/local/bin/mips-unknown-freebsd12.0-ld: > > > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:251: > > > undefined reference to `ZSTD_getErrorName' > > > collect2: error: ld returned 1 exit status > > > --- bsdbox --- > > > *** [bsdbox] Error code 1 > > > > > > make[4]: stopped in > > > /usr/home/pavel.timofeev/mips/obj/mips_ap/usr/home/pavel.timofeev/mips/head/mips.mips/tools/bsdbox > > > ...... > > Just for the record > If I flush my src.conf (still HEAD r356606) I get very similar if not > the same error: > ... > ===> usr.sbin/ppp (all) > /usr/home/pavel.timofeev/mips/head/libexec/getty/main.c:33:19: > warning: 'copyright' defined but not used [-Wunused-const-variable=] > static const char copyright[] = > ^~~~~~~~~ > /usr/home/pavel.timofeev/mips/head/libexec/getty/main.c: In function > 'getname': > /usr/home/pavel.timofeev/mips/head/libexec/getty/main.c:520:6: > warning: variable 'ppp_state' might be clobbered by 'longjmp' or > 'vfork' [-Wclobbered] > int ppp_state = 0; > ^~~~~~~~~ > /usr/home/pavel.timofeev/mips/head/libexec/getty/main.c:521:6: > warning: variable 'ppp_connection' might be clobbered by 'longjmp' or > 'vfork' [-Wclobbered] > int ppp_connection = 0; > ^~~~~~~~~~~~~~ > /usr/home/pavel.timofeev/mips/head/libexec/getty/main.c: In function > 'main': > /usr/home/pavel.timofeev/mips/head/libexec/getty/main.c:183:6: > warning: variable 'first_sleep' might be clobbered by 'longjmp' or > 'vfork' [-Wclobbered] > int first_sleep = 1, first_time = 1; > ^~~~~~~~~~~ > /usr/home/pavel.timofeev/mips/head/libexec/getty/main.c:183:23: > warning: variable 'first_time' might be clobbered by 'longjmp' or > 'vfork' [-Wclobbered] > int first_sleep = 1, first_time = 1; > ^~~~~~~~~~ > /usr/home/pavel.timofeev/mips/head/libexec/getty/init.c:36:19: > warning: 'rcsid' defined but not used [-Wunused-const-variable=] > static const char rcsid[] = > ^~~~~ > /usr/home/pavel.timofeev/mips/head/libexec/getty/subr.c:36:19: > warning: 'rcsid' defined but not used [-Wunused-const-variable=] > static const char rcsid[] = > ^~~~~ > /usr/local/bin/mips-unknown-freebsd12.0-ld: nc.lo: in function `main': > /usr/home/pavel.timofeev/mips/head/contrib/netcat/netcat.c:365: > warning: warning: mktemp() possibly used unsafely; consider using > mkstemp() > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/../obj/mips_ap//usr/home/pavel.timofeev/mips/head/mips.mips/tmp/usr/lib/libarchive.a(archive_write_add_filter_zstd.o): > in fun > ction `archive_compressor_zstd_free': > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:128: > undefined reference to `ZSTD_freeCStream' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:128: > undefined reference to `ZSTD_freeCStream' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/../obj/mips_ap//usr/home/pavel.timofeev/mips/head/mips.mips/tmp/usr/lib/libarchive.a(archive_write_add_filter_zstd.o): > in fun > ction `archive_compressor_zstd_options': > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:150: > undefined reference to `ZSTD_maxCLevel' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:150: > undefined reference to `ZSTD_maxCLevel' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/../obj/mips_ap//usr/home/pavel.timofeev/mips/head/mips.mips/tmp/usr/lib/libarchive.a(archive_write_add_filter_zstd.o): > in fun > ction `archive_compressor_zstd_open': > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:200: > undefined reference to `ZSTD_initCStream' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:200: > undefined reference to `ZSTD_initCStream' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:200: > undefined reference to `ZSTD_isError' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:200: > undefined reference to `ZSTD_isError' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:177: > undefined reference to `ZSTD_CStreamOutSize' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:177: > undefined reference to `ZSTD_CStreamOutSize' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/../obj/mips_ap//usr/home/pavel.timofeev/mips/head/mips.mips/tmp/usr/lib/libarchive.a(archive_write_add_filter_zstd.o): > in fun > ction `drive_compressor': > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:270: > undefined reference to `ZSTD_compressStream' > [41/1955] > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:270: > undefined reference to `ZSTD_compressStream' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:272: > undefined reference to `ZSTD_isError' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:272: > undefined reference to `ZSTD_isError' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:273: > undefined reference to `ZSTD_getErrorName' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:273: > undefined reference to `ZSTD_getErrorName' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:270: > undefined reference to `ZSTD_endStream' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:270: > undefined reference to `ZSTD_endStream' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:272: > undefined reference to `ZSTD_isError' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:272: > undefined reference to `ZSTD_isError' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:273: > undefined reference to `ZSTD_getErrorName' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:273: > undefined reference to `ZSTD_getErrorName' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/../obj/mips_ap//usr/home/pavel.timofeev/mips/head/mips.mips/tmp/usr/lib/libarchive.a(archive_write_add_filter_zstd.o): > in fun > ction `archive_write_add_filter_zstd': > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:101: > undefined reference to `ZSTD_createCStream' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c:101: > undefined reference to `ZSTD_createCStream' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/../obj/mips_ap//usr/home/pavel.timofeev/mips/head/mips.mips/tmp/usr/lib/libarchive.a(archive_read_support_filter_zstd.o): > in > function `zstd_filter_close': > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:285: > undefined reference to `ZSTD_freeDStream' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:285: > undefined reference to `ZSTD_freeDStream' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/../obj/mips_ap//usr/home/pavel.timofeev/mips/head/mips.mips/tmp/usr/lib/libarchive.a(archive_read_support_filter_zstd.o): > in > function `zstd_bidder_init': > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:166: > undefined reference to `ZSTD_DStreamOutSize' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:166: > undefined reference to `ZSTD_DStreamOutSize' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:175: > undefined reference to `ZSTD_createDStream' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:175: > undefined reference to `ZSTD_createDStream' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:180: > undefined reference to `ZSTD_freeDStream' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:180: > undefined reference to `ZSTD_freeDStream' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/../obj/mips_ap//usr/home/pavel.timofeev/mips/head/mips.mips/tmp/usr/lib/libarchive.a(archive_read_support_filter_zstd.o): > in > function `zstd_filter_read': > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:247: > undefined reference to `ZSTD_decompressStream' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:247: > undefined reference to `ZSTD_decompressStream' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:250: > undefined reference to `ZSTD_isError' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:250: > undefined reference to `ZSTD_isError' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:217: > undefined reference to `ZSTD_initDStream' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:217: > undefined reference to `ZSTD_initDStream' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:218: > undefined reference to `ZSTD_isError' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:218: > undefined reference to `ZSTD_isError' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:219: > undefined reference to `ZSTD_getErrorName' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:219: > undefined reference to `ZSTD_getErrorName' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:251: > undefined reference to `ZSTD_getErrorName' > /usr/local/bin/mips-unknown-freebsd12.0-ld: > /usr/home/pavel.timofeev/mips/head/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c:251: > undefined reference to `ZSTD_getErrorName' > collect2: error: ld returned 1 exit status > --- bsdbox --- > *** [bsdbox] Error code 1 > > make[4]: stopped in > /usr/home/pavel.timofeev/mips/obj/mips_ap/usr/home/pavel.timofeev/mips/head/mips.mips/tools/bsdbox > 1 error > > make[4]: stopped in > /usr/home/pavel.timofeev/mips/obj/mips_ap/usr/home/pavel.timofeev/mips/head/mips.mips/tools/bsdbox > --- bsdbox --- > ... > > > > FreeBSD 12.1 RELEASE compiles OK though. Rebuilding r356831 now The error is : ===> libexec/rtld-elf (all) [15/1930] /usr/home/pavel.timofeev/mips/head/libexec/rtld-elf/rtld.c: In function 'free_tls': /usr/home/pavel.timofeev/mips/head/libexec/rtld-elf/rtld.c:4925:24: warning: variable 'tls_init_align' set but not used [-Wunused-but-set-variable] size_t dtvsize, i, tls_init_align; ^~~~~~~~~~~~~~ /usr/home/pavel.timofeev/mips/head/libexec/rtld-elf/rtld.c: In function 'do_dlsym': /usr/home/pavel.timofeev/mips/head/libexec/rtld-elf/rtld.c:3516:28: warning: variable 'defobj' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] const Obj_Entry *obj, *defobj; ^~~~~~ /usr/home/pavel.timofeev/mips/head/lib/libc/gen/opendir.c: In function 'is_unionstack': /usr/home/pavel.timofeev/mips/head/lib/libc/gen/opendir.c:282:40: error: macro "_fcntl" requires 3 arguments, but only 2 given unionstack = _fcntl(fd, F_ISUNIONSTACK); ^ /usr/home/pavel.timofeev/mips/head/lib/libc/gen/opendir.c:282:13: error: assignment makes integer from pointer without a cast [-Werror=int-conversion] unionstack = _fcntl(fd, F_ISUNIONSTACK); ^ cc1: all warnings being treated as errors --- opendir.o --- *** [opendir.o] Error code 1 make[4]: stopped in /usr/home/pavel.timofeev/mips/head/libexec/rtld-elf 1 error make[4]: stopped in /usr/home/pavel.timofeev/mips/head/libexec/rtld-elf --- all_subdir_libexec/rtld-elf --- *** [all_subdir_libexec/rtld-elf] Error code 2Received on Fri Jan 17 2020 - 15:20:02 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:22 UTC