===> NOTICE: The plan9port 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 LUCENT accepted by the user ===> plan9port-0cipiertest depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by plan9port-0cipiertest for building ===> Extracting for plan9port-0cipiertest => SHA256 Checksum OK for plan9port/9fans-plan9port-0cipiertest-4a8c0c7_GH0.tar.gz. /bin/mv /wrkdirs/plan9port-0cipiertest-port/work/plan9port-4a8c0c7 /wrkdirs/plan9port-0cipiertest-port/work/plan9 ===> Patching for plan9port-0cipiertest ===> plan9port-0cipiertest depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> plan9port-0cipiertest depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> plan9port-0cipiertest depends on file: /usr/local/libdata/pkgconfig/xi.pc - found ===> plan9port-0cipiertest depends on file: /usr/local/libdata/pkgconfig/xaw7.pc - found ===> plan9port-0cipiertest depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> plan9port-0cipiertest depends on package: perl5>=5.24<5.25 - found ===> plan9port-0cipiertest depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so) ===> plan9port-0cipiertest depends on shared library: libfontconfig.so - found (/usr/local/lib/libfontconfig.so) ===> Configuring for plan9port-0cipiertest ===> Building for plan9port-0cipiertest + Mailing list: http://groups.google.com/group/plan9port-dev + Issue tracker: http://code.swtch.com/plan9port/issues/ + Submitting changes: http://swtch.com/go/codereview * Resetting /wrkdirs/plan9port-0cipiertest-port/work/plan9/config * Compiler version: FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) (based on LLVM 4.0.0) * Running on FreeBSD, adjusting linker flags fontsrv dependencies not found. * Building mk... >>> pwd >>> pwd >>> pwd >>> pwd * Building everything (be patient)... >>> cd /wrkdirs/plan9port-0cipiertest-port/work/plan9/src/cmd/auxstats; mk all 9c FreeBSD.c FreeBSD.c:122:16: error: no member named 'if_opackets' in 'struct ifnet' out += ifnet.if_opackets; ~~~~~ ^ FreeBSD.c:123:15: error: no member named 'if_ipackets' in 'struct ifnet' in += ifnet.if_ipackets; ~~~~~ ^ FreeBSD.c:124:17: error: no member named 'if_obytes' in 'struct ifnet' outb += ifnet.if_obytes; ~~~~~ ^ FreeBSD.c:125:16: error: no member named 'if_ibytes' in 'struct ifnet' inb += ifnet.if_ibytes; ~~~~~ ^ FreeBSD.c:126:16: error: no member named 'if_oerrors' in 'struct ifnet' err += ifnet.if_oerrors+ifnet.if_ierrors; ~~~~~ ^ FreeBSD.c:126:33: error: no member named 'if_ierrors' in 'struct ifnet' err += ifnet.if_oerrors+ifnet.if_ierrors; ~~~~~ ^ 6 errors generated. mk: 9c FreeBSD.c : exit status=exit(1) mk: for i in ... : exit status=exit(1) mk: for i in ... : exit status=exit(1) 0