On Sat, Jun 27, 2020 at 10:26:45AM -0700, bob prohaska wrote: > In the course of yet another attempt to compile www/chromium > on an rpi3 running a fresh install of -current I noticed some > non-fatal errors in the log file:
My mistake, the error was fatal after a delay. > > [16066/39753] python ../../build/gn_run_binary.py > make_top_domain_list_variables > ../../components/url_formatter/spoof_checks/top_domains/domains.list > gen/components/url_formatter/spoof_checks/top_domains/top500-domains-inc.cc > FAILED: > gen/components/url_formatter/spoof_checks/top_domains/top500-domains-inc.cc > python ../../build/gn_run_binary.py make_top_domain_list_variables > ../../components/url_formatter/spoof_checks/top_domains/domains.list > gen/components/url_formatter/spoof_checks/top_domains/top500-domains-inc.cc > [0627/101804.584489:ERROR:icu_util.cc(148)] Can't find icudtl.dat > [0627/101804.621643:ERROR:icu_util.cc(241)] Invalid file descriptor to ICU > data received. > Failed to create an ICU uspoof_checker due to U_FILE_ACCESS_ERROR. > make_top_domain_list_variables failed with exit code 1 > I think this error is new compared to my last attempt. Re-running make using MAKE_JOBS_UNSAFE=yes ended with little change in output: [128/23795] python ../../build/gn_run_binary.py make_top_domain_list_variables ../../components/url_formatter/spoof_checks/top_domains/domains.list gen/components/url_formatter/spoof_checks/top_domains/top500-domains-inc.cc FAILED: gen/components/url_formatter/spoof_checks/top_domains/top500-domains-inc.cc python ../../build/gn_run_binary.py make_top_domain_list_variables ../../components/url_formatter/spoof_checks/top_domains/domains.list gen/components/url_formatter/spoof_checks/top_domains/top500-domains-inc.cc [0627/103811.376138:ERROR:icu_util.cc(148)] Can't find icudtl.dat [0627/103811.378324:ERROR:icu_util.cc(241)] Invalid file descriptor to ICU data received. Failed to create an ICU uspoof_checker due to U_FILE_ACCESS_ERROR. make_top_domain_list_variables failed with exit code 1 ninja: build stopped: subcommand failed. *** Error code 1 Stop. make: stopped in /usr/ports/www/chromium bob@www:/usr/ports/www/chromium % Thanks for reading, bob prohaska _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"