$ make test ===> Testing for protobuf-3.1.0 gmake[1]: Entering directory '/usr/ports/devel/protobuf/work/protobuf-3.1.0' Making check in . gmake[2]: Entering directory '/usr/ports/devel/protobuf/work/protobuf-3.1.0' gmake check-local gmake[3]: Entering directory '/usr/ports/devel/protobuf/work/protobuf-3.1.0' Making lib/libgmock.a lib/libgmock_main.a in gmock cd: gmock: No such file or directory gmake[3]: *** [Makefile:1752: check-local] Error 2 gmake[3]: Leaving directory '/usr/ports/devel/protobuf/work/protobuf-3.1.0' gmake[2]: *** [Makefile:1613: check-am] Error 2 gmake[2]: Leaving directory '/usr/ports/devel/protobuf/work/protobuf-3.1.0' gmake[1]: *** [Makefile:1325: check-recursive] Error 1 gmake[1]: Leaving directory '/usr/ports/devel/protobuf/work/protobuf-3.1.0' *** Error code 1
Created attachment 178013 [details] v0 9.3 i386: http://sprunge.us/ZLdi (broken) 10.1 i386: http://sprunge.us/eOab 11.0 i386: http://sprunge.us/RPZB $ cat devel/protobuf/Makefile.local # XXX Workaround before https://github.com/freebsd/poudriere/pull/355 BUILD_DEPENDS+=${TEST_DEPENDS} pre-install: do-test Another way to test is by using one of the following: $ poudriere bulk -h |& fgrep -i inter -i -- Interactive mode. Enter jail for interactive testing and -I -- Advanced Interactive mode. Leaves jail running with ports
A commit references this bug: Author: sunpoet Date: Sat Dec 17 12:57:14 UTC 2016 New revision: 428734 URL: https://svnweb.freebsd.org/changeset/ports/428734 Log: - Allow make test PR: 215346 Submitted by: jbeich Changes: head/devel/protobuf/Makefile head/devel/protobuf/files/patch-src-google-protobuf-stubs-atomicops.h head/devel/protobuf/files/patch-src-google-protobuf-testing-zcgunzip.cc head/devel/protobuf/files/patch-src-google-protobuf-testing-zcgzip.cc
Committed. Thanks!