===> NOTICE: The ua port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> License MPL accepted by the user ===> ua-0cipiertest depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ua-0cipiertest for building ===> Extracting for ua-0cipiertest => SHA256 Checksum OK for euedge-ua-0cipiertest-7a35148_GH0.tar.gz. ===> Patching for ua-0cipiertest ===> ua-0cipiertest depends on executable: autoconf-2.69 - found ===> ua-0cipiertest depends on executable: autoheader-2.69 - found ===> ua-0cipiertest depends on executable: autoreconf-2.69 - found ===> ua-0cipiertest depends on executable: aclocal-1.15 - found ===> ua-0cipiertest depends on executable: automake-1.15 - found ===> Configuring for ua-0cipiertest configure: loading site script /usr/ports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of c++... gcc3 checking for gcc... cc checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking for MD5_Init in -lcrypto... yes checking for MD5_Update in -lcrypto... yes checking for MD5_Final in -lcrypto... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands ===> Building for ua-0cipiertest --- all --- /usr/bin/make all-am --- filei.o --- --- ua.o --- --- kua.o --- --- filei.o --- c++ -DHAVE_CONFIG_H -I. -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -MT filei.o -MD -MP -MF .deps/filei.Tpo -c -o filei.o filei.cc --- ua.o --- c++ -DHAVE_CONFIG_H -I. -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -MT ua.o -MD -MP -MF .deps/ua.Tpo -c -o ua.o ua.cc --- kua.o --- c++ -DHAVE_CONFIG_H -I. -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -MT kua.o -MD -MP -MF .deps/kua.Tpo -c -o kua.o kua.cc --- filei.o --- In file included from filei.cc:35: In file included from ./filei.h:58: /usr/include/c++/v1/ext/hash_set:205:5: warning: Use of the header is deprecated. Migrate to [-W#warnings] # warning Use of the header is deprecated. Migrate to ^ In file included from filei.cc:35: In file included from ./filei.h:59: /usr/include/c++/v1/ext/hash_map:213:5: warning: Use of the header is deprecated. Migrate to [-W#warnings] # warning Use of the header is deprecated. Migrate to ^ --- kua.o --- In file included from kua.cc:48: In file included from ./filei.h:58: /usr/include/c++/v1/ext/hash_set:205:5: warning: Use of the header is deprecated. Migrate to [-W#warnings] # warning Use of the header is deprecated. Migrate to ^ In file included from kua.cc:48: In file included from ./filei.h:59: /usr/include/c++/v1/ext/hash_map:213:5: warning: Use of the header is deprecated. Migrate to [-W#warnings] # warning Use of the header is deprecated. Migrate to ^ --- ua.o --- In file included from ua.cc:56: In file included from ./filei.h:58: /usr/include/c++/v1/ext/hash_set:205:5: warning: Use of the header is deprecated. Migrate to [-W#warnings] # warning Use of the header is deprecated. Migrate to ^ In file included from ua.cc:56: In file included from ./filei.h:59: /usr/include/c++/v1/ext/hash_map:213:5: warning: Use of the header is deprecated. Migrate to [-W#warnings] # warning Use of the header is deprecated. Migrate to ^ --- kua.o --- kua.cc:114:19: error: no member named 'getopt' in the global namespace while((opt = ::getopt(argc,argv,"f:hb:viws:m:n")) != -1) { ~~^ kua.cc:117:35: error: no member named 'optarg' in the global namespace cfile = std::string(::optarg); ~~^ kua.cc:120:27: error: no member named 'optarg' in the global namespace BN = ::atoi(::optarg); ~~^ kua.cc:122:57: error: no member named 'optarg' in the global namespace std::cerr << "Invalid buffer size " << ::optarg << std::endl; ~~^ kua.cc:154:17: error: no member named 'optind' in the global namespace if (argc > ::optind) { ~~^ kua.cc:155:21: error: no member named 'optind' in the global namespace if (argc >= ::optind +1 && *argv[::optind] == '-') { ~~^ kua.cc:155:42: error: no member named 'optind' in the global namespace if (argc >= ::optind +1 && *argv[::optind] == '-') { ~~^ kua.cc:156:23: error: no member named 'optind' in the global namespace if (argc > ::optind + 1) { ~~^ kua.cc:160:12: error: use of undeclared identifier 'optind' ++optind; ^ kua.cc:177:18: error: no member named 'optind' in the global namespace for(int i = ::optind;;) { ~~^ 2 warnings and 10 errors generated. *** [kua.o] Error code 1 make[2]: stopped in /wrkdirs/ua-0cipiertest-port/work/ua-7a35148 --- ua.o --- ua.cc:189:19: error: no member named 'getopt' in the global namespace while((opt = ::getopt(argc,argv,"hb:viws:m:2pn")) != -1) { ~~^ ua.cc:192:27: error: no member named 'optarg' in the global namespace BN = ::atoi(::optarg); ~~^ ua.cc:194:57: error: no member named 'optarg' in the global namespace std::cerr << "Invalid buffer size " << ::optarg << std::endl; ~~^ ua.cc:199:28: error: no member named 'optarg' in the global namespace max = ::atoi(::optarg); ~~^ ua.cc:211:33: error: no member named 'optarg' in the global namespace sep = std::string(::optarg); ~~^ ua.cc:240:17: error: no member named 'optind' in the global namespace if (argc > ::optind) { ~~^ ua.cc:241:21: error: no member named 'optind' in the global namespace if (argc >= ::optind +1 && *argv[::optind] == '-') { ~~^ ua.cc:241:42: error: no member named 'optind' in the global namespace if (argc >= ::optind +1 && *argv[::optind] == '-') { ~~^ ua.cc:242:23: error: no member named 'optind' in the global namespace if (argc > ::optind + 1) { ~~^ ua.cc:246:12: error: use of undeclared identifier 'optind' ++optind; ^ ua.cc:253:18: error: no member named 'optind' in the global namespace for(int i = ::optind;;) { ~~^ 2 warnings and 11 errors generated. *** [ua.o] Error code 1 make[2]: stopped in /wrkdirs/ua-0cipiertest-port/work/ua-7a35148 --- filei.o --- 2 warnings generated. mv -f .deps/filei.Tpo .deps/filei.Po 2 errors make[2]: stopped in /wrkdirs/ua-0cipiertest-port/work/ua-7a35148 *** [all] Error code 2 make[1]: stopped in /wrkdirs/ua-0cipiertest-port/work/ua-7a35148 make[1]: stopped in /wrkdirs/ua-0cipiertest-port/work/ua-7a35148 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /ua-0cipiertest-port 1