For some reason talloc doesn't compile. I get an python-2.7 related error and I am not sure how to fix this issue.
Thanks for the help.
Code:
[ 8/17] Compiling lib/replace/test/testsuite.c
[ 9/17] Compiling lib/replace/test/strptime.c
[10/17] Compiling lib/replace/test/os2_delete.c
../lib/replace/test/os2_delete.c:41:28: warning: expression result unused [-Wunused-value]
mkdir(TESTDIR, 0700) == 0 || FAILED("mkdir");
~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~
../lib/replace/test/os2_delete.c:84:22: warning: expression result unused [-Wunused-value]
unlink(fname) == 0 || FAILED("unlink");
~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
../lib/replace/test/os2_delete.c:113:31: warning: expression result unused [-Wunused-value]
strcmp(de->d_name, ".") == 0 || FAILED("match .");
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
../lib/replace/test/os2_delete.c:115:32: warning: expression result unused [-Wunused-value]
strcmp(de->d_name, "..") == 0 || FAILED("match ..");
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../lib/replace/test/os2_delete.c:126:22: warning: expression result unused [-Wunused-value]
rmdir(TESTDIR) == 0 || FAILED("rmdir");
~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~
5 warnings generated.
[11/17] Compiling lib/replace/test/getifaddrs.c
[12/17] Compiling testsuite_main.c
[13/17] Compiling testsuite.c
[14/17] Compiling talloc.c
[15/17] Linking default/libtalloc.so
[16/17] Linking default/talloc_testsuite
[17/17] Generating man/talloc.3
Waf: Leaving directory `/usr/ports/devel/talloc/work/talloc-2.1.0/bin'
'build' finished successfully (3.736s)
===>>> Starting check for runtime dependencies
===>>> Gathering dependency list for devel/talloc from ports
===>>> No dependencies for devel/talloc
===> Staging for talloc-2.1.0
===> Generating temporary packing list
Waf: Entering directory `/usr/ports/devel/talloc/work/talloc-2.1.0/bin'
* installing bin/default/talloc.pc as /usr/ports/devel/talloc/work/stage/usr/local/libdata/pkgconfig/talloc.pc
[16/18] Linking default/libtalloc.inst.so
[17/18] Linking default/talloc_testsuite.inst
* installing bin/default/libtalloc.inst.so as /usr/ports/devel/talloc/work/stage/usr/local/lib/libtalloc.so.2
* symlink /usr/ports/devel/talloc/work/stage/usr/local/lib/libtalloc.so (-> libtalloc.so.2)
* installing talloc.h as /usr/ports/devel/talloc/work/stage/usr/local/include/talloc.h
* installing bin/default/man/talloc.3 as /usr/ports/devel/talloc/work/stage/usr/local/man/man3/talloc.3
Waf: Leaving directory `/usr/ports/devel/talloc/work/talloc-2.1.0/bin'
'install' finished successfully (0.607s)
====> Compressing man pages (compress-man)
===> Installing for talloc-2.1.0
===> Checking if devel/talloc already installed
===> Registering installation for talloc-2.1.0 as automatic
pkg-static: lstat(/usr/ports/devel/talloc/work/stage/usr/local/include/pytalloc.h): No such file or directory
pkg-static: lstat(/usr/ports/devel/talloc/work/stage/usr/local/lib/libpytalloc-util.so): No such file or directory
pkg-static: lstat(/usr/ports/devel/talloc/work/stage/usr/local/lib/libpytalloc-util.so.2): No such file or directory
pkg-static: lstat(/usr/ports/devel/talloc/work/stage/usr/local/lib/python2.7/site-packages/talloc.so): No such file or directory
pkg-static: lstat(/usr/ports/devel/talloc/work/stage/usr/local/libdata/pkgconfig/pytalloc-util.pc): No such file or directory
pkg-static: lstat(/usr/ports/devel/talloc/work/stage/usr/local/lib/python2.7/site-packages/): No such file or directory
pkg-static: lstat(/usr/ports/devel/talloc/work/stage/usr/local/lib/python2.7/): No such file or directory
*** Error code 74
Stop.
make: stopped in /usr/ports/devel/talloc
Thanks for the help.