Skip to content

Instantly share code, notes, and snippets.

@2bits
Created October 10, 2012 15:20
Show Gist options
  • Save 2bits/3866304 to your computer and use it in GitHub Desktop.
Save 2bits/3866304 to your computer and use it in GitHub Desktop.
feh-2.6.3 - temporary problem running `make test` on Darwin 10.8
$ find /System -type f -name 'Command.pm' 2> /dev/null
/System/Library/Perl/5.10/ExtUtils/Command.pm
/System/Library/Perl/5.12/ExtUtils/Command.pm
/System/Library/Perl/Extras/5.10/App/CLI/Command.pm
/System/Library/Perl/Extras/5.10/darwin-thread-multi-2level/Apache2/Command.pm
/System/Library/Perl/Extras/5.12/App/CLI/Command.pm
/System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/Apache2/Command.pm
/System/Library/Perl/Extras/5.12/PPI/Token/QuoteLike/Command.pm
bash-3.2$ make -j1 test
make[1]: `feh' is up to date.
make[1]: Nothing to be done for `all'.
test/feh.t ..... Can't locate Test/Command.pm in @INC (@INC contains: /Library/Perl/5.12/darwin-thread-multi-2level /Library/Perl/5.12 /Network/Library/Perl/5.12/darwin-thread-multi-2level /Network/Library/Perl/5.12 /Library/Perl/Updates/5.12.4 /System/Library/Perl/5.12/darwin-thread-multi-2level /System/Library/Perl/5.12 /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level /System/Library/Perl/Extras/5.12 .) at test/feh.t line 5.
BEGIN failed--compilation aborted at test/feh.t line 5.
test/feh.t ..... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
test/mandoc.t .. Can't exec "mandoc": No such file or directory at test/mandoc.t line 8.
# mandoc not installed, test skipped. This is NOT fatal.
test/mandoc.t .. ok
Test Summary Report
-------------------
test/feh.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=2, Tests=3, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.02 cusr 0.00 csys = 0.05 CPU)
Result: FAIL
make: *** [test] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment