On Thu, Mar 07, 2019 at 12:34:35AM -0700, Anthony J. Bentley wrote:
> On Sun, Feb 17, 2019 at 2:57 PM Anthony J. Bentley <anthony@anjbe.name> wrote:
> >
> > Alex Holst writes:
> > > Hi,
> > >
> > > Thanks for your input. It should all be adopted into this port except
> > > for the 'test' target which I couldn't get working otherwise.
> >
> > No need for a do-test, just use:
> >
> > CONFIGURE_ARGS = -DBUILD_TESTING=ON
>
> Here's a port with that change, some minor whitespace changes, and a
> tweaked DESCR.
>
> Is this ready to go in?
Some files have the executable bit set, please clear them.
It seems something is wrong with build dependencies.
After 'make prepare' which installed cmake and ninja packages,
I tried to run 'make package' and it failed:
$ make package
===> Configuring for libsignal-protocol-c-2.3.2
-- Checking for one of the modules 'check'
CMake Error at /usr/local/share/cmake/Modules/FindPkgConfig.cmake:645 (message):
None of the required 'check' found
Call Stack (most recent call first):
CMakeModules/FindCheck.cmake:27 (PKG_SEARCH_MODULE)
tests/CMakeLists.txt:3 (find_package)
-- Configuring incomplete, errors occurred!
See also "/usr/ports/pobj/libsignal-protocol-c-2.3.2/build-amd64/CMakeFiles/CMakeOutput.log".
See also "/usr/ports/pobj/libsignal-protocol-c-2.3.2/build-amd64/CMakeFiles/CMakeError.log".
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2762 'do-configure')
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2782 '/usr/ports/pobj/libsignal-protocol-c-2.3.2/build-amd64/.configure_done')
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2022 '/usr/ports/packages/amd64/all/libsignal-protocol-c-2.3.2.tgz')
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2488 '_internal-package')
*** Error 1 in /usr/ports/mystuff/net/libsignal-protocol-c (/usr/ports/infrastructure/mk/bsd.port.mk:2467 'package')
$
No comments:
Post a Comment